commit | 0aac67a4314d72a29d3fbee91b6f0ba89e950462 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 27 22:40:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 27 22:40:37 2020 +0200 |
tree | 7842e51a903e38f9b91d8f81f1f7859b6ac95966 | |
parent | b13ab99908097d54e21ab5adad22f4ad2a8ec688 [diff] [blame] |
patch 8.2.1307: popup window width does not include number of sign columns Problem: popup window width does not include number, fold of sign column width. Solution: Take number, fold and sign column with into account.
diff --git a/src/version.c b/src/version.c index a87cc89..78aafb8 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1307, +/**/ 1306, /**/ 1305,