summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-11 21:23:00 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-11 21:23:00 +0100
commit9810cfbe554b166cb05b51119040bb4426c17bac (patch)
tree506e9ada5382e259e88b6af7769cccbbf7656b8e /src/main.c
parent213ed008bbcd9fe0d3329b17f5f4af0169e448ff (diff)
patch 8.1.2422: "make depend" does not work correctly for libvtermv8.1.2422
Problem: "make depend" does not work correctly for libvterm. Solution: Fix build dependencies. And a few minor improvements.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index ddb8e388d8..72e51a310b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2939,10 +2939,10 @@ create_windows(mparm_T *parmp UNUSED)
}
}
- /*
- * If opened more than one window, start editing files in the other
- * windows. make_windows() has already opened the windows.
- */
+/*
+ * If opened more than one window, start editing files in the other
+ * windows. make_windows() has already opened the windows.
+ */
static void
edit_buffers(
mparm_T *parmp,