commit | 608d78fb45077fbaf6dc880b754a1d8a54ac9999 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 06 22:33:12 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 06 22:33:12 2021 +0100 |
tree | 4aa344c12ee7a15f2bbeab980e34adea80018783 | |
parent | 6914e87d3c0387fdcbb117a39e1f6d1fac0ee2e3 [diff] [blame] |
patch 8.2.2576: Vim9: defining a :func function checks for white space Problem: Vim9: defining a :func function checks for white space after a comma in the arguments. Solution: Only check for white space in a :def function. (closes #7930)
diff --git a/src/version.c b/src/version.c index 48f3faa..5cbf287 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2576, +/**/ 2575, /**/ 2574,