From c0ed890b6015f2b922debfa50b4a1748f6208481 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Wed, 29 Feb 2012 02:35:47 +1300 Subject: [PATCH] Disable debug mode by default, closes #67 --- autoload/tagbar.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index a4aa67f..224f1ce 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -3302,7 +3302,5 @@ function! tagbar#currenttag(fmt, default, ...) endif endfunction -TagbarDebug - " Modeline {{{1 " vim: ts=8 sw=4 sts=4 et foldenable foldmethod=marker foldcolumn=1