diff src/version.c @ 15156:b63787182765 v8.1.0588

patch 8.1.0588: cannot define a sign with space in the text commit https://github.com/vim/vim/commit/06b056e110005ce0dd97b8c6333405afd06c36fc Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 14 19:37:08 2018 +0100 patch 8.1.0588: cannot define a sign with space in the text Problem: Cannot define a sign with space in the text. Solution: Allow for escaping characters. (Ben Jackson, closes https://github.com/vim/vim/issues/2967)
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Dec 2018 19:45:05 +0100
parents eb0d8065d3f8
children a9340baa872f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    588,
+/**/
     587,
 /**/
     586,