commit | a11919fa44fb43e947ef7871f31096a79429ec8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 19:44:56 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 19:44:56 2021 +0100 |
tree | 1a3dcff40c36ca73029bb02b51f9a3283701ecb8 | |
parent | 9d19e4f4ba55f8bef18d4991abdf740ff6472dba [diff] [blame] |
patch 8.2.2281: Vim9: compiled "wincmd" cannot be followed by bar Problem: Vim9: compiled "wincmd" cannot be followed by bar. Solution: Check for bar after "wincmd". (closes #7599)
diff --git a/src/version.c b/src/version.c index 4d31dc7..b54cf0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2281, +/**/ 2280, /**/ 2279,