diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-09 11:10:40 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-09 11:11:12 +0100 |
commit | 9baa7ca37ff75921820fe5539f962a4e51f632ce (patch) | |
tree | 96d4a449b5ac398e014a72443c2456a4baf29bbd | |
parent | 9837a9c40105d3d28fc99d62693e47b32cec0f06 (diff) | |
download | rneovim-9baa7ca37ff75921820fe5539f962a4e51f632ce.tar.gz rneovim-9baa7ca37ff75921820fe5539f962a4e51f632ce.tar.bz2 rneovim-9baa7ca37ff75921820fe5539f962a4e51f632ce.zip |
test/oldtest: `count` is not special in Nvim #7407
-rw-r--r-- | src/nvim/testdir/test_unlet.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_unlet.vim b/src/nvim/testdir/test_unlet.vim index f6705997a9..96ba752d9f 100644 --- a/src/nvim/testdir/test_unlet.vim +++ b/src/nvim/testdir/test_unlet.vim @@ -3,7 +3,7 @@ func Test_read_only() try " this caused a crash - unlet count + unlet v:count catch call assert_true(v:exception =~ ':E795:') endtry |