comparison src/testdir/test87.ok @ 4593:0cf552b325b5 v7.3.1044

updated for version 7.3.1044 Problem: Python: No {Buffer,TabPage,Window}.valid attributes. Solution: Python patch 5: add .valid (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 22:15:30 +0200
parents fa39483a1363
children 89bec74fd793
comparison
equal deleted inserted replaced
4592:706bcc2010f5 4593:0cf552b325b5
315 5:BufFilePost:5 315 5:BufFilePost:5
316 testdir/bar 316 testdir/bar
317 1:BufFilePre:1 317 1:BufFilePre:1
318 7:BufFilePost:1 318 7:BufFilePost:1
319 testdir/test87.in 319 testdir/test87.in
320 valid: b:False, cb:True
320 i:<buffer test87.in> 321 i:<buffer test87.in>
321 i2:<buffer test87.in> 322 i2:<buffer test87.in>
322 i:<buffer a> 323 i:<buffer a>
323 i3:<buffer test87.in> 324 i3:<buffer test87.in>
324 1:<buffer test87.in>=<buffer test87.in> 325 1:<buffer test87.in>=<buffer test87.in>
331 StopIteration 332 StopIteration
332 Number of tabs: 4 333 Number of tabs: 4
333 Current tab pages: 334 Current tab pages:
334 <tabpage 0>(1): 1 windows, current is <window object (unknown)> 335 <tabpage 0>(1): 1 windows, current is <window object (unknown)>
335 Windows: 336 Windows:
336 <window object (unknown)>(1): displays buffer <buffer test87.in>; cursor is at (36, 0) 337 <window object (unknown)>(1): displays buffer <buffer test87.in>; cursor is at (37, 0)
337 <tabpage 1>(2): 1 windows, current is <window object (unknown)> 338 <tabpage 1>(2): 1 windows, current is <window object (unknown)>
338 Windows: 339 Windows:
339 <window object (unknown)>(1): displays buffer <buffer 0>; cursor is at (1, 0) 340 <window object (unknown)>(1): displays buffer <buffer 0>; cursor is at (1, 0)
340 <tabpage 2>(3): 2 windows, current is <window object (unknown)> 341 <tabpage 2>(3): 2 windows, current is <window object (unknown)>
341 Windows: 342 Windows:
357 Type error at assigning None to vim.current.buffer 358 Type error at assigning None to vim.current.buffer
358 Current tab page: <tabpage 2> 359 Current tab page: <tabpage 2>
359 Current window: <window 0> 360 Current window: <window 0>
360 Current buffer: <buffer test87.in> 361 Current buffer: <buffer test87.in>
361 Current line: 'Type error at assigning None to vim.current.buffer' 362 Current line: 'Type error at assigning None to vim.current.buffer'
363 w.valid: [True, False]
364 t.valid: [True, False, True, False]
362 vim.vars:Dictionary:True 365 vim.vars:Dictionary:True
363 vim.options:Options:True 366 vim.options:Options:True
364 vim.bindeval("{}"):Dictionary:True 367 vim.bindeval("{}"):Dictionary:True
365 vim.bindeval("[]"):List:True 368 vim.bindeval("[]"):List:True
366 vim.bindeval("function('tr')"):Function:True 369 vim.bindeval("function('tr')"):Function:True