mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.1.1034: too many #ifdefs
Problem: Too many #ifdefs. Solution: Merge FEAT_MOUSE_SGR into FEAT_MOUSE_XTERM / FEAT_MOUSE_TTY.
This commit is contained in:
@@ -6414,7 +6414,7 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
# ifdef FEAT_MOUSE_PTERM
|
||||
"mouse_pterm",
|
||||
# endif
|
||||
# ifdef FEAT_MOUSE_SGR
|
||||
# ifdef FEAT_MOUSE_XTERM
|
||||
"mouse_sgr",
|
||||
# endif
|
||||
# ifdef FEAT_SYSMOUSE
|
||||
|
Reference in New Issue
Block a user