commit | a24f0a550fed3d9773800cf6be4efd072fff20ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 19:39:00 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 19:39:00 2016 +0100 |
tree | ac78f6a57af6cbd09d96a2b2f1c2e6b81ac2125f | |
parent | 42c9cfa7f4d2f176234e385573ff2fb1f61915e5 [diff] [blame] |
patch 7.4.1123 Problem: Using ":argadd" when there are no arguments results in the second argument to be the current one. (Yegappan Lakshmanan) Solution: Correct the w_arg_idx value.
diff --git a/src/version.c b/src/version.c index 76e176a..09176eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1123, +/**/ 1122, /**/ 1121,