diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-03-22 12:03:30 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-03-22 12:03:30 +0100 |
commit | 2ace1bd652211506b60faddb8243e48400c89492 (patch) | |
tree | 04f880849ca0682b517d86bd30b1706e6deebba1 /src/misc2.c | |
parent | ba64ba093520e85d6bed2595960edb693bdb4c51 (diff) | |
download | vim-git-2ace1bd652211506b60faddb8243e48400c89492.tar.gz |
patch 8.1.1034: too many #ifdefsv8.1.1034
Problem: Too many #ifdefs.
Solution: Merge FEAT_MOUSE_SGR into FEAT_MOUSE_XTERM / FEAT_MOUSE_TTY.
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc2.c b/src/misc2.c index e513c1b61..30ac95895 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -2453,10 +2453,8 @@ static struct key_name_entry #ifdef FEAT_MOUSE_URXVT {K_URXVT_MOUSE, (char_u *)"UrxvtMouse"}, #endif -#ifdef FEAT_MOUSE_SGR {K_SGR_MOUSE, (char_u *)"SgrMouse"}, {K_SGR_MOUSERELEASE, (char_u *)"SgrMouseRelelase"}, -#endif {K_LEFTMOUSE, (char_u *)"LeftMouse"}, {K_LEFTMOUSE_NM, (char_u *)"LeftMouseNM"}, {K_LEFTDRAG, (char_u *)"LeftDrag"}, |