diff options
| author | Felipe Morales <hel.sheep@gmail.com> | 2015-01-31 20:10:52 -0300 |
|---|---|---|
| committer | Felipe Morales <hel.sheep@gmail.com> | 2015-04-28 23:08:32 -0300 |
| commit | 0c44d0ebfc1ffc6eb07c914acc2e4f432b96ce68 (patch) | |
| tree | a88978b953067037e2b928ab3250ed4af5a0c68c /src/nvim/testdir/Makefile | |
| parent | 7e850a2f2aafa609457b9d6f6f637449d4113567 (diff) | |
| download | rneovim-0c44d0ebfc1ffc6eb07c914acc2e4f432b96ce68.tar.gz rneovim-0c44d0ebfc1ffc6eb07c914acc2e4f432b96ce68.tar.bz2 rneovim-0c44d0ebfc1ffc6eb07c914acc2e4f432b96ce68.zip | |
vim-patch: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)
https://code.google.com/p/vim/source/detail?name=v7-4-588
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index fa68ab8d3a..2dedc3db12 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -32,7 +32,8 @@ SCRIPTS := test_autoformat_join.out \ test_breakindent.out \ test_argument_count.out \ test_close_count.out \ - test_command_count.out + test_command_count.out \ + test_argument_0count.out SCRIPTS_GUI := test16.out |