From dca7abe79cc4f0933473c3e4bcc75b46cc2c48fd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 20 Oct 2019 18:17:57 +0200 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index c9c0943e1..76b4c1cf5 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2192, /**/ 2191, /**/ -- cgit v1.2.1