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:
parent
4e5dfb5700
commit
3d0c52db9c
897
src/if_py_both.h
897
src/if_py_both.h
File diff suppressed because it is too large
Load Diff
@ -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 *);
|
||||
|
||||
|
@ -728,6 +728,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
941,
|
||||
/**/
|
||||
940,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user