commit | e4984290870565a2413cca660b0131f4702b7665 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 13 14:19:25 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 13 14:19:25 2020 +0100 |
tree | 95b86de5dde70b6deb4990d6aa71c6b924050f8c | |
parent | c530852315517a44354edbbd6c3375355bbec37e [diff] [blame] |
patch 8.2.2137: Vim9: :echo and :execute give error for empty argument Problem: Vim9: :echo and :execute give error for empty argument. Solution: Ignore an empty argument. (closes #7468)
diff --git a/src/version.c b/src/version.c index 0cb1d92..64391b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2137, +/**/ 2136, /**/ 2135,