summaryrefslogtreecommitdiff
path: root/src/testdir/test_arglist.vim
AgeCommit message (Collapse)Author
2016-09-07patch 7.4.2343Bram Moolenaar
Problem: Too many old file tests. Solution: Turn several into new style tests. (Yegappan Lakshmanan)
2016-01-23patch 7.4.1161Bram Moolenaar
Problem: ":argadd" without argument is supposed to add the current buffer name to the arglist. Solution: Make it work as documented. (Coot, closes #577)
2016-01-19patch 7.4.1135Bram Moolenaar
Problem: One more arglist test fails on MS-Windows. Solution: Don't edit "Y" after editing "y".
2016-01-19patch 7.4.1134Bram Moolenaar
Problem: The arglist test fails on MS-Windows. Solution: Only check for failure of argedit on Unix.
2016-01-19patch 7.4.1132Bram Moolenaar
Problem: Old style tests for the argument list. Solution: Add more new style tests. (Yegappan Lakshmanan)
2016-01-17patch 7.4.1123Bram Moolenaar
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.
2016-01-17patch 7.4.1119Bram Moolenaar
Problem: argidx() has a wrong value after ":%argdelete". (Yegappan Lakshmanan) Solution: Correct the value of w_arg_idx. Add a test.