forked from aniani/vim
patch 8.2.3887: E1135 is used for two different errors
Problem: E1135 is used for two different errors. Solution: Renumber one error.
This commit is contained in:
@@ -905,7 +905,7 @@ func Test_map_cmdkey()
|
||||
call assert_equal(0, x)
|
||||
|
||||
noremap <F3> <Cmd>let x = 3
|
||||
call assert_fails('call feedkeys("\<F3>", "xt!")', 'E1135:')
|
||||
call assert_fails('call feedkeys("\<F3>", "xt!")', 'E1255:')
|
||||
call assert_equal(0, x)
|
||||
|
||||
" works in various modes and sees the correct mode()
|
||||
|
Reference in New Issue
Block a user