Skip to content

Commit 15d9359

Browse files
committed
Silent and execute
1 parent 8705181 commit 15d9359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@ autocmd InsertLeave,WinLeave * if exists('w:last_fdm') | let &l:foldmethod=w:las
195195
" Provide a default for complete tag writing and partial updating
196196
let b:completetags = "ctags -R ."
197197
let b:partialtags = "ctags --append % tags"
198-
autocmd BufWritePost *.* :execute ":!" . b:partialtags
199-
noremap <F3> :silent :call ":!" . b:completetags
198+
autocmd BufWritePost *.* :silent :execute ":!" . b:partialtags
199+
noremap <F3> :execute ":!" . b:completetags <cr>

0 commit comments

Comments
 (0)