commit | aa5341477c9f3840d63f709de3b9e5d0266f93d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 15 21:46:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 15 21:46:02 2022 +0100 |
tree | ed3a40bb10ad93bbf009e33ee6af623f409f3713 | |
parent | a4abe514ecd9b7a038feed89f48476809775c80f [diff] [blame] |
patch 9.0.0473: fullcommand() only works for the current script version Problem: fullcommand() only works for the current script version. Solution: Add an optional argument for the script version.
diff --git a/src/version.c b/src/version.c index 77af684..3f25033 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 473, +/**/ 472, /**/ 471,