feature/evil: fix inclusivity of evil-matchit #519

This commit is contained in:
Henrik Lissner
2018-04-17 19:39:56 -04:00
parent d387045980
commit b8fd35a855
2 changed files with 5 additions and 2 deletions

View File

@ -307,3 +307,4 @@ more information on modifiers."
(regexp-quote (string-trim-left (car match))))
path file-name t t 1))))
(replace-regexp-in-string regexp "\\1" file-name t)))