diff src/version.c @ 21506:1d1ffb0dbd87 v8.2.1303

patch 8.2.1303: calling popup_setoptions() resets 'signcolumn' Commit: https://github.com/vim/vim/commit/6d585f4c5c8d120f768dd61bfd32f6e57ad562a7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 22:20:54 2020 +0200 patch 8.2.1303: calling popup_setoptions() resets 'signcolumn' Problem: Calling popup_setoptions() resets 'signcolumn'. Solution: Only set 'signcolumn' when creating the popup. (closes https://github.com/vim/vim/issues/6542)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 22:30:03 +0200
parents e87a97868bbc
children 6b2a5418cbc3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1303,
+/**/
     1302,
 /**/
     1301,