diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-15 14:39:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-15 14:39:52 +0200 |
commit | b6c589a529bc8c5720477494696c6f69fe457475 (patch) | |
tree | fa6f512190cb15fa5a0a3186312ede6115881e61 /src/testdir/test86.ok | |
parent | 46a7561f3a151fefc469225d41822dd0be292f98 (diff) | |
download | vim-git-b6c589a529bc8c5720477494696c6f69fe457475.tar.gz |
updated for version 7.3.947v7.3.947
Problem: Python: No iterator for vim.list and vim.bufferlist.
Solution: Add the iterators. Also fix name of FunctionType. Add tests for
vim.buffers. (ZyX)
Diffstat (limited to 'src/testdir/test86.ok')
-rw-r--r-- | src/testdir/test86.ok | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/testdir/test86.ok b/src/testdir/test86.ok index 13a719309..4b54d985f 100644 --- a/src/testdir/test86.ok +++ b/src/testdir/test86.ok @@ -319,3 +319,15 @@ bar Second line Third line foo +i:<buffer test86.in> +i2:<buffer test86.in> +i:<buffer a> +i3:<buffer test86.in> +1:<buffer test86.in>=<buffer test86.in> +6:<buffer a>=<buffer a> +7:<buffer b>=<buffer b> +8:<buffer c>=<buffer c> +4 +i4:<buffer test86.in> +i4:<buffer test86.in> +StopIteration |