comparison 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
comparison
equal deleted inserted replaced
25490:b5fc355d22f5 25491:b9419c9d3da6
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3282,
758 /**/ 760 /**/
759 3281, 761 3281,
760 /**/ 762 /**/
761 3280, 763 3280,
762 /**/ 764 /**/