updated for version 7.3.945
Problem: Python: List of buffers is not very useful.
Solution: Make vim.buffers a map. No iterator yet. (ZyX)
diff --git a/src/testdir/test86.ok b/src/testdir/test86.ok
index cada813..13a7193 100644
--- a/src/testdir/test86.ok
+++ b/src/testdir/test86.ok
@@ -226,13 +226,13 @@
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
@@ -244,13 +244,13 @@
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
@@ -263,13 +263,13 @@
p/bopts1: ''
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
@@ -282,13 +282,13 @@
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: '.,/usr/include,,'
inv: 0! ValueError
@@ -300,12 +300,12 @@
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