mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 8.2.1799: some Normal mode commands not fully tested
Problem: Some Normal mode commands not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #7073)
This commit is contained in:
@ -274,6 +274,9 @@ func Test_get_register()
|
||||
call assert_fails('let r = getreg("=", [])', 'E745:')
|
||||
call assert_fails('let r = getreg("=", 1, [])', 'E745:')
|
||||
enew!
|
||||
|
||||
" Using a register in operator-pending mode should fail
|
||||
call assert_beeps('norm! c"')
|
||||
endfunc
|
||||
|
||||
func Test_set_register()
|
||||
|
Reference in New Issue
Block a user