diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-11 21:23:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-11 21:23:00 +0100 |
commit | 9810cfbe554b166cb05b51119040bb4426c17bac (patch) | |
tree | 506e9ada5382e259e88b6af7769cccbbf7656b8e /src/main.c | |
parent | 213ed008bbcd9fe0d3329b17f5f4af0169e448ff (diff) | |
download | vim-git-9810cfbe554b166cb05b51119040bb4426c17bac.tar.gz |
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.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c index ddb8e388d..72e51a310 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, |