test/oldtest: count is not special in Nvim #7407

This commit is contained in:
Justin M. Keyes
2017-11-09 11:10:40 +01:00
parent 9837a9c401
commit 9baa7ca37f

View File

@@ -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