commit | 202d982b36d87cf91d992bd7e30d3223bdc72cd9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 11 21:56:30 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 11 21:56:30 2019 +0200 |
tree | 641017ae67f732dc9065e35fe051ff710a545429 | |
parent | 12ee7ff00b91d852e060bb24951d1c94239863eb [diff] [blame] |
patch 8.1.1518: crash when setting 'columns' while a popup is visible Problem: Crash when setting 'columns' while a popup is visible. Solution: Recompute all positions when clearing the screen. (closes #4467)
diff --git a/src/version.c b/src/version.c index 7a66295..7432f70 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1518, +/**/ 1517, /**/ 1516,