Mercurial > vim-gutentags
comparison 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 |
comparison
equal
deleted
inserted
replaced
35:c9dfccf3c2f7 | 36:186b65facdb1 |
---|---|
331 endfor | 331 endfor |
332 for exc in g:gutentags_exclude | 332 for exc in g:gutentags_exclude |
333 let l:cmd .= ' -x ' . '"' . exc . '"' | 333 let l:cmd .= ' -x ' . '"' . exc . '"' |
334 endfor | 334 endfor |
335 if g:gutentags_pause_after_update | 335 if g:gutentags_pause_after_update |
336 let l:cmd .= ' -p' | 336 let l:cmd .= ' -c' |
337 endif | 337 endif |
338 if len(g:gutentags_options_file) | 338 if len(g:gutentags_options_file) |
339 let l:cmd .= ' -o "' . g:gutentags_options_file . '"' | 339 let l:cmd .= ' -o "' . g:gutentags_options_file . '"' |
340 endif | 340 endif |
341 if g:gutentags_trace | 341 if g:gutentags_trace |