commit | 5da36052a4bb0f3a9747ec3a8ab9d85e058e39fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 15:39:57 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 15:39:57 2021 +0000 |
tree | 9660c5a693b3d25c4b6db76ca79204b99c6bea2d | |
parent | bf7ff61af490a2fbc0d9c7d42f3bb7eb7d37127e [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 06a0a33..658d9be 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3913, +/**/ 3912, /**/ 3911,