commit | ae38a9db7770b38889fbf06908cc69d42b463a73 | [log] [tgz] |
---|---|---|
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | Thu Oct 21 11:39:53 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 21 11:39:53 2021 +0100 |
tree | 730a81a68e6095c38961c0c4912e4eb256adecd2 | |
parent | b811de5d49a23b20df82a80533d0602cda49029e [diff] [blame] |
patch 8.2.3550: completion() does not work properly Problem: completion() does not work properly. Solution: Set xp_line and add WILD_HOME_REPLACE. (Shougo Matsushita, closes #9016)
diff --git a/src/version.c b/src/version.c index 5df626a..e4f72bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3550, +/**/ 3549, /**/ 3548,