; eliminate backslash duplicate in regexp
* lisp/editorconfig-fnmatch.el (editorconfig-fnmatch--do-translate): Remove superfluous backslash.
This commit is contained in:
@@ -146,7 +146,7 @@ translation is found for PATTERN."
|
||||
|
||||
(while (< index length)
|
||||
(if (and (not is-escaped)
|
||||
(string-match "[^]\\*?[{},/\\-]+"
|
||||
(string-match "[^]\\*?[{},/-]+"
|
||||
;;(string-match "[^]\\*?[{},/\\-]+" "?.a")
|
||||
pattern
|
||||
index)
|
||||
|
||||
Reference in New Issue
Block a user