diff options
author | James McCoy <jamessan@jamessan.com> | 2016-08-16 16:07:15 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-08-20 23:55:11 -0400 |
commit | c7e6b58012cc5cad8f1cb02876883cad7fcbbdeb (patch) | |
tree | 338ebfb5ff87d343384eb08bc70e8b12d28e764e /src/nvim/version.c | |
parent | 35ddcc5bb484d461e6381d9ddbdf0438446f1299 (diff) | |
download | rneovim-c7e6b58012cc5cad8f1cb02876883cad7fcbbdeb.tar.gz rneovim-c7e6b58012cc5cad8f1cb02876883cad7fcbbdeb.tar.bz2 rneovim-c7e6b58012cc5cad8f1cb02876883cad7fcbbdeb.zip |
vim-patch:7.4.2219
Problem: Recursive call to substitute gets stuck in sandbox. (Nikolai
Pavlov)
Solution: Handle the recursive call. (Christian Brabandt, closes vim/vim#950)
Add a test.
https://github.com/vim/vim/commit/f5a39447a8ebe162ee62caa2ee502cd0e65eecaa
Closes #5118
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 9e3cea069c..978bc2e228 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -75,6 +75,7 @@ static char *features[] = { // clang-format off static int included_patches[] = { + 2219, // 2200, // 2199, // 2198, |