Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dlocale.c276 # define VIM_LC_MESSAGES LC_MESSAGES in ex_language() macro
278 # define VIM_LC_MESSAGES 6789 in ex_language() macro
291 what = VIM_LC_MESSAGES; in ex_language()
318 if (what == VIM_LC_MESSAGES) in ex_language()
330 if (what == VIM_LC_MESSAGES) in ex_language()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dex_cmds2.c2888 # define VIM_LC_MESSAGES LC_MESSAGES in ex_language() macro
2890 # define VIM_LC_MESSAGES 6789 in ex_language() macro
2901 what = VIM_LC_MESSAGES; in ex_language()
2921 if (what == VIM_LC_MESSAGES) { in ex_language()
2935 if (what == VIM_LC_MESSAGES) { in ex_language()