]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.184 v7.4.184
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Feb 2014 21:18:47 +0000 (22:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Feb 2014 21:18:47 +0000 (22:18 +0100)
commit9feaf6206f73b367f3167ffff927c1a5d2d90954
treef010ea22782640430d332511a97adb7ee8865520
parentc86438205ba1d7b5ecadaa700c7f9943fdaf9838
updated for version 7.4.184
Problem:    match() does not work properly with a {count} argument.
Solution:   Compute the length once and update it.  Quit the loop when at the
            end. (Hirohito Higashi)
src/eval.c
src/testdir/test53.in
src/testdir/test53.ok
src/version.c