diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-15 10:14:12 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-11-15 11:48:37 -0500 |
commit | 9d9d93aee39202bc9d691c01a40338ed7bf6df2f (patch) | |
tree | 2245524b65af8d285af31224416bee92542ff05e /src/nvim/version.c | |
parent | 10c72cd3658e17aafa41b5752c23d97df88fc71f (diff) | |
download | rneovim-9d9d93aee39202bc9d691c01a40338ed7bf6df2f.tar.gz rneovim-9d9d93aee39202bc9d691c01a40338ed7bf6df2f.tar.bz2 rneovim-9d9d93aee39202bc9d691c01a40338ed7bf6df2f.zip |
vim-patch:7.4.2174
Problem: Adding duplicate flags to 'whichwrap' leaves commas behind.
Solution: Also remove the commas. (Naruhiko Nishino)
https://github.com/vim/vim/commit/c8ce615299b4d8c1b2e6cf83496f48cd497d8a37
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 c1459466a2..08eff53d1e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -268,7 +268,7 @@ static int included_patches[] = { // 2177, // 2176 NA // 2175, - // 2174, + 2174, // 2173, // 2172, // 2171, |