diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-01-30 17:14:24 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-01-30 17:14:24 +0100 |
commit | 100e591f8783e1cbfc98d116a920b0361783f2d5 (patch) | |
tree | 6b3cb72fae38c83172dc3d4e8449b6854ddfd43a | |
parent | 146fda9a928d8192cec55a122d671f8e0cbd7780 (diff) | |
download | vim-100e591f8783e1cbfc98d116a920b0361783f2d5.zip vim-100e591f8783e1cbfc98d116a920b0361783f2d5.tar.gz |
vimrc: add .tags to tags
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ let g:localvimrc_sandbox=0 " ctags nnoremap <silent> <F6> :TlistToggle<CR> +set tags+=./.tags;/ let Tlist_Ctags_Cmd = "/usr/bin/ctags" let Tlist_WinWidth = 50 let Tlist_Exit_OnlyWindow = 1 " exit if taglist is last window open |