kakoune/rc
Maxime Coste 7dc800c213 Simplify lookaround use in moon.kak
(?=[A-Z]\w*) is strictly the same as (?=[A-Z]) as \w* will always
at least match an empty string.
2017-10-25 10:29:11 +08:00
..
base haskell.kak: Remove some complex lookarounds 2017-10-25 10:28:59 +08:00
core rc/: Tweak some regexes to be compatible with our impl limitations 2017-10-25 10:27:39 +08:00
extra Simplify lookaround use in moon.kak 2017-10-25 10:29:11 +08:00