1
0
forked from aniani/vim

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

@@ -611,9 +611,6 @@ get_py3_exceptions()
}
#endif /* DYNAMIC_PYTHON3 */
static PyObject *BufferNew (buf_T *);
static PyObject *WindowNew(win_T *);
static PyObject *LineToString(const char *);
static PyObject *BufferDir(PyObject *, PyObject *);
static int py3initialised = 0;