diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-26 14:35:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-26 14:35:26 +0100 |
commit | 5666fcd0bd794dd46813824cce63a38bcae63794 (patch) | |
tree | ff033ff9a8da79e0e8f18593c81c60bf793937c3 /runtime/doc/insert.txt | |
parent | 767340574b5a0c697e650b3bbc3a4af10e51cb89 (diff) | |
download | vim-git-5666fcd0bd794dd46813824cce63a38bcae63794.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 51a919d24..419213dba 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -2008,10 +2008,10 @@ If the 'fileformats' option is not empty Vim tries to recognize the type of changed, the detected format is only used while reading the file. A similar thing happens with 'fileencodings'. -On non-MS-DOS and Win32 systems the message "[dos format]" is shown if a file -is read in DOS format, to remind you that something unusual is done. On -Macintosh and Win32 the message "[unix format]" is shown if a file is read in -Unix format. +The message "[dos format]" is shown if a file is read in DOS format, to remind +you that something unusual is done. +On Macintosh and Win32 the message "[unix format]" is shown if a file is read +in Unix format. On non-Macintosh systems, the message "[Mac format]" is shown if a file is read in Mac format. |