commit | 4bde00c59575f7547ab59946aea527c5be067662 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 20 19:31:02 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 20 19:31:02 2015 +0100 |
tree | 444ef474a1318bc309ac5407c7b01bcf36d8db89 | |
parent | 6a6028cf4b0a2c48e34f657d478adee814d471c5 [diff] [blame] |
updated for version 7.4.588 Problem: ":0argedit foo" puts the new argument in the second place instead of the first. Solution: Adjust the range type. (Ingo Karkat)
diff --git a/src/version.c b/src/version.c index 9cbee6e..2f08c24 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 588, +/**/ 587, /**/ 586,