diff src/version.c @ 17264:82b5d981fe59 v8.1.1631

patch 8.1.1631: displaying signs is inefficient commit https://github.com/vim/vim/commit/4e038571aa91521e110187a256b5d16bff8b5820 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 4 18:28:35 2019 +0200 patch 8.1.1631: displaying signs is inefficient Problem: Displaying signs is inefficient. Solution: Avoid making multiple calls to get information about a placed sign. (Yegappan Lakshmanan, closes #4586)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 18:30:05 +0200
parents 041156ce1d22
children a9556c0ba457
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 */
 /**/
+    1631,
+/**/
     1630,
 /**/
     1629,