commit | 4f6b6ed208a15552f0eb7f27b7ca945f59f22c1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 29 20:24:34 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 29 20:24:34 2020 +0100 |
tree | 0a5298d528d9c16401c7ea290de04447841e94ca | |
parent | 185577e47e5004a5d08a5405a02ab6a261078e42 [diff] [blame] |
patch 8.2.1923: Vim9: "filter" command modifier doesn't work Problem: Vim9: "filter" command modifier doesn't work. Solution: Check for space on char before argument. (closes #7216, closes #7222)
diff --git a/src/version.c b/src/version.c index 4e1d570..52d8683 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1923, +/**/ 1922, /**/ 1921,