commit | fad2742d538123abb9b384a053fd581f2acf6bb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 21:58:19 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 21:58:19 2021 +0000 |
tree | cff3d75348e36189a77b5858311b36a5281759d4 | |
parent | 69535d8a0a1ba09047fc1b5bed86a8965302a4fa [diff] [blame] |
patch 8.2.3709: Vim9: backtick expression expanded when not desired Problem: Vim9: backtick expression expanded when not desired. Solution: Only expand a backtick expression for commands that expand their argument. Remove a few outdated TODO comments.
diff --git a/src/version.c b/src/version.c index b26746b..be24950 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3709, +/**/ 3708, /**/ 3707,