Mercurial > vim-gutentags
diff plugin/gutentags.vim @ 36:186b65facdb1
Remove conflicting options to update scripts.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 15 Dec 2014 12:57:54 -0800 |
parents | c9dfccf3c2f7 |
children | 8b3c611a4d3b |
line wrap: on
line diff
--- a/plugin/gutentags.vim Mon Nov 10 23:03:44 2014 +0800 +++ b/plugin/gutentags.vim Mon Dec 15 12:57:54 2014 -0800 @@ -333,7 +333,7 @@ let l:cmd .= ' -x ' . '"' . exc . '"' endfor if g:gutentags_pause_after_update - let l:cmd .= ' -p' + let l:cmd .= ' -c' endif if len(g:gutentags_options_file) let l:cmd .= ' -o "' . g:gutentags_options_file . '"'