changeset 54:50d2a7cbf7c8

Fix the `GutentagsToggleTrace` command.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 11 Apr 2015 09:34:34 -0700
parents 18206d49677e
children 96067ed08fb1 6c98089d9ffa
files plugin/gutentags.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugin/gutentags.vim	Sat Apr 11 07:40:20 2015 -0700
+++ b/plugin/gutentags.vim	Sat Apr 11 09:34:34 2015 -0700
@@ -106,7 +106,7 @@
 
 if g:gutentags_define_advanced_commands
     command! GutentagsToggleEnabled :let g:gutentags_enabled=!g:gutentags_enabled
-    command! GutentagsToggleTrace   :call gutentags#trace()
+    command! GutentagsToggleTrace   :call gutentags#toggletrace()
 endif
 
 if g:gutentags_debug