commit | e9f262bdff2defa248e5d40b6520251799581ea4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 14:57:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 14:57:51 2020 +0200 |
tree | 69ddc804a1b5f7be0ee2b07694739d0e0dd10b6a | |
parent | 3f40ce78f5c178d15871bd784ed878c78f0b8a44 [diff] [blame] |
patch 8.2.1129: Vim9: bar not recognized after not compiled command Problem: Vim9: bar not recognized after not compiled command. Solution: Check for bar for commands where this is possible. (closes #6391)
diff --git a/src/version.c b/src/version.c index 880051e..d079d29 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1129, +/**/ 1128, /**/ 1127,