]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2355 v7.4.2355
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Sep 2016 18:29:50 +0000 (20:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Sep 2016 18:29:50 +0000 (20:29 +0200)
commit16b3578f355282846f2600ce77fb344950f0b9ce
tree2e0c8306d33dfbb9e904510e3dea3a5bcb50512a
parentd563883a1fb5ec6cf4a2758c5e36ac1ff4e9bb3d
patch 7.4.2355
Problem:    Regexp fails to match when using "\>\)\?". (Ramel)
Solution:   When a state is already in the list, but addstate_here() is used
            and the existing state comes later, add the new state anyway.
src/regexp_nfa.c
src/testdir/test_regexp_latin.vim
src/version.c