Work around broken Vim syntax highlighting

This commit is contained in:
Andrew Bettison 2013-08-30 11:13:53 +09:30
parent 3b1ae5cbb0
commit 3164172c08

View File

@ -594,7 +594,7 @@ escape_grep_extended() {
re="${re//+/\\+}"
re="${re//^/\\^}"
re="${re//\$/\\$}"
re="${re//(/\\(}"
re="${re//(/\\(}";#"(fix Vim syntax highlighting)
re="${re//)/\\)}"
re="${re//|/\\|}"
re="${re//\[/\\[}"