summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 0096737b01..3d38d2c742 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -1899,9 +1899,9 @@ getcmdline_int(
/* Ignore mouse event or open_cmdwin() result. */
goto cmdline_not_changed;
-#ifdef FEAT_GUI_W32
- /* On Win32 ignore <M-F4>, we get it when closing the window was
- * cancelled. */
+#ifdef FEAT_GUI_MSWIN
+ /* On MS-Windows ignore <M-F4>, we get it when closing the window
+ * was cancelled. */
case K_F4:
if (mod_mask == MOD_MASK_ALT)
{