summaryrefslogtreecommitdiffstats
path: root/src/arglist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arglist.c')
-rw-r--r--src/arglist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arglist.c b/src/arglist.c
index fbd99af0d3..5c2236927e 100644
--- a/src/arglist.c
+++ b/src/arglist.c
@@ -969,9 +969,9 @@ do_arg_all(
old_curwin = curwin;
old_curtab = curtab;
-# ifdef FEAT_GUI
+#ifdef FEAT_GUI
need_mouse_correct = TRUE;
-# endif
+#endif
// Try closing all windows that are not in the argument list.
// Also close windows that are not full width;