]> granicus.if.org Git - vim/commit
updated for version 7.3.1105 v7.3.1105
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2013 20:37:42 +0000 (22:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2013 20:37:42 +0000 (22:37 +0200)
commitf46da70603be5280555da3bc8b5519b807e93afd
tree3b54e3ed8c17864337d2d9a6db0c233a6c973b9c
parentf18fb7af7504a47e59ce85ddd1e50b56651a80d3
updated for version 7.3.1105
Problem:    New regexp engine: too much code in one function.  Dead code.
Solution:   Move the recursive nfa_regmatch call to a separate function.
            Remove the dead code.
src/regexp_nfa.c
src/version.c