Mercurial > vim-gutentags
comparison autoload/gutentags/ctags.vim @ 45:64de69ca7195
Fix undefined variable error caused by a missing rename.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 16 Mar 2015 07:04:03 -0700 |
parents | 99328cb71e75 |
children | 70423c2202c5 |
comparison
equal
deleted
inserted
replaced
44:1a853b37eddf | 45:64de69ca7195 |
---|---|
59 let l:cmd .= ' -x ' . '"' . exc . '"' | 59 let l:cmd .= ' -x ' . '"' . exc . '"' |
60 endfor | 60 endfor |
61 if g:gutentags_pause_after_update | 61 if g:gutentags_pause_after_update |
62 let l:cmd .= ' -c' | 62 let l:cmd .= ' -c' |
63 endif | 63 endif |
64 if len(g:gutentags_options_file) | 64 if len(g:gutentags_ctags_options_file) |
65 let l:cmd .= ' -o "' . g:gutentags_options_file . '"' | 65 let l:cmd .= ' -o "' . g:gutentags_ctags_options_file . '"' |
66 endif | 66 endif |
67 if g:gutentags_trace | 67 if g:gutentags_trace |
68 if has('win32') | 68 if has('win32') |
69 let l:cmd .= ' -l "' . a:tags_file . '.log"' | 69 let l:cmd .= ' -l "' . a:tags_file . '.log"' |
70 else | 70 else |