Searched refs:LUAVIM_WINDOW (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_lua.c | 57 static const char LUAVIM_WINDOW[] = "window"; variable 1592 luaV_newtype(win_T, window, luaV_Window, LUAVIM_WINDOW) in luaV_newtype() argument 1594 luaV_type_tostring(window, LUAVIM_WINDOW) in luaV_newtype() 1686 luaV_Window *w = luaV_checkudata(L, 1, LUAVIM_WINDOW); in luaV_window_next() 1695 luaV_Window *w = luaV_checkudata(L, 1, LUAVIM_WINDOW); in luaV_window_previous() 1704 luaV_Window *w = luaV_checkudata(L, 1, LUAVIM_WINDOW); in luaV_window_isvalid() 2167 luaV_getfield(L, LUAVIM_WINDOW); in luaV_type() 2500 luaV_newmetatable(L, LUAVIM_WINDOW); in luaopen_vim()
|