From 93f2b681668745910c2f65ba529c1e3339765b6b Mon Sep 17 00:00:00 2001 From: Darcy Parker Date: Mon, 8 Apr 2013 09:21:15 -0400 Subject: [PATCH] Removed unnecessary | around 'shell' --- doc/tagbar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 4926f69..ef48e3e 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -799,7 +799,7 @@ ctagsargs: The arguments to be passed to the filetype-specific ctags program When the value of ctagsargs is a list, tagbar.vim takes care of escaping each argument in the list as required for the current - |'shell'| type. + 'shell' type. When the value of ctagsargs is a string, it must be properly escaped (if required by the current shell type). The reason