mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 20:45:02 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user