mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0179
This commit is contained in:
@@ -987,6 +987,15 @@ doESCkey:
|
||||
case K_IGNORE: /* Something mapped to nothing */
|
||||
break;
|
||||
|
||||
#ifdef FEAT_GUI_W32
|
||||
/* On Win32 ignore <M-F4>, we get it when closing the window was
|
||||
* cancelled. */
|
||||
case K_F4:
|
||||
if (mod_mask != MOD_MASK_ALT)
|
||||
goto normalchar;
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_GUI
|
||||
case K_VER_SCROLLBAR:
|
||||
ins_scroll();
|
||||
|
Reference in New Issue
Block a user