mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.3.964
Problem: Python: not so easy to access tab pages. Solution: Add window.tabpage, make window.number work with non-current tab pages. (ZyX)
This commit is contained in:
@@ -610,11 +610,6 @@ get_exceptions(void)
|
||||
}
|
||||
#endif /* DYNAMIC_PYTHON */
|
||||
|
||||
static PyObject *BufferNew (buf_T *);
|
||||
static PyObject *WindowNew(win_T *);
|
||||
static PyObject *DictionaryNew(dict_T *);
|
||||
static PyObject *LineToString(const char *);
|
||||
|
||||
static int initialised = 0;
|
||||
#define PYINITIALISED initialised
|
||||
|
||||
|
Reference in New Issue
Block a user