commit | a1198124370a366ff02811a43845a631b5c6e7f0 | [log] [tgz] |
---|---|---|
author | mityu <mityu.mail@gmail.com> | Sat Nov 20 19:13:39 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 20 19:13:39 2021 +0000 |
tree | 7d1ef0b5d8dc8de7a8c9b85d8f5b59ef530dce9c | |
parent | 87fd0924e2d85213cc111ee7a5122f92216a37c7 [diff] [blame] |
patch 8.2.3629: command completion in cmdline window uses global commands Problem: Command completion in cmdline window uses global user commands, not local commands for the window where it was opened from. Solution: Use local commands. (closes #9168)
diff --git a/src/version.c b/src/version.c index fada362..b30979a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3629, +/**/ 3628, /**/ 3627,