commit | 6ba3ec1bace67513a352326864cebc16b3c5bc56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 15:32:38 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 15:32:38 2018 +0200 |
tree | d8084d502418d4373963b7fe9f04ef8338e094af | |
parent | 43dee181f596c81b99e200b6cdfeb02ecfed42c8 [diff] [blame] |
patch 8.1.0057: popup menu displayed wrong when using autocmd Problem: Popup menu displayed wrong when using autocmd. Solution: Use aucmd_prepbuf(). Force updating status line if the popup menu is going to be redrawn anyway. (Christian Brabandt, closes #3009)
diff --git a/src/version.c b/src/version.c index bd8efaf..f4ecfe7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 57, +/**/ 56, /**/ 55,