]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0618: NFA regex engine handles [0-z] incorrectly v8.0.0618
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2017 11:30:06 +0000 (13:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2017 11:30:06 +0000 (13:30 +0200)
commitbb7943b7920ef2f88cb9b6f46c34c7946c370819
tree6b646bc455347b774411c0fe6d6a39f0daaa640d
parent763209c57bf50ae777f9c2929eeea01eff7ae6ee
patch 8.0.0618: NFA regex engine handles [0-z] incorrectly

Problem:    NFA regex engine handles [0-z] incorrectly.
Solution:   Return at the right point. (James McCoy, closes #1703)
src/regexp_nfa.c
src/testdir/test36.in
src/testdir/test36.ok
src/version.c