comparison src/evalfunc.c @ 16058:012f03e583e2 v8.1.1034

patch 8.1.1034: too many #ifdefs commit https://github.com/vim/vim/commit/2ace1bd652211506b60faddb8243e48400c89492 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 22 12:03:30 2019 +0100 patch 8.1.1034: too many #ifdefs Problem: Too many #ifdefs. Solution: Merge FEAT_MOUSE_SGR into FEAT_MOUSE_XTERM / FEAT_MOUSE_TTY.
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Mar 2019 12:15:04 +0100
parents e91750e8adb5
children 176872829dc2
comparison
equal deleted inserted replaced
16057:47586f21de4d 16058:012f03e583e2
6412 "mouse_netterm", 6412 "mouse_netterm",
6413 # endif 6413 # endif
6414 # ifdef FEAT_MOUSE_PTERM 6414 # ifdef FEAT_MOUSE_PTERM
6415 "mouse_pterm", 6415 "mouse_pterm",
6416 # endif 6416 # endif
6417 # ifdef FEAT_MOUSE_SGR 6417 # ifdef FEAT_MOUSE_XTERM
6418 "mouse_sgr", 6418 "mouse_sgr",
6419 # endif 6419 # endif
6420 # ifdef FEAT_SYSMOUSE 6420 # ifdef FEAT_SYSMOUSE
6421 "mouse_sysmouse", 6421 "mouse_sysmouse",
6422 # endif 6422 # endif