comparison src/testdir/test87.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 8fe768bc1234
children ef02f32d8e53
comparison
equal deleted inserted replaced
4495:fe5605ef4d72 4496:ebd94eabfd80
320 StopIteration 320 StopIteration
321 Number of tabs: 4 321 Number of tabs: 4
322 Current tab pages: 322 Current tab pages:
323 <tabpage 0>(1): 1 windows, current is <window object (unknown)> 323 <tabpage 0>(1): 1 windows, current is <window object (unknown)>
324 Windows: 324 Windows:
325 <window object (unknown)>(1): displays buffer <buffer test87.in>; cursor is at (930, 0) 325 <window object (unknown)>(1): displays buffer <buffer test87.in>; cursor is at (946, 0)
326 <tabpage 1>(2): 1 windows, current is <window object (unknown)> 326 <tabpage 1>(2): 1 windows, current is <window object (unknown)>
327 Windows: 327 Windows:
328 <window object (unknown)>(1): displays buffer <buffer 0>; cursor is at (1, 0) 328 <window object (unknown)>(1): displays buffer <buffer 0>; cursor is at (1, 0)
329 <tabpage 2>(3): 2 windows, current is <window object (unknown)> 329 <tabpage 2>(3): 2 windows, current is <window object (unknown)>
330 Windows: 330 Windows:
346 Type error at assigning None to vim.current.buffer 346 Type error at assigning None to vim.current.buffer
347 Current tab page: <tabpage 2> 347 Current tab page: <tabpage 2>
348 Current window: <window 0> 348 Current window: <window 0>
349 Current buffer: <buffer test87.in> 349 Current buffer: <buffer test87.in>
350 Current line: 'Type error at assigning None to vim.current.buffer' 350 Current line: 'Type error at assigning None to vim.current.buffer'
351 vim.vars:Dictionary:True
352 vim.options:Options:True
353 vim.bindeval("{}"):Dictionary:True
354 vim.bindeval("[]"):List:True
355 vim.bindeval("function('tr')"):Function:True
356 vim.current.buffer:Buffer:True
357 vim.current.range:Range:True
358 vim.current.window:Window:True
359 vim.current.tabpage:TabPage:True