diff options
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index ce92f14f81..60454fa8e1 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1938,9 +1938,9 @@ 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, Win32, and OS/2 systems the message "[dos format]" is shown if +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, MS-DOS, Win32, and OS/2 the message "[unix format]" is shown if +On Macintosh, MS-DOS, 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. |