From a9ec78aa5b4bc9e0596351ba36437d5d9c744815 Mon Sep 17 00:00:00 2001 From: dogura Date: Thu, 1 May 2014 14:33:31 +0900 Subject: [PATCH] specify a option is disable append mode Because append mode is not allow that to output result on stdout. --- autoload/tagbar.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 7e3efcb..054b53f 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -2131,7 +2131,8 @@ function! s:ExecuteCtagsOnFile(fname, realfname, typeinfo) abort \ '--excmd=pattern', \ '--fields=nksSa', \ '--extra=', - \ '--sort=no' + \ '--sort=no', + \ '--append=no' \ ] " Include extra type definitions