commit | dca7abe79cc4f0933473c3e4bcc75b46cc2c48fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 18:17:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 18:17:57 2019 +0200 |
tree | 577964fff695a536bc2d957889e74a2f9f087290 | |
parent | 88d3d09e07dbe0e3ea450bc554e2aadc451450d2 [diff] [blame] |
patch 8.1.2192: cannot easily fill the info popup asynchronously Problem: Cannot easily fill the info popup asynchronously. Solution: Add the "popuphidden" value to 'completeopt'. (closes #4924)
diff --git a/src/version.c b/src/version.c index c9c0943..76b4c1c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2192, +/**/ 2191, /**/ 2190,