commit | 79d599b8772022af1d657f368c2fc97aa342c0da | [log] [tgz] |
---|---|---|
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | Sat May 07 12:48:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 12:48:29 2022 +0100 |
tree | ee415de85697c73717db8ca0679481349d097965 | |
parent | c27747e6ddcbda7d1d3b39867898f746dc4db471 [diff] [blame] |
patch 8.2.4903: cannot get the current cmdline completion type and position Problem: Cannot get the current cmdline completion type and position. Solution: Add getcmdcompltype() and getcmdscreenpos(). (Shougo Matsushita, closes #10344)
diff --git a/src/version.c b/src/version.c index 5ee96b6..9ec5e31 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4903, +/**/ 4902, /**/ 4901,