diff src/version.c @ 16137:5a2033905f19

patch 8.1.1073: space in number column is on wrong side with 'rightleft' set commit https://github.com/vim/vim/commit/e73f911c53de1c87e39456ba20782f72a0ca8f4f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 29 18:29:54 2019 +0100 patch 8.1.1073: space in number column is on wrong side with 'rightleft' set Problem: Space in number column is on wrong side with 'rightleft' set. Solution: Move the space to the text side. Add a test.
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Mar 2019 18:30:04 +0100
parents dc0801e374e0
children 402b714cb919
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -776,6 +776,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1073,
+/**/
     1072,
 /**/
     1071,