summaryrefslogtreecommitdiff
path: root/src/testdir/test87.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-15 13:38:47 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-15 13:38:47 +0200
commitdfa38d4e45a4a64c6b2a84c1d4c91b153f43a86d (patch)
treea60f495de869a13fde8cdf7cabd2ad977f9da521 /src/testdir/test87.ok
parent29607acff640183682cd4ecb6c65985a7897bd51 (diff)
downloadvim-git-dfa38d4e45a4a64c6b2a84c1d4c91b153f43a86d.tar.gz
updated for version 7.3.945v7.3.945
Problem: Python: List of buffers is not very useful. Solution: Make vim.buffers a map. No iterator yet. (ZyX)
Diffstat (limited to 'src/testdir/test87.ok')
-rw-r--r--src/testdir/test87.ok40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/testdir/test87.ok b/src/testdir/test87.ok
index a43698d16..c204fc521 100644
--- a/src/testdir/test87.ok
+++ b/src/testdir/test87.ok
@@ -215,13 +215,13 @@ bar
p/bopts1: False
inv: 2! ValueError
G: 0
- W: 1:1 2:1 3:0 4:0
- B: 1:1 2:1 3:0 4:0
+ W: 1:0 2:1 3:0 4:1
+ B: 1:0 2:1 3:0 4:1
del wopts3! KeyError
del bopts3! ValueError
G: 0
- W: 1:1 2:1 3:0 4:0
- B: 1:1 2:1 3:0 4:0
+ W: 1:0 2:1 3:0 4:1
+ B: 1:0 2:1 3:0 4:1
>>> iminsert
p/gopts1! KeyError
inv: 3! KeyError
@@ -233,13 +233,13 @@ bar
wopts3! KeyError
p/bopts1: 2
G: 1
- W: 1:2 2:1 3:0 4:2
- B: 1:2 2:1 3:0 4:2
+ W: 1:0 2:2 3:2 4:1
+ B: 1:0 2:2 3:2 4:1
del wopts3! KeyError
del bopts3! ValueError
G: 1
- W: 1:2 2:1 3:0 4:2
- B: 1:2 2:1 3:0 4:2
+ W: 1:0 2:2 3:2 4:1
+ B: 1:0 2:2 3:2 4:1
>>> omnifunc
p/gopts1! KeyError
inv: 1! KeyError
@@ -252,13 +252,13 @@ bar
p/bopts1: b''
inv: 1! ValueError
G: ''
- W: 1:'B' 2:'C' 3:'A' 4:''
- B: 1:'B' 2:'C' 3:'A' 4:''
+ W: 1:'A' 2:'B' 3:'' 4:'C'
+ B: 1:'A' 2:'B' 3:'' 4:'C'
del wopts3! KeyError
del bopts3! ValueError
G: ''
- W: 1:'B' 2:'C' 3:'A' 4:''
- B: 1:'B' 2:'C' 3:'A' 4:''
+ W: 1:'A' 2:'B' 3:'' 4:'C'
+ B: 1:'A' 2:'B' 3:'' 4:'C'
>>> preserveindent
p/gopts1! KeyError
inv: 2! KeyError
@@ -271,13 +271,13 @@ bar
p/bopts1: False
inv: 2! ValueError
G: 0
- W: 1:1 2:1 3:0 4:0
- B: 1:1 2:1 3:0 4:0
+ W: 1:0 2:1 3:0 4:1
+ B: 1:0 2:1 3:0 4:1
del wopts3! KeyError
del bopts3! ValueError
G: 0
- W: 1:1 2:1 3:0 4:0
- B: 1:1 2:1 3:0 4:0
+ W: 1:0 2:1 3:0 4:1
+ B: 1:0 2:1 3:0 4:1
>>> path
p/gopts1: b'.,/usr/include,,'
inv: 0! ValueError
@@ -289,12 +289,12 @@ bar
p/bopts1: None
inv: 0! ValueError
G: '.,,'
- W: 1:',,' 2:'.' 3:'.,,' 4:'.,,'
- B: 1:',,' 2:'.' 3:'.,,' 4:'.,,'
+ W: 1:'.,,' 2:',,' 3:'.,,' 4:'.'
+ B: 1:'.,,' 2:',,' 3:'.,,' 4:'.'
del wopts3! KeyError
G: '.,,'
- W: 1:',,' 2:'.,,' 3:'.,,' 4:'.,,'
- B: 1:',,' 2:'.,,' 3:'.,,' 4:'.,,'
+ W: 1:'.,,' 2:',,' 3:'.,,' 4:'.,,'
+ B: 1:'.,,' 2:',,' 3:'.,,' 4:'.,,'
First line
First line
def