1
0
forked from aniani/vim

updated for version 7.0030

This commit is contained in:
Bram Moolenaar
2005-01-04 21:23:48 +00:00
parent fa4fd1bf97
commit 2fa15e6c7b
3 changed files with 3 additions and 10 deletions

View File

@@ -976,7 +976,7 @@
* +mouse Any mouse support (any of the above enabled).
*/
/* OS/2 and Amiga console have no mouse support */
#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS)) || defined(FEAT_GUI_AMIGA)
#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS))
# ifdef FEAT_NORMAL
# define FEAT_MOUSE_XTERM
# endif