commit | e950f9992b291a07e4fb41cb561156f5b382cd5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 10 13:55:55 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 10 13:55:55 2018 +0200 |
tree | 48dad4b4725b9409dccc2e0654f4fb70c9699553 | |
parent | e31e256ba1769a3a3ed7840d5cc9a01ab058b8bc [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 88c1fb1..71283ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 41, +/**/ 40, /**/ 39,