commit | 3d2e031d4f0e1559e4a4f99de5eb2330f38f8eb5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 01 09:27:20 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 01 09:27:20 2021 +0000 |
tree | 281d80ef4a30e818d196cd870b7a3e05aaa49e5f | |
parent | fad2742d538123abb9b384a053fd581f2acf6bb0 [diff] [blame] |
patch 8.2.3710: Vim9: backtick expression expanded for :global Problem: Vim9: backtick expression expanded for :global. Solution: Check the following command.
diff --git a/src/version.c b/src/version.c index be24950..37d3832 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3710, +/**/ 3709, /**/ 3708,