summaryrefslogtreecommitdiff
path: root/src/shared_string.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-10-09 11:20:05 +0800
committerMaxime Coste <mawww@kakoune.org>2017-11-01 14:05:14 +0800
commit9305fa136918010fab36c09e7174c5a45b422141 (patch)
treefdf961872fec70a991f63bdb9e275cd86c3b2b50 /src/shared_string.cc
parentcca730193c9aa527abe42e3405a54e36b44a117e (diff)
Regex: Fix 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.
Diffstat (limited to 'src/shared_string.cc')
0 files changed, 0 insertions, 0 deletions