Home
last modified time | relevance | path

Searched refs:WindowSetattr (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python3.c1635 return WindowSetattr((WindowObject *)(self), name, val); in WindowSetattro()
H A Dif_py_both.h4038 WindowSetattr(WindowObject *self, char *name, PyObject *valObject) in WindowSetattr() function
6525 WindowType.tp_setattr = (setattrfunc)WindowSetattr; in init_structs()
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim2761 cb.append(">> WindowSetattr")
3576 >> WindowSetattr
H A Dtest_python3.vim2949 cb.append(">> WindowSetattr")
3764 >> WindowSetattr
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt17457 Problem: Python: WindowSetattr() missing support for NUMBER_UNSIGNED.