diff src/main.c @ 18872:410155e75efa v8.1.2422

patch 8.1.2422: "make depend" does not work correctly for libvterm Commit: https://github.com/vim/vim/commit/9810cfbe554b166cb05b51119040bb4426c17bac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 21:23:00 2019 +0100 patch 8.1.2422: "make depend" does not work correctly for libvterm Problem: "make depend" does not work correctly for libvterm. Solution: Fix build dependencies. And a few minor improvements.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 21:30:04 +0100
parents f41b55f9357c
children 5c405689da3e
line wrap: on
line diff
--- 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,