diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-23 13:56:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-23 13:56:35 +0100 |
commit | 4072ba571babd733d1800c082416fe8fe3c28ed7 (patch) | |
tree | 398563288ba4d793e4f2e6d819f292ff4bba2754 /runtime/doc/usr_41.txt | |
parent | 9f63a65f22b6a899925ba15adbb711e86251114e (diff) | |
download | vim-git-4072ba571babd733d1800c082416fe8fe3c28ed7.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 126dbc4b4..a19d00563 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 8.2. Last change: 2020 Nov 09 +*usr_41.txt* For Vim version 8.2. Last change: 2020 Dec 19 VIM USER MANUAL - by Bram Moolenaar @@ -1765,7 +1765,7 @@ Here is a summary of items that apply to Vim scripts. They are also mentioned elsewhere, but form a nice checklist. The end-of-line character depends on the system. For Unix a single <NL> -character is used. For MS-Windows and the like, <CR><LF> is used. This is +character is used. For MS-Windows and the like, <CR><NL> is used. This is important when using mappings that end in a <CR>. See |:source_crnl|. |