; 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)
|
(while (< index length)
|
||||||
(if (and (not is-escaped)
|
(if (and (not is-escaped)
|
||||||
(string-match "[^]\\*?[{},/\\-]+"
|
(string-match "[^]\\*?[{},/-]+"
|
||||||
;;(string-match "[^]\\*?[{},/\\-]+" "?.a")
|
;;(string-match "[^]\\*?[{},/\\-]+" "?.a")
|
||||||
pattern
|
pattern
|
||||||
index)
|
index)
|
||||||
|
|||||||
Reference in New Issue
Block a user