diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-12 21:16:23 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-12 21:16:23 +0200 |
commit | bd80f35bc59442894a4ec56aefb0137cb0a350fa (patch) | |
tree | b822da2358409f0c5da3b1d2c266c58f5f70a536 /src/testdir/test87.ok | |
parent | 8f1723de4735e437b4ced3be95d6582e713c3d7d (diff) | |
download | vim-git-bd80f35bc59442894a4ec56aefb0137cb0a350fa.tar.gz |
updated for version 7.3.943v7.3.943
Problem: Python: Negative indices were failing.
Solution: Fix negative indices. Add tests. (ZyX)
Diffstat (limited to 'src/testdir/test87.ok')
-rw-r--r-- | src/testdir/test87.ok | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/testdir/test87.ok b/src/testdir/test87.ok index 72e7b059f..a43698d16 100644 --- a/src/testdir/test87.ok +++ b/src/testdir/test87.ok @@ -295,3 +295,16 @@ bar G: '.,,' W: 1:',,' 2:'.,,' 3:'.,,' 4:'.,,' B: 1:',,' 2:'.,,' 3:'.,,' 4:'.,,' +First line +First line +def +First line +Second line +Third line +(7, 2) +<buffer test87.in><buffer > +baz +bar +Second line +Third line +foo |