comparison src/testdir/test86.ok @ 4496:ebd94eabfd80 v7.3.996

updated for version 7.3.996 Problem: Python: Can't check types of what is returned by bindeval(). Solution: Add vim.List, vim.Dictionary and vim.Function types. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 19:50:34 +0200
parents 7d81f4e96728
children ef02f32d8e53
comparison
equal deleted inserted replaced
4495:fe5605ef4d72 4496:ebd94eabfd80
331 StopIteration 331 StopIteration
332 Number of tabs: 4 332 Number of tabs: 4
333 Current tab pages: 333 Current tab pages:
334 <tabpage 0>(1): 1 windows, current is <window object (unknown)> 334 <tabpage 0>(1): 1 windows, current is <window object (unknown)>
335 Windows: 335 Windows:
336 <window object (unknown)>(1): displays buffer <buffer test86.in>; cursor is at (954, 0) 336 <window object (unknown)>(1): displays buffer <buffer test86.in>; cursor is at (970, 0)
337 <tabpage 1>(2): 1 windows, current is <window object (unknown)> 337 <tabpage 1>(2): 1 windows, current is <window object (unknown)>
338 Windows: 338 Windows:
339 <window object (unknown)>(1): displays buffer <buffer 0>; cursor is at (1, 0) 339 <window object (unknown)>(1): displays buffer <buffer 0>; cursor is at (1, 0)
340 <tabpage 2>(3): 2 windows, current is <window object (unknown)> 340 <tabpage 2>(3): 2 windows, current is <window object (unknown)>
341 Windows: 341 Windows:
357 Type error at assigning None to vim.current.buffer 357 Type error at assigning None to vim.current.buffer
358 Current tab page: <tabpage 2> 358 Current tab page: <tabpage 2>
359 Current window: <window 0> 359 Current window: <window 0>
360 Current buffer: <buffer test86.in> 360 Current buffer: <buffer test86.in>
361 Current line: 'Type error at assigning None to vim.current.buffer' 361 Current line: 'Type error at assigning None to vim.current.buffer'
362 vim.vars:Dictionary:True
363 vim.options:Options:True
364 vim.bindeval("{}"):Dictionary:True
365 vim.bindeval("[]"):List:True
366 vim.bindeval("function('tr')"):Function:True
367 vim.current.buffer:Buffer:True
368 vim.current.range:Range:True
369 vim.current.window:Window:True
370 vim.current.tabpage:TabPage:True