commit | e729ce294f9756165020ad86e3b98b4112e1a6ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 21:38:09 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 21:38:09 2021 +0200 |
tree | 9bfd11d59b2a6e1592dc7ee8dc8a7f4d943631ac | |
parent | 6db7b6375a3ea3afef5295b1366896902012e640 [diff] [blame] |
patch 8.2.2955: Vim9: using filter in compiled command does not work Problem: Vim9: using filter in compiled command does not work. Solution: Generate EXEC including the command modifier.
diff --git a/src/version.c b/src/version.c index f9529ab..4dc6bd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2955, +/**/ 2954, /**/ 2953,