1
0
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:
Bram Moolenaar
2021-12-24 19:54:52 +00:00
parent b6db146762
commit 806da5176e
3 changed files with 6 additions and 4 deletions

View File

@@ -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()