]> granicus.if.org Git - vim/commit
updated for version 7.4.037 v7.4.037
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Sep 2013 16:16:38 +0000 (18:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Sep 2013 16:16:38 +0000 (18:16 +0200)
commitf211884fa151a3c39b1a85a115d6d88ce85bbe54
treef0c0f08921f79390a278b9c15336fe4438b8c8ff
parent699c12076de7d8811045cd2b98df78d7108b68ed
updated for version 7.4.037
Problem:    Using "\ze" in a sub-pattern does not result in the end of the
            match to be set. (Axel Bender)
Solution:   Copy the end of match position when a recursive match was
            successful.
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c