commit | 06bffe836c98a65d270579f08004503ffce9931c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 28 20:24:17 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 28 20:24:17 2021 +0000 |
tree | a3a4f948c6d97523bfa7128192af715f6d2c805c | |
parent | 3ccb5795168793e1b119a028da4035f77cef9f69 [diff] [blame] |
patch 8.2.3690: Vim9: "filter #pat# cmd" does not work Problem: Vim9: "filter #pat# cmd" does not work. Solution: Do not see #pat# as a comment.
diff --git a/src/version.c b/src/version.c index deefcf0..d7c2d69 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3690, +/**/ 3689, /**/ 3688,