aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 2d84e8e..c17d75f 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -736,7 +736,7 @@ let g:local = 'postgres://postgres@localhost'
" gutentags {{{
let g:gutentags_ctags_tagfile = '.tags'
-let g:gutentags_project_root = g:ctrlp_root_markers
+execute 'set tags+=' . g:gutentags_ctags_tagfile
" }}}
" vim-man {{{