| 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] |
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)