Skip to content

Commit 94b7a47

Browse files
author
Danny Olson and Keith Smiley
committed
Generate ctags in .git
1 parent 0283671 commit 94b7a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ nnoremap <silent> <leader>bd :Kwbd<CR>
131131
let g:auto_save = 1
132132

133133
" CTags
134-
map <leader>rt :!ctags --extra=+f --exclude=tmp --exclude=node_modules -R * <CR><CR>
134+
map <leader>rt :!ctags --extra=+f --exclude=tmp --exclude=node_modules -Rf.git/tags * <CR><CR>
135135
136136
" Exclude Javascript files in :Rtags via rails.vim due to warnings when parsing
137137
let g:Tlist_Ctags_Cmd="ctags --exclude='*.js'"

0 commit comments

Comments
 (0)