commit | 4ff2f2fb6bef01a06bd726bae8dfa8dd6355d594 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 25 13:22:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 25 13:22:42 2020 +0100 |
tree | 7d98d6873b30cc0b37cd676da22a4ba660fc6403 | |
parent | 02194d2bd54eacd0b7b9a017a3fe1702ecb80971 [diff] [blame] |
patch 8.2.1901: variable completion does not work in command line window Problem: Variable completion does not work in command line window. Solution: Use the "prevwin". (closes #7198)
diff --git a/src/version.c b/src/version.c index 7aa2e10..5a36f06 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1901, +/**/ 1900, /**/ 1899,