comparison src/testdir/test86.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
326 5:BufFilePost:5 326 5:BufFilePost:5
327 testdir/bar 327 testdir/bar
328 1:BufFilePre:1 328 1:BufFilePre:1
329 7:BufFilePost:1 329 7:BufFilePost:1
330 testdir/test86.in 330 testdir/test86.in
331 valid: b:False, cb:True
331 i:<buffer test86.in> 332 i:<buffer test86.in>
332 i2:<buffer test86.in> 333 i2:<buffer test86.in>
333 i:<buffer a> 334 i:<buffer a>
334 i3:<buffer test86.in> 335 i3:<buffer test86.in>
335 1:<buffer test86.in>=<buffer test86.in> 336 1:<buffer test86.in>=<buffer test86.in>
342 StopIteration 343 StopIteration
343 Number of tabs: 4 344 Number of tabs: 4
344 Current tab pages: 345 Current tab pages:
345 <tabpage 0>(1): 1 windows, current is <window object (unknown)> 346 <tabpage 0>(1): 1 windows, current is <window object (unknown)>
346 Windows: 347 Windows:
347 <window object (unknown)>(1): displays buffer <buffer test86.in>; cursor is at (36, 0) 348 <window object (unknown)>(1): displays buffer <buffer test86.in>; cursor is at (37, 0)
348 <tabpage 1>(2): 1 windows, current is <window object (unknown)> 349 <tabpage 1>(2): 1 windows, current is <window object (unknown)>
349 Windows: 350 Windows:
350 <window object (unknown)>(1): displays buffer <buffer 0>; cursor is at (1, 0) 351 <window object (unknown)>(1): displays buffer <buffer 0>; cursor is at (1, 0)
351 <tabpage 2>(3): 2 windows, current is <window object (unknown)> 352 <tabpage 2>(3): 2 windows, current is <window object (unknown)>
352 Windows: 353 Windows:
368 Type error at assigning None to vim.current.buffer 369 Type error at assigning None to vim.current.buffer
369 Current tab page: <tabpage 2> 370 Current tab page: <tabpage 2>
370 Current window: <window 0> 371 Current window: <window 0>
371 Current buffer: <buffer test86.in> 372 Current buffer: <buffer test86.in>
372 Current line: 'Type error at assigning None to vim.current.buffer' 373 Current line: 'Type error at assigning None to vim.current.buffer'
374 w.valid: [True, False]
375 t.valid: [True, False, True, False]
373 vim.vars:Dictionary:True 376 vim.vars:Dictionary:True
374 vim.options:Options:True 377 vim.options:Options:True
375 vim.bindeval("{}"):Dictionary:True 378 vim.bindeval("{}"):Dictionary:True
376 vim.bindeval("[]"):List:True 379 vim.bindeval("[]"):List:True
377 vim.bindeval("function('tr')"):Function:True 380 vim.bindeval("function('tr')"):Function:True