]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2235 v7.4.2235
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2016 13:26:54 +0000 (15:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2016 13:26:54 +0000 (15:26 +0200)
commit989f592f7ffcbafdc4ec35cee4dc65bd053e2077
tree122c18af5dbbd1b69e025a7d0293ff0b55e4a93b
parentdd1248143e56b1450903fe40813e40c63691b071
patch 7.4.2235
Problem:    submatch() does not check for a valid argument.
Solution:   Give an error if the argument is out of range. (Dominique Pelle)
src/evalfunc.c
src/testdir/test_expr.vim
src/version.c