mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-29 15:43:56 +00:00
Work around broken Vim syntax highlighting
This commit is contained in:
parent
3b1ae5cbb0
commit
3164172c08
@ -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//\[/\\[}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user