commit | e88c8e802cf5ee59a2a6649a5b46c9e80de823ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 17:03:37 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 17:03:37 2020 +0100 |
tree | bfd0df690c8b849bc4b07d6e824a5a590b2e7661 | |
parent | 55e29611d20bca14fa5efc61385bc8a6b7acd9e2 [diff] [blame] |
patch 8.2.1934: Vim9: command modifiers in :def function not tested Problem: Vim9: command modifiers in :def function not tested. Solution: Add tests. Fix using modifier before filter command.
diff --git a/src/version.c b/src/version.c index ca98d24..a0c3857 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1934, +/**/ 1933, /**/ 1932,