diff 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
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