comparison 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
comparison
equal deleted inserted replaced
21505:fbade715de74 21506:1d1ffb0dbd87
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1303,
757 /**/ 759 /**/
758 1302, 760 1302,
759 /**/ 761 /**/
760 1301, 762 1301,
761 /**/ 763 /**/