comparison src/version.c @ 23525:54ec7c8b7459 v8.2.2305

patch 8.2.2305: Vim9: "++var" and "--var" are silently accepted Commit: https://github.com/vim/vim/commit/b23279d7a2d28de5df942924b77cf23672fc684f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 5 22:08:20 2021 +0100 patch 8.2.2305: Vim9: "++var" and "--var" are silently accepted Problem: Vim9: "++var" and "--var" are silently accepted. Solution: Give an error message.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Jan 2021 22:15:04 +0100
parents b0a6e7325169
children 27ca5534a408
comparison
equal deleted inserted replaced
23524:d2787a89dcf8 23525:54ec7c8b7459
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2305,
753 /**/ 755 /**/
754 2304, 756 2304,
755 /**/ 757 /**/
756 2303, 758 2303,
757 /**/ 759 /**/