Age | Commit message (Collapse) | Author |
|
Problem: Too many old file tests.
Solution: Turn several into new style tests. (Yegappan Lakshmanan)
|
|
Problem: ":argadd" without argument is supposed to add the current buffer
name to the arglist.
Solution: Make it work as documented. (Coot, closes #577)
|
|
Problem: One more arglist test fails on MS-Windows.
Solution: Don't edit "Y" after editing "y".
|
|
Problem: The arglist test fails on MS-Windows.
Solution: Only check for failure of argedit on Unix.
|
|
Problem: Old style tests for the argument list.
Solution: Add more new style tests. (Yegappan Lakshmanan)
|
|
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.
|
|
Problem: argidx() has a wrong value after ":%argdelete". (Yegappan
Lakshmanan)
Solution: Correct the value of w_arg_idx. Add a test.
|