summaryrefslogtreecommitdiffstats
path: root/runtime/doc/editing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-09 21:21:04 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-09 21:21:04 +0000
commit76db9e076318cb0ae846f43b7549ad4f2d234c0b (patch)
treec95eed792e5ed22eb9d632fd2a9eb2344f662d12 /runtime/doc/editing.txt
parent0fd7be7f951b639312c9cb3917c7e61ba3b55a60 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r--runtime/doc/editing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index e5661b1bb5..c3e1d0d61b 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1,4 +1,4 @@
-*editing.txt* For Vim version 9.0. Last change: 2022 Apr 16
+*editing.txt* For Vim version 9.0. Last change: 2022 Nov 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -583,7 +583,7 @@ END OF LINE AND END OF FILE *eol-and-eof*
Vim has several options to control the file format:
'fileformat' the <EOL> style: Unix, DOS, Mac
'endofline' whether the last line ends with a <EOL>
- 'endooffile' whether the file ends with a CTRL-Z
+ 'endoffile' whether the file ends with a CTRL-Z
'fixendofline' whether to fix eol and eof
The first three values are normally detected automatically when reading the