comparison src/testdir/test87.ok @ 14047:30a0068f6167 v8.1.0041

patch 8.1.0041: attribute "width" missing from python window attribute list commit https://github.com/vim/vim/commit/e950f9992b291a07e4fb41cb561156f5b382cd5d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 10 13:55:55 2018 +0200 patch 8.1.0041: attribute "width" missing from python window attribute list Problem: Attribute "width" missing from python window attribute list. Solution: Add the item. (Ken Takata) Order the list like the items are used in the WindowAttr() function.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jun 2018 14:00:07 +0200
parents ef93c4415667
children 16cccc953909
comparison
equal deleted inserted replaced
14046:3ac575aaff49 14047:30a0068f6167
441 vim.current.range:Range:True 441 vim.current.range:Range:True
442 vim.current.window:Window:True 442 vim.current.window:Window:True
443 vim.current.tabpage:TabPage:True 443 vim.current.tabpage:TabPage:True
444 current:__dir__,buffer,line,range,tabpage,window 444 current:__dir__,buffer,line,range,tabpage,window
445 buffer:__dir__,append,mark,name,number,options,range,valid,vars 445 buffer:__dir__,append,mark,name,number,options,range,valid,vars
446 window:__dir__,buffer,col,cursor,height,number,options,row,tabpage,valid,vars 446 window:__dir__,buffer,col,cursor,height,number,options,row,tabpage,valid,vars,width
447 tabpage:__dir__,number,valid,vars,window,windows 447 tabpage:__dir__,number,valid,vars,window,windows
448 range:__dir__,append,end,start 448 range:__dir__,append,end,start
449 dictionary:__dir__,get,has_key,items,keys,locked,pop,popitem,scope,update,values 449 dictionary:__dir__,get,has_key,items,keys,locked,pop,popitem,scope,update,values
450 list:__dir__,extend,locked 450 list:__dir__,extend,locked
451 function:__dir__,args,auto_rebind,self,softspace 451 function:__dir__,args,auto_rebind,self,softspace