commit | 51971b33988e590901b9f6ad14a5a36f276afd0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 12:16:05 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 12:16:05 2013 +0100 |
tree | 46cfaa8875ee9b117e0240549bc8463e9b8ec0bb | |
parent | e9d47cd08b0272ec278f03bb1be21f087ce63af6 [diff] [blame] |
updated for version 7.3.807 Problem: Popup menu does not work properly with the preview window, folds and 'cursorcolumn'. Solution: Redraw the popup menu after redrawing windows. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 83cdd98..1c23a5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 807, +/**/ 806, /**/ 805,