commit | 447bfba24b231777a79bf53cdb33f44d9691e47e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 16:07:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 16:07:16 2020 +0200 |
tree | c7b93c13916357e83760dfa20eb9027225e1c805 | |
parent | e859312e748297bde67a053fd3c486fc2c14b532 [diff] [blame] |
patch 8.2.1237: changing 'completepopup' after opening popup has no effect Problem: Changing 'completepopup' after opening a popup has no effect. (Jay Sitter) Solution: Close the popup when the options are changed. (closes #6471)
diff --git a/src/version.c b/src/version.c index d8353cc..06f7fd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1237, +/**/ 1236, /**/ 1235,