commit | 2ac372ccee1af6f9fa105bf2648d5e4efa554236 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 28 19:06:47 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 28 19:06:47 2018 +0100 |
tree | 944b1dde1b0a884054c13cb9951b51d1ca492110 | |
parent | 54948183d210f5117271bb5710752da24054fade [diff] [blame] |
patch 8.1.0651: :args \"foo works like :args without argument Problem: :args \"foo works like :args without argument. Solution: Fix check for empty argument. (closes #3728)
diff --git a/src/version.c b/src/version.c index cbb0e70..3082c0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 651, +/**/ 650, /**/ 649,