diff src/version.c @ 18914:4c0b420e7327 v8.2.0018

patch 8.2.0018: :join does not add white space where it should Commit: https://github.com/vim/vim/commit/91b65e49440e77222a65b6f868507453239f409b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 17 22:10:58 2019 +0100 patch 8.2.0018: :join does not add white space where it should Problem: :join does not add white space where it should. (Zdenek Dohnal) Solution: Handle joining multiple lines propely.
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Dec 2019 22:15:04 +0100
parents ccd16426a1f9
children cf051bdefb3f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    18,
+/**/
     17,
 /**/
     16,