diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-01-20 01:17:37 -0300 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2015-04-28 23:08:32 -0300 |
commit | e42b00dc3b7fb86a3f6ca2a91c0b9cd6569bed60 (patch) | |
tree | 3d92a934327774c3724fbcbe81c9258b2141f66a /src/nvim/version.c | |
parent | ff70129d96f44dcb773e6ce56bc824a04ba5d9a9 (diff) | |
download | rneovim-e42b00dc3b7fb86a3f6ca2a91c0b9cd6569bed60.tar.gz rneovim-e42b00dc3b7fb86a3f6ca2a91c0b9cd6569bed60.tar.bz2 rneovim-e42b00dc3b7fb86a3f6ca2a91c0b9cd6569bed60.zip |
vim-patch:7.4.568
Problem: Giving an error for ":0wincmd w" is a problem for some
plugins.
Solution: Allow the zero in the range. (Marcin Szamotulski)
https://code.google.com/p/vim/source/detail?r=v7-4-568
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 2d0c28b385..5e093cc728 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -211,7 +211,7 @@ static int included_patches[] = { //571 NA //570 NA //569, - //568, + 568, 567, 566, 565, |