Fix \b escapes in old config file
This commit is contained in:
parent
0aa85f5967
commit
714c18db0e
@ -173,8 +173,8 @@ uppercase = false
|
|||||||
dictionary = /usr/share/dict/words
|
dictionary = /usr/share/dict/words
|
||||||
auto-follow = unique-match
|
auto-follow = unique-match
|
||||||
auto-follow-timeout = 0
|
auto-follow-timeout = 0
|
||||||
next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b,\bcontinue\b
|
next-regexes = \\bnext\\b,\\bmore\\b,\\bnewer\\b,\\b[>→≫]\\b,\\b(>>|»)\\b,\\bcontinue\\b
|
||||||
prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
|
prev-regexes = \\bprev(ious)?\\b,\\bback\\b,\\bolder\\b,\\b[<←≪]\\b,\\b(<<|«)\\b
|
||||||
find-implementation = python
|
find-implementation = python
|
||||||
hide-unmatched-rapid-hints = true
|
hide-unmatched-rapid-hints = true
|
||||||
[searchengines]
|
[searchengines]
|
||||||
|
Loading…
Reference in New Issue
Block a user