]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1073 v7.3.1073
authorBram Moolenaar <Bram@vim.org>
Thu, 30 May 2013 16:45:23 +0000 (18:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 May 2013 16:45:23 +0000 (18:45 +0200)
commit16299b57cb60767b68f475a182edd45333fbb2df
treede4680f000f2352a22e80569c80dac85acd33c02
parent4b6ebe6dce90db34485c161a72faf66038d78358
updated for version 7.3.1073
Problem:    New regexp engine may run out of states.
Solution:   Allocate states dynamically.  Also make the test report errors.
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/testdir/test95.in
src/version.c