Home
last modified time | relevance | path

Searched defs:wininfo_S (Results 1 – 2 of 2) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer_defs.h278 struct wininfo_S { struct
279 wininfo_T *wi_next; // next entry or NULL for last entry
280 wininfo_T *wi_prev; // previous entry or NULL for first entry
281 win_T *wi_win; // pointer to window that did set wi_fpos
282 pos_T wi_fpos; // last cursor position in the file
283 bool wi_optset; // true when wi_opt has useful values
284 winopt_T wi_opt; // local window options
285 bool wi_fold_manual; // copy of w_fold_manual
286 garray_T wi_folds; // clone of w_folds
/dports/editors/vim/vim-8.2.3745/src/
H A Dstructs.h337 struct wininfo_S struct
339 wininfo_T *wi_next; // next entry or NULL for last entry
340 wininfo_T *wi_prev; // previous entry or NULL for first entry
341 win_T *wi_win; // pointer to window that did set wi_fpos
342 pos_T wi_fpos; // last cursor position in the file
343 winopt_T wi_opt; // local window options
344 int wi_optset; // TRUE when wi_opt has useful values
346 int wi_fold_manual; // copy of w_fold_manual
347 garray_T wi_folds; // clone of w_folds