forked from aniani/vim
patch 8.2.0270: some code not covered by tests
Problem: Some code not covered by tests. Solution: Add test cases. (Yegappan Lakshmanan, closes #5649)
This commit is contained in:
@@ -2006,7 +2006,7 @@ fun! Test_normal37_g_cmd6()
|
||||
tabclose
|
||||
endfor
|
||||
" clean up
|
||||
call assert_fails(':tabclose', 'E784')
|
||||
call assert_fails(':tabclose', 'E784:')
|
||||
endfunc
|
||||
|
||||
fun! Test_normal38_nvhome()
|
||||
|
||||
Reference in New Issue
Block a user