Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Ddeprecated.c237 void buffer_del_line(Buffer buffer, Integer index, Error *err) in buffer_del_line() function
H A Dvim.c588 buffer_del_line(curbuf->handle, curwin->w_cursor.lnum - 1, err); in nvim_del_current_line()
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/auto/
H A Dneovimapi0.h125 MsgpackRequest* buffer_del_line(int64_t buffer, int64_t index);
H A Dneovimapi1.h207 MsgpackRequest* buffer_del_line(int64_t buffer, int64_t index);
H A Dneovimapi2.h209 MsgpackRequest* buffer_del_line(int64_t buffer, int64_t index);
H A Dneovimapi3.h214 MsgpackRequest* buffer_del_line(int64_t buffer, int64_t index);
H A Dneovimapi4.h230 MsgpackRequest* buffer_del_line(int64_t buffer, int64_t index);
H A Dneovimapi5.h237 MsgpackRequest* buffer_del_line(int64_t buffer, int64_t index);
H A Dneovimapi6.h239 MsgpackRequest* buffer_del_line(int64_t buffer, int64_t index);
H A Dneovimapi0.cpp82 MsgpackRequest* NeovimApi0::buffer_del_line(int64_t buffer, int64_t index) in buffer_del_line() function in NeovimQt::NeovimApi0
H A Dneovimapi2.cpp82 MsgpackRequest* NeovimApi2::buffer_del_line(int64_t buffer, int64_t index) in buffer_del_line() function in NeovimQt::NeovimApi2
H A Dneovimapi1.cpp82 MsgpackRequest* NeovimApi1::buffer_del_line(int64_t buffer, int64_t index) in buffer_del_line() function in NeovimQt::NeovimApi1
H A Dneovimapi3.cpp82 MsgpackRequest* NeovimApi3::buffer_del_line(int64_t buffer, int64_t index) in buffer_del_line() function in NeovimQt::NeovimApi3
H A Dneovimapi4.cpp102 MsgpackRequest* NeovimApi4::buffer_del_line(int64_t buffer, int64_t index) in buffer_del_line() function in NeovimQt::NeovimApi4
H A Dneovimapi5.cpp102 MsgpackRequest* NeovimApi5::buffer_del_line(int64_t buffer, int64_t index) in buffer_del_line() function in NeovimQt::NeovimApi5
H A Dneovimapi6.cpp102 MsgpackRequest* NeovimApi6::buffer_del_line(int64_t buffer, int64_t index) in buffer_del_line() function in NeovimQt::NeovimApi6