comparison src/gui_w32.c @ 18763:49b78d6465e5 v8.1.2371

patch 8.1.2371: FEAT_TEXT_PROP is a confusing name Commit: https://github.com/vim/vim/commit/05ad5ff0ab34ed9a5296dedd420ca81698b8ce22 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 22:48:27 2019 +0100 patch 8.1.2371: FEAT_TEXT_PROP is a confusing name Problem: FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes https://github.com/vim/vim/issues/5291)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 23:00:05 +0100
parents e9b2ade1adbd
children 38a3bef525e6
comparison
equal deleted inserted replaced
18762:19582783e5ad 18763:49b78d6465e5
4253 if (mouse_scroll_lines == 0) 4253 if (mouse_scroll_lines == 0)
4254 init_mouse_wheel(); 4254 init_mouse_wheel();
4255 4255
4256 wp = gui_mouse_window(FIND_POPUP); 4256 wp = gui_mouse_window(FIND_POPUP);
4257 4257
4258 #ifdef FEAT_TEXT_PROP 4258 #ifdef FEAT_PROP_POPUP
4259 if (wp != NULL && popup_is_popup(wp)) 4259 if (wp != NULL && popup_is_popup(wp))
4260 { 4260 {
4261 cmdarg_T cap; 4261 cmdarg_T cap;
4262 oparg_T oa; 4262 oparg_T oa;
4263 4263