diff src/version.c @ 23980:bee8c78c0c6a v8.2.2532

patch 8.2.2532: Vim9: confusing error if :k is used with a range Commit: https://github.com/vim/vim/commit/ada1d870b4a818151cfba1c18962af2369b88df9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 08:16:51 2021 +0100 patch 8.2.2532: Vim9: confusing error if :k is used with a range Problem: Vim9: confusing error if :k is used with a range. Solution: Give an error about the range. (issue https://github.com/vim/vim/issues/7874)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Feb 2021 08:30:03 +0100
parents 54b2aa1f0d42
children 9fcd71d0db89
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2532,
+/**/
     2531,
 /**/
     2530,