1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Removed unnecessary | around 'shell'

This commit is contained in:
Darcy Parker
2013-04-08 09:21:15 -04:00
parent d0df97040b
commit 93f2b68166

View File

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