forked from aniani/vim
updated for version 7.3.1236
Problem: Python: WindowSetattr() missing support for NUMBER_UNSIGNED. Solution: Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)
This commit is contained in:
@@ -1623,7 +1623,7 @@ Py3Init_vim(void)
|
||||
if ((vim_module = PyModule_Create(&vimmodule)) == NULL)
|
||||
return NULL;
|
||||
|
||||
if (populate_module(vim_module, PyModule_AddObject, PyObject_GetAttrString))
|
||||
if (populate_module(vim_module))
|
||||
return NULL;
|
||||
|
||||
if (init_sys_path())
|
||||
|
Reference in New Issue
Block a user