Mercurial > vim-gutentags
comparison plugin/gutentags.vim @ 54:50d2a7cbf7c8
Fix the `GutentagsToggleTrace` command.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 11 Apr 2015 09:34:34 -0700 |
parents | fa250d179090 |
children | d12543f11eb9 892da510cdd2 |
comparison
equal
deleted
inserted
replaced
53:18206d49677e | 54:50d2a7cbf7c8 |
---|---|
104 | 104 |
105 command! GutentagsUnlock :call gutentags#delete_lock_files() | 105 command! GutentagsUnlock :call gutentags#delete_lock_files() |
106 | 106 |
107 if g:gutentags_define_advanced_commands | 107 if g:gutentags_define_advanced_commands |
108 command! GutentagsToggleEnabled :let g:gutentags_enabled=!g:gutentags_enabled | 108 command! GutentagsToggleEnabled :let g:gutentags_enabled=!g:gutentags_enabled |
109 command! GutentagsToggleTrace :call gutentags#trace() | 109 command! GutentagsToggleTrace :call gutentags#toggletrace() |
110 endif | 110 endif |
111 | 111 |
112 if g:gutentags_debug | 112 if g:gutentags_debug |
113 command! GutentagsToggleFake :call gutentags#fake() | 113 command! GutentagsToggleFake :call gutentags#fake() |
114 endif | 114 endif |