]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2219 v7.4.2219
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Aug 2016 19:04:41 +0000 (21:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Aug 2016 19:04:41 +0000 (21:04 +0200)
commitf5a39447a8ebe162ee62caa2ee502cd0e65eecaa
tree064c1f2d4afb08fbbe22db09348cbe09c1bdacce
parent13d216d30224f12ed5bfed71216a80715b32aeff
patch 7.4.2219
Problem:    Recursive call to substitute gets stuck in sandbox. (Nikolai
            Pavlov)
Solution:   Handle the recursive call. (Christian Brabandt, closes #950)
            Add a test.
src/ex_cmds.c
src/testdir/test_regexp_latin.vim
src/version.c