Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Ddispatch_deprecated.lua61 nvim_win_get_var="window_get_var",
H A Dwindow.c219 Object nvim_win_get_var(Window window, String name, Error *err) in nvim_win_get_var() function
/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/lsp/
H A Dutil.lua1046 if npcall(api.nvim_win_get_var, win, name) == value then
1428 if npcall(api.nvim_win_get_var, current_winnr, opts.focus_id) then
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/auto/
H A Dneovimapi1.h377 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
H A Dneovimapi2.h384 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
H A Dneovimapi3.h399 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
H A Dneovimapi4.h435 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
H A Dneovimapi5.h456 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
H A Dneovimapi6.h462 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
H A Dneovimapi2.cpp871 MsgpackRequest* NeovimApi2::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi2
H A Dneovimapi1.cpp854 MsgpackRequest* NeovimApi1::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi1
H A Dneovimapi3.cpp920 MsgpackRequest* NeovimApi3::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi3
H A Dneovimapi4.cpp1037 MsgpackRequest* NeovimApi4::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi4
H A Dneovimapi5.cpp1108 MsgpackRequest* NeovimApi5::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi5
H A Dneovimapi6.cpp1131 MsgpackRequest* NeovimApi6::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi6