diff src/version.c @ 17342:54fcde87a9eb v8.1.1670

patch 8.1.1670: sign column not always properly aligned commit https://github.com/vim/vim/commit/0231f8312b11a259d9cb550f3318895f6b4d76be Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 12 19:22:22 2019 +0200 patch 8.1.1670: sign column not always properly aligned Problem: Sign column not always properly aligned. Solution: Use "col" only after it was calculated. (Yee Cheng Chin, closes #4649)
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jul 2019 19:30:04 +0200
parents ce962e2644bf
children a0eb2ff0f297
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1670,
+/**/
     1669,
 /**/
     1668,