Home
last modified time | relevance | path

Searched refs:VV_SWAPCHOICE (Results 1 – 5 of 5) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Deval.h125 VV_SWAPCHOICE, enumerator
H A Dmemline.c3411 set_vim_var_string(VV_SWAPCHOICE, NULL, -1); in do_swapexists()
3421 switch (*get_vim_var_str(VV_SWAPCHOICE)) { in do_swapexists()
H A Deval.c200 VV(VV_SWAPCHOICE, "swapchoice", VAR_STRING, 0),
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h2014 #define VV_SWAPCHOICE 47 macro
H A Dmemline.c4646 set_vim_var_string(VV_SWAPCHOICE, NULL, -1); in do_swapexists()
4656 switch (*get_vim_var_str(VV_SWAPCHOICE)) in do_swapexists()