]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1058 v7.4.1058
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Jan 2016 20:25:08 +0000 (21:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Jan 2016 20:25:08 +0000 (21:25 +0100)
commit75bdf6aa30a5c99d67c42886cf7a4a000bbaa422
treee3e1a3fea418f892524eeec3cb0c2eaa31f5ad61
parent2b7db933b0418f3964da5399047ce8998007874c
patch 7.4.1058
Problem:    It is not possible to test code that is only reached when memory
            allocation fails.
Solution:   Add the alloc_fail() function.  Try it out with :vimgrep.
runtime/doc/eval.txt
src/eval.c
src/globals.h
src/misc2.c
src/proto/misc2.pro
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c