commit | 6d585f4c5c8d120f768dd61bfd32f6e57ad562a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 22:20:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 22:20:54 2020 +0200 |
tree | 47e0cb1bbc2f7aa9b223584994afd45a5b68869d | |
parent | 01865ade85d2508639e24aaca5948b09fb284a82 [diff] [blame] |
patch 8.2.1303: calling popup_setoptions() resets 'signcolumn' Problem: Calling popup_setoptions() resets 'signcolumn'. Solution: Only set 'signcolumn' when creating the popup. (closes #6542)
diff --git a/src/version.c b/src/version.c index e969ab0..73ab8c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1303, +/**/ 1302, /**/ 1301,