Home
last modified time | relevance | path

Searched refs:last_multispace (Results 1 – 2 of 2) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dscreen.c4819 char_u *last_multispace = NULL; // Last occurrence of "multispace:" in set_chars_option() local
4966 last_multispace = p; in set_chars_option()
4987 if (p == last_multispace) in set_chars_option()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Doption.c3486 char_u *last_multispace = NULL; // Last occurrence of "multispace:" in set_chars_option() local
3621 last_multispace = p; in set_chars_option()
3639 if (p == last_multispace) { in set_chars_option()