commit | d356fc65d273959efa9b05bfa0f07ce1c9ff85a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 18:13:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 18:13:44 2020 +0100 |
tree | 1d82b3b16980d16f1f6bc283d6f23ed22c89fdbf | |
parent | 9ec7026f24e9ac51654300e32afd2b7540cab5f8 [diff] [blame] |
patch 8.2.2123: after using a complete popup the buffer is listed Problem: After using a complete popup the buffer is listed. (Boris Staletic) Solution: Make the buffer unlisted.
diff --git a/src/version.c b/src/version.c index 8eec20e..3c39f0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2123, +/**/ 2122, /**/ 2121,