diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-11-18 01:44:47 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-11-27 23:42:40 -0500 |
commit | ba1e2ce287752a1bd30d52f77493a5bb582c2349 (patch) | |
tree | 0e9041ec9f2b566d3aed97fa8bf03a43ecd09830 /runtime/doc/insert.txt | |
parent | 83a4c9d58ce9265fc5b18e1f4e289552a56e9a56 (diff) | |
download | rneovim-ba1e2ce287752a1bd30d52f77493a5bb582c2349.tar.gz rneovim-ba1e2ce287752a1bd30d52f77493a5bb582c2349.tar.bz2 rneovim-ba1e2ce287752a1bd30d52f77493a5bb582c2349.zip |
Remove OS/2 references
Paul Slootman was removed from the top of os_unix.c as OS/2 is no longer
supported, but is still credited in runtime/doc/intro.txt.
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. |