commit | 6ac2e4392a9d8b89c8824bf94a9da24a6f07c74f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 31 19:32:29 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 31 19:32:29 2023 +0100 |
tree | 5d5c874e1708b08e1bc8298d9eaea87e484751a8 | |
parent | 2d68b722e3bca7532eb0d83ce773934618f12db5 [diff] [blame] |
patch 9.0.1432: completion popup in wrong position with virtual text "above" Problem: Completion popup in wrong position with virtual text "above". Solution: Adjust the column. (closes #12210)
diff --git a/src/version.c b/src/version.c index 614bffc..1be8fbe 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1432, +/**/ 1431, /**/ 1430,