comparison src/version.c @ 26769:30972227ac8d v8.2.3913

patch 8.2.3913: help for expressions does not mention Vim9 syntax Commit: https://github.com/vim/vim/commit/5da36052a4bb0f3a9747ec3a8ab9d85e058e39fa Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 27 15:39:57 2021 +0000 patch 8.2.3913: help for expressions does not mention Vim9 syntax Problem: Help for expressions does not mention Vim9 syntax. Solution: Add the rules for Vim9 to the expression help. Rename functions to match the help.
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Dec 2021 16:45:03 +0100
parents 84d56c5b7f2b
children fc859aea8cec
comparison
equal deleted inserted replaced
26768:cdea9da4aeb3 26769:30972227ac8d
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3913,
752 /**/ 754 /**/
753 3912, 755 3912,
754 /**/ 756 /**/
755 3911, 757 3911,
756 /**/ 758 /**/