# HG changeset patch # User Ludovic Chabant # Date 1428770074 25200 # Node ID 50d2a7cbf7c8743e022377a87326d2e1d69f7a0e # Parent 18206d49677ee8a96e2d5f8729e5070c75c7f723 Fix the `GutentagsToggleTrace` command. diff -r 18206d49677e -r 50d2a7cbf7c8 plugin/gutentags.vim --- 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