summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-17 21:27:18 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-17 21:27:18 +0100
commit6f345a1458df2db03fba7863492404e9dc8b817c (patch)
tree6eda4ac072ea9ae8440d5597fb1f8a2f438fc576 /src/feature.h
parenta48e78e11f2b647183fd12f569020756b17d7683 (diff)
downloadvim-git-6f345a1458df2db03fba7863492404e9dc8b817c.tar.gz
patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017
Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368)
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h
index d0bb78fc9..7e1e982ed 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -944,7 +944,7 @@
* Always included, since either FEAT_MOUSE_XTERM or
* DOS_MOUSE is defined.
*/
-// OS/2 and Amiga console have no mouse support
+// Amiga console has no mouse support
#if defined(UNIX) || defined(VMS)
# define FEAT_MOUSE_XTERM
# ifdef FEAT_BIG