0
0
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:
Bram Moolenaar
2013-05-17 16:18:33 +02:00
parent 105bc355a6
commit cabf80ff2f
7 changed files with 60 additions and 46 deletions

View File

@@ -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