diff options
author | Scott Prager <splinterofchaos@gmail.com> | 2014-09-04 16:30:00 -0400 |
---|---|---|
committer | Scott Prager <splinterofchaos@gmail.com> | 2014-09-30 19:35:46 -0400 |
commit | d3cd3d2b8f84f87d9f6bc32d085fb5741771857b (patch) | |
tree | 9290ba965f3f3127dc886ae27247667f23682883 /src/nvim/version.c | |
parent | 07bfc11448e98fa6a0e3d0218da6ffb2cb997930 (diff) | |
download | rneovim-d3cd3d2b8f84f87d9f6bc32d085fb5741771857b.tar.gz rneovim-d3cd3d2b8f84f87d9f6bc32d085fb5741771857b.tar.bz2 rneovim-d3cd3d2b8f84f87d9f6bc32d085fb5741771857b.zip |
vim-patch:7.4.247
Problem: When passing input to system() there is no way to keep NUL and
NL characters separate.
Solution: Optionally use a list for the system() input. (ZyX)
https://code.google.com/p/vim/source/detail?r=v7-4-247
Implement write_list_to_string() as well since write_list() only works
on files.
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 1482ec4a5a..ab609bf492 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -394,7 +394,7 @@ static int included_patches[] = { //250 NA //249, //248, - //247, + 247, //246, 245, //244, |