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 D | dispatch_deprecated.lua | 61 nvim_win_get_var="window_get_var",
|
H A D | window.c | 219 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 D | util.lua | 1046 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 D | neovimapi1.h | 377 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
|
H A D | neovimapi2.h | 384 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
|
H A D | neovimapi3.h | 399 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
|
H A D | neovimapi4.h | 435 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
|
H A D | neovimapi5.h | 456 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
|
H A D | neovimapi6.h | 462 MsgpackRequest* nvim_win_get_var(int64_t window, QByteArray name);
|
H A D | neovimapi2.cpp | 871 MsgpackRequest* NeovimApi2::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi2
|
H A D | neovimapi1.cpp | 854 MsgpackRequest* NeovimApi1::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi1
|
H A D | neovimapi3.cpp | 920 MsgpackRequest* NeovimApi3::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi3
|
H A D | neovimapi4.cpp | 1037 MsgpackRequest* NeovimApi4::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi4
|
H A D | neovimapi5.cpp | 1108 MsgpackRequest* NeovimApi5::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi5
|
H A D | neovimapi6.cpp | 1131 MsgpackRequest* NeovimApi6::nvim_win_get_var(int64_t window, QByteArray name) in nvim_win_get_var() function in NeovimQt::NeovimApi6
|