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/testdir | |
| 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/testdir')
| -rw-r--r-- | src/nvim/testdir/test_command_count.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_command_count.ok b/src/nvim/testdir/test_command_count.ok index a936715b36..7219b28e16 100644 --- a/src/nvim/testdir/test_command_count.ok +++ b/src/nvim/testdir/test_command_count.ok @@ -21,8 +21,8 @@ LocalRangeLines 2 5 4argu d 1argu a 100b E16: Invalid range -0close E16: Invalid range -$close 4 +0close +$close 3 $+close E16: Invalid range $tabe 2 $+tabe E16: Invalid range |