comparison runtime/doc/usr_41.txt @ 23305:fab58304f77d

Update runtime files. Commit: https://github.com/vim/vim/commit/4072ba571babd733d1800c082416fe8fe3c28ed7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 23 13:56:35 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Dec 2020 14:00:04 +0100
parents e7c125224b1a
children 2351b40af967
comparison
equal deleted inserted replaced
23304:e438ec7ffd5d 23305:fab58304f77d
1 *usr_41.txt* For Vim version 8.2. Last change: 2020 Nov 09 1 *usr_41.txt* For Vim version 8.2. Last change: 2020 Dec 19
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
1763 1763
1764 Here is a summary of items that apply to Vim scripts. They are also mentioned 1764 Here is a summary of items that apply to Vim scripts. They are also mentioned
1765 elsewhere, but form a nice checklist. 1765 elsewhere, but form a nice checklist.
1766 1766
1767 The end-of-line character depends on the system. For Unix a single <NL> 1767 The end-of-line character depends on the system. For Unix a single <NL>
1768 character is used. For MS-Windows and the like, <CR><LF> is used. This is 1768 character is used. For MS-Windows and the like, <CR><NL> is used. This is
1769 important when using mappings that end in a <CR>. See |:source_crnl|. 1769 important when using mappings that end in a <CR>. See |:source_crnl|.
1770 1770
1771 1771
1772 WHITE SPACE 1772 WHITE SPACE
1773 1773