diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-21 12:12:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-21 12:12:35 +0100 |
commit | 202c3f7e3e5a90135ad37100fbfd6583c84a6c99 (patch) | |
tree | 24212dfadb1920af7ad395a18d17ff3c7cfaf212 /src/version.c | |
parent | 403f3eb4c1890826a5b3b5922c0e8e45be79a476 (diff) | |
download | vim-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.c | 2 |
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, |