]> granicus.if.org Git - vim/commit
updated for version 7.4b.002 v7.4b.002
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Aug 2013 13:45:52 +0000 (15:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Aug 2013 13:45:52 +0000 (15:45 +0200)
commit398d53decf7e02550b45a6f5c46fa02e08bb99fe
treeb31935cf423e40a722909c3fe1edbcbcbcfae52f
parent1b1b09449fffbbfc7598101f515819407a14d920
updated for version 7.4b.002
Problem:    Crash searching for \%(\%(\|\d\|-\|\.\)*\|\*\). (Marcin
            Szamotulski)  Also for \(\)*.
Solution:   Do add a state for opening parenthesis, so that we can check if it
            was added before at the same position.
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c