diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-24 23:14:11 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:33 -0400 |
commit | ae362c21202f3ec4bc8d9a48d7f8ac524fb5b861 (patch) | |
tree | d16d386766ced406eafaba906290565117478c60 /runtime/doc/repeat.txt | |
parent | 841bc219d27a37131cee8b4f36bffbbbda860d9f (diff) | |
download | rneovim-ae362c21202f3ec4bc8d9a48d7f8ac524fb5b861.tar.gz rneovim-ae362c21202f3ec4bc8d9a48d7f8ac524fb5b861.tar.bz2 rneovim-ae362c21202f3ec4bc8d9a48d7f8ac524fb5b861.zip |
vim-patch:5666fcd0bd79
Update runtime files.
https://github.com/vim/vim/commit/5666fcd0bd794dd46813824cce63a38bcae63794
Do not manually port E290 error message.
Neovim has E5030,E5031 error messages to replace E290.
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 203430e9bc..d8d2ad5ae7 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -388,7 +388,7 @@ because the <CR> from the first lines will be lost. On other systems, Vim expects ":source"ed files to end in a <NL>. These always work. If you are using a file with <CR><NL> <EOL>s (for example, a -file made on Windows), all lines will have a trailing <CR>. This may cause +file made on MS-Windows), all lines will have a trailing <CR>. This may cause problems for some commands (e.g., mappings). There is no automatic <EOL> detection, because it's common to start with a line that defines a mapping that ends in a <CR>, which will confuse the automaton. |