]> granicus.if.org Git - vim/commit
patch 8.1.0041: attribute "width" missing from python window attribute list v8.1.0041
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Jun 2018 11:55:55 +0000 (13:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Jun 2018 11:55:55 +0000 (13:55 +0200)
commite950f9992b291a07e4fb41cb561156f5b382cd5d
tree48dad4b4725b9409dccc2e0654f4fb70c9699553
parente31e256ba1769a3a3ed7840d5cc9a01ab058b8bc
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.
src/if_py_both.h
src/testdir/test86.ok
src/testdir/test87.ok
src/version.c