summaryrefslogtreecommitdiffstats
path: root/src/testdir/test87.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-06-10 13:55:55 +0200
committerBram Moolenaar <Bram@vim.org>2018-06-10 13:55:55 +0200
commite950f9992b291a07e4fb41cb561156f5b382cd5d (patch)
tree48dad4b4725b9409dccc2e0654f4fb70c9699553 /src/testdir/test87.ok
parente31e256ba1769a3a3ed7840d5cc9a01ab058b8bc (diff)
patch 8.1.0041: attribute "width" missing from python window attribute listv8.1.0041
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.
Diffstat (limited to 'src/testdir/test87.ok')
-rw-r--r--src/testdir/test87.ok2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test87.ok b/src/testdir/test87.ok
index 72b59b631f..9ca4b624cf 100644
--- a/src/testdir/test87.ok
+++ b/src/testdir/test87.ok
@@ -443,7 +443,7 @@ vim.current.window:Window:True
vim.current.tabpage:TabPage:True
current:__dir__,buffer,line,range,tabpage,window
buffer:__dir__,append,mark,name,number,options,range,valid,vars
-window:__dir__,buffer,col,cursor,height,number,options,row,tabpage,valid,vars
+window:__dir__,buffer,col,cursor,height,number,options,row,tabpage,valid,vars,width
tabpage:__dir__,number,valid,vars,window,windows
range:__dir__,append,end,start
dictionary:__dir__,get,has_key,items,keys,locked,pop,popitem,scope,update,values