diff options
author | Scott Prager <splinterofchaos@gmail.com> | 2014-09-04 23:44:24 -0400 |
---|---|---|
committer | Scott Prager <splinterofchaos@gmail.com> | 2014-09-30 19:35:46 -0400 |
commit | 566ce93135c5762f5a2708dccf8a8b573f42438c (patch) | |
tree | 5352aaaa5453b72f7e941d9f0b1f82728775aecc /src/nvim/version.c | |
parent | d3cd3d2b8f84f87d9f6bc32d085fb5741771857b (diff) | |
download | rneovim-566ce93135c5762f5a2708dccf8a8b573f42438c.tar.gz rneovim-566ce93135c5762f5a2708dccf8a8b573f42438c.tar.bz2 rneovim-566ce93135c5762f5a2708dccf8a8b573f42438c.zip |
vim-patch:7.4.248
Problem: Cannot distinguish between NL and NUL in output of system().
Solution: Add systemlist(). (ZyX)
https://code.google.com/p/vim/source/detail?r=v7-4-248
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 ab609bf492..a453c0ee10 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -393,7 +393,7 @@ static int included_patches[] = { 251, //250 NA //249, - //248, + 248, 247, //246, 245, |