summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-21 12:12:35 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-21 12:12:35 +0100
commit202c3f7e3e5a90135ad37100fbfd6583c84a6c99 (patch)
tree24212dfadb1920af7ad395a18d17ff3c7cfaf212 /src/version.c
parent403f3eb4c1890826a5b3b5922c0e8e45be79a476 (diff)
downloadvim-git-8.1.2324.tar.gz
patch 8.1.2324: with of scrollbar in popup menu not taken into accountv8.1.2324
Problem: With of scrollbar in popup menu not taken into account. Solution: Add the width of the scrollbar.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4b5d18090..0d8d597b3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2324,
+/**/
2323,
/**/
2322,