]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1243 v7.3.1243
authorBram Moolenaar <Bram@vim.org>
Wed, 26 Jun 2013 10:42:44 +0000 (12:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 Jun 2013 10:42:44 +0000 (12:42 +0200)
commitf86c0b01a74fa3e5e37033ac037ef3af41d81a8d
treee5aa3c08ae51c23e97f8b94637da548ae86d7425
parentdaa270289b0eeb8467b1fea47e72d4727f2f7d28
updated for version 7.3.1243
Problem:    New regexp engine: back references in look-behind match don't
            work. (Lech Lorens)
Solution:   Copy the submatches before a recursive match.
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c