mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 17:41:48 +00:00
vim-patch:8.2.0369: various Normal mode commands not fully tested
Problem: Various Normal mode commands not fully tested.
Solution: Add more tests. (Yegappan Lakshmanan, closes vim/vim#5751)
1671f44881
Cherry-pick a fix from patch 8.2.3162.
Omit test_iminsert.vim as previous patches to that file are N/A, and
Nvim doesn't support iminsert=2 either, so that test isn't useful.
This commit is contained in:
@@ -1169,8 +1169,8 @@ func Test_exclusive_selection()
|
||||
close!
|
||||
endfunc
|
||||
|
||||
" Test for starting visual mode with a count
|
||||
" This test should be run withou any previous visual modes. So this should be
|
||||
" Test for starting visual mode with a count.
|
||||
" This test should be run without any previous visual modes. So this should be
|
||||
" run as a first test.
|
||||
func Test_AAA_start_visual_mode_with_count()
|
||||
new
|
||||
|
||||
Reference in New Issue
Block a user