commit | f39397e515067d5a314be99778e63fe0acf93c51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 17 22:21:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 17 22:21:36 2020 +0200 |
tree | 6b1b6a67934b2e12ceb58784e7c33a80a1db5ac1 | |
parent | aa9675a61d510c4a56c3845d05b32b1ef780d119 [diff] [blame] |
patch 8.2.1477: Vim9: error when using bufnr('%') Problem: Vim9: error when using bufnr('%'). Solution: Don't give an error for using a string argument. (closes #6723)
diff --git a/src/version.c b/src/version.c index 734d2ba..e332c01 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1477, +/**/ 1476, /**/ 1475,