vim-patch:8.2.3887: E1135 is used for two different errors

Problem:    E1135 is used for two different errors.
Solution:   Renumber one error.

806da5176e

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
zeertzjq
2023-05-07 08:33:06 +08:00
parent f7c1e460f8
commit 29c228dc10
4 changed files with 4 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ describe('mappings with <Cmd>', function()
{1:~ }|
{1:~ }|
{1:~ }|
{2:E1135: <Cmd> mapping must end with <CR>} |
{2:E1255: <Cmd> mapping must end with <CR>} |
]])
eq(0, eval('x'))
end)