From 6f345a1458df2db03fba7863492404e9dc8b817c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 17 Dec 2019 21:27:18 +0100 Subject: patch 8.2.0017: OS/2 and MS-DOS are still mentioned Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368) --- runtime/doc/editing.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'runtime/doc/editing.txt') diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index df35274f9e..4fe8134383 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -519,9 +519,9 @@ The 'fileformat' option sets the style for a file: Previously 'textmode' was used. It is obsolete now. When reading a file, the mentioned characters are interpreted as the . -In DOS format (default for MS-DOS, OS/2 and Win32), and are both -interpreted as the . Note that when writing the file in DOS format, - characters will be added for each single . Also see |file-read|. +In DOS format (default for Win32), and are both interpreted as +the . Note that when writing the file in DOS format, characters +will be added for each single . Also see |file-read|. When writing a file, the mentioned characters are used for . For DOS format is used. Also see |DOS-format-write|. @@ -1023,11 +1023,11 @@ lost the original file. *DOS-format-write* If the 'fileformat' is "dos", is used for . This is default -for MS-DOS, Win32 and OS/2. On other systems the message "[dos format]" is -shown to remind you that an unusual was used. +for Win32. On other systems the message "[dos format]" is shown to remind you +that an unusual was used. *Unix-format-write* -If the 'fileformat' is "unix", is used for . On MS-DOS, Win32 and -OS/2 the message "[unix format]" is shown. +If the 'fileformat' is "unix", is used for . On Win32 the message +"[unix format]" is shown. *Mac-format-write* If the 'fileformat' is "mac", is used for . On non-Mac systems the message "[mac format]" is shown. -- cgit v1.2.3