Skip to content

Instantly share code, notes, and snippets.

@soh335
Created July 30, 2010 19:41
Show Gist options
  • Save soh335/501187 to your computer and use it in GitHub Desktop.
Save soh335/501187 to your computer and use it in GitHub Desktop.
autocmd User Symfony14 call s:SetSymofnyTag()
function! s:SetSymofnyTag()
if exists('b:my_symfony_tags')
execute 'setlocal tags+='.b:my_symfony_tags
else
setlocal tags+=$HOME/tags/symfony14.tags
endif
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment