commit | 576a4a6ff14da876d7c4418e5f27e926fcfa8d2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 18 15:25:17 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 18 15:25:17 2019 +0200 |
tree | 6c34c1eaed6f1b46c573bb0fe3ce8d375e678e29 | |
parent | 93cf85f9ef02931de3f8c8e536a137da0b48b7dc [diff] [blame] |
patch 8.1.1880: cannot show extra info for completion in a popup window Problem: Cannot show extra info for completion in a popup window. Solution: Add the "popup" entry in 'completeopt'.
diff --git a/src/version.c b/src/version.c index 8005f1f..0611690 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1880, +/**/ 1879, /**/ 1878,