Home
last modified time | relevance | path

Searched refs:GetBufferLineList (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h4337 GetBufferLineList(buf_T *buf, PyInt lo, PyInt hi) in GetBufferLineList() function
4905 return GetBufferLineList(self->buf, lo+start, hi+start); in RBSlice()