]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4b.004 v7.4b.004
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Aug 2013 16:38:26 +0000 (18:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Aug 2013 16:38:26 +0000 (18:38 +0200)
commiteec3e1e72a3d4e31c9b9546cd62fcff69c12ce29
treebe36ea942999b8de83669c0716c7c8b1e26f02b6
parent6dbe68cd9ec2e8904ecf5da9f2e729835bfd0329
updated for version 7.4b.004
Problem:    Regexp crash on pattern "@\%[\w\-]*". (Axel Kielhorn)
Solution:   Add \%(\) around \%[] internally.
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c