0
0
mirror of https://github.com/vim/vim.git synced 2025-09-07 22:03:36 -04:00

updated for version 7.3.900

Problem:    Not obvious that some mouse features are mutual-exclusive.
Solution:   Add a comment.
This commit is contained in:
Bram Moolenaar 2013-04-15 15:40:33 +02:00
parent f8de161090
commit f6dcbb245b
2 changed files with 9 additions and 0 deletions

View File

@ -1088,6 +1088,13 @@
# endif
#endif
/*
* Note: Only one of the following may be defined:
* FEAT_MOUSE_GPM
* FEAT_SYSMOUSE
* FEAT_MOUSE_JSB
* FEAT_MOUSE_PTERM
*/
#if defined(FEAT_NORMAL) && defined(HAVE_GPM)
# define FEAT_MOUSE_GPM
#endif

View File

@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
900,
/**/
899,
/**/