We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8705181 commit 15d9359Copy full SHA for 15d9359
vimrc
@@ -195,5 +195,5 @@ autocmd InsertLeave,WinLeave * if exists('w:last_fdm') | let &l:foldmethod=w:las
195
" Provide a default for complete tag writing and partial updating
196
let b:completetags = "ctags -R ."
197
let b:partialtags = "ctags --append % tags"
198
-autocmd BufWritePost *.* :execute ":!" . b:partialtags
199
-noremap <F3> :silent :call ":!" . b:completetags
+autocmd BufWritePost *.* :silent :execute ":!" . b:partialtags
+noremap <F3> :execute ":!" . b:completetags <cr>
0 commit comments