mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
test/oldtest: count
is not special in Nvim #7407
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
func Test_read_only()
|
func Test_read_only()
|
||||||
try
|
try
|
||||||
" this caused a crash
|
" this caused a crash
|
||||||
unlet count
|
unlet v:count
|
||||||
catch
|
catch
|
||||||
call assert_true(v:exception =~ ':E795:')
|
call assert_true(v:exception =~ ':E795:')
|
||||||
endtry
|
endtry
|
||||||
|
Reference in New Issue
Block a user