diff src/version.c @ 25491:b9419c9d3da6 v8.2.3282

patch 8.2.3282: Vim9: error about using -complete without -nargs is confusing Commit: https://github.com/vim/vim/commit/41a3485dd638a09e4c463b1a1da231f4290454f2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 4 16:09:24 2021 +0200 patch 8.2.3282: Vim9: error about using -complete without -nargs is confusing Problem: Vim9: error about using -complete without -nargs is confusing. Solution: Change the wording.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Aug 2021 16:15:04 +0200
parents 911fdca7f736
children 224c96c497d3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3282,
+/**/
     3281,
 /**/
     3280,