diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-05-07 08:33:06 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-05-08 01:12:09 +0800 |
commit | 29c228dc1087676af5b72f4145ab146cff75156e (patch) | |
tree | 15b8e4f32045d5e01a5771e887e3de420e49817c /runtime | |
parent | f7c1e460f8ae9e316a679a29945ce6a585336322 (diff) | |
download | rneovim-29c228dc1087676af5b72f4145ab146cff75156e.tar.gz rneovim-29c228dc1087676af5b72f4145ab146cff75156e.tar.bz2 rneovim-29c228dc1087676af5b72f4145ab146cff75156e.zip |
vim-patch:8.2.3887: E1135 is used for two different errors
Problem: E1135 is used for two different errors.
Solution: Renumber one error.
https://github.com/vim/vim/commit/806da5176e9e9ab011d927c4ca33a8dde1769539
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/map.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index fccb6eeb75..9ec592215e 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -352,7 +352,7 @@ Note: - In Visual mode you can use `line('v')` and `col('v')` to get one end of the Visual area, the cursor is at the other end. - *E1135* *E1136* + *E1255* *E1136* <Cmd> commands must terminate, that is, they must be followed by <CR> in the {rhs} of the mapping definition. |Command-line| mode is never entered. |