diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-01-20 19:31:02 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-01-20 19:31:02 +0100 |
commit | 4bde00c59575f7547ab59946aea527c5be067662 (patch) | |
tree | 444ef474a1318bc309ac5407c7b01bcf36d8db89 /src/testdir/Make_vms.mms | |
parent | 6a6028cf4b0a2c48e34f657d478adee814d471c5 (diff) | |
download | vim-git-4bde00c59575f7547ab59946aea527c5be067662.tar.gz |
updated for version 7.4.588v7.4.588
Problem: ":0argedit foo" puts the new argument in the second place instead
of the first.
Solution: Adjust the range type. (Ingo Karkat)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 9fecf9fa6..f57bf55a6 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -96,6 +96,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \ test95.out test96.out test98.out test99.out \ test100.out test101.out test103.out test104.out \ test105.out test106.out test107.out \ + test_argument_0count.out \ test_argument_count.out \ test_autoformat_join.out \ test_breakindent.out \ |