mirror of
https://github.com/vim/vim.git
synced 2025-09-10 22:33:40 -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:
parent
f8de161090
commit
f6dcbb245b
@ -1088,6 +1088,13 @@
|
|||||||
# endif
|
# endif
|
||||||
#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)
|
#if defined(FEAT_NORMAL) && defined(HAVE_GPM)
|
||||||
# define FEAT_MOUSE_GPM
|
# define FEAT_MOUSE_GPM
|
||||||
#endif
|
#endif
|
||||||
|
@ -728,6 +728,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
900,
|
||||||
/**/
|
/**/
|
||||||
899,
|
899,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user