commit | bb008dd3239c5fe3ac04501e38e4c950fa9426c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 18:59:55 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 18:59:55 2018 +0100 |
tree | 6ece272d36f2fc6c51a37c1d9d0aa827886eefdb | |
parent | 085346f5a1ab5828b1fd80990d93172440c54724 [diff] [blame] |
patch 8.0.1538: popupmenu is too far left when completion is long Problem: Popupmenu is too far left when completion is long. (Linwei) Solution: Adjust column computations. (Hirohito Higashi, closes #2661)
diff --git a/src/version.c b/src/version.c index ede62c9..d434ea1 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1538, +/**/ 1537, /**/ 1536,