diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-10-26 21:12:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-10-26 21:12:46 +0100 |
commit | cb80aa2d53e56d3aba3b3c439fb467f29a750c5e (patch) | |
tree | ac7c6764b40181dc3ef300510213e0f208329a31 /runtime/doc/insert.txt | |
parent | 8133cc6bf454eb90bb0868f7cf806fce5c0c9fe6 (diff) | |
download | vim-git-cb80aa2d53e56d3aba3b3c439fb467f29a750c5e.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index b202a939a..d70b3e601 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 8.2. Last change: 2020 Sep 19 +*insert.txt* For Vim version 8.2. Last change: 2020 Oct 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -312,6 +312,7 @@ If you enter a value of 10, it will end up in the file as a 0. The 10 is a the buffer to a file, the <NL> character is translated into <Nul>. The <NL> character is written at the end of each line. Thus if you want to insert a <NL> character in a file you will have to make a line break. +Also see 'fileformat'. *i_CTRL-X* *insert_expand* CTRL-X enters a sub-mode where several commands can be used. Most of these |