commit | 68cc2b8a37197872e737fb61244069e13b7227a2 | [log] [tgz] |
---|---|---|
author | rbtnn <naru123456789@gmail.com> | Wed Feb 09 11:55:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 09 11:55:47 2022 +0000 |
tree | 8e349fcf2007d03dec30632bd318568dfe4c26fd | |
parent | b6a138eb334621f60c5891d035f80f398d59dbd3 [diff] [blame] |
patch 8.2.4334: command line popup menu not positioned correctly Problem: Command line popup menu not positioned correctly. Solution: Also use vim_strsize() on the existing text. (Naruhiko Nishino, closes #9727)
diff --git a/src/version.c b/src/version.c index a4480e1..9ef520e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4334, +/**/ 4333, /**/ 4332,