diff src/version.c @ 21855:c8456ff7a4c3 v8.2.1477

patch 8.2.1477: Vim9: error when using bufnr('%') Commit: https://github.com/vim/vim/commit/f39397e515067d5a314be99778e63fe0acf93c51 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 17 22:21:36 2020 +0200 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 https://github.com/vim/vim/issues/6723)
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Aug 2020 22:30:04 +0200
parents aab3fe874b05
children 1f6dc5b953c4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1477,
+/**/
     1476,
 /**/
     1475,