commit | 02194d2bd54eacd0b7b9a017a3fe1702ecb80971 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 24 23:08:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 24 23:08:38 2020 +0200 |
tree | 84310e745d3a878f3f239f8dec666bdf1e142021 | |
parent | 67def64a4e4590a5f3b55ebfc33c42a3dcd7b559 [diff] [blame] |
patch 8.2.1900: Vim9: command modifiers do not work Problem: Vim9: command modifiers do not work. Solution: Make most command modifiers work.
diff --git a/src/version.c b/src/version.c index b4c6582..7aa2e10 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1900, +/**/ 1899, /**/ 1898,