0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

updated for version 7.3.941

Problem:    Stuff in if_py_both.h is ordered badly.
Solution:   Reorder by type. (ZyX)
This commit is contained in:
Bram Moolenaar 2013-05-12 19:45:35 +02:00
parent 4e5dfb5700
commit 3d0c52db9c
3 changed files with 440 additions and 462 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1019,9 +1019,6 @@ static int ConvertFromPyObject(PyObject *, typval_T *);
#define BufferType_Check(obj) ((obj)->ob_type == &BufferType)
static PyInt BufferLength(PyObject *);
static PyObject *BufferItem(PyObject *, PyInt);
static PyObject *BufferSlice(PyObject *, PyInt, PyInt);
static PyInt BufferAssItem(PyObject *, PyInt, PyObject *);
static PyInt BufferAssSlice(PyObject *, PyInt, PyInt, PyObject *);

View File

@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
941,
/**/
940,
/**/