Home
last modified time | relevance | path

Searched defs:_ (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/runtime/pack/dist/opt/dvorak/dvorak/
H A Denable.vim75 inoremap _ { map
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp157 # define _(x) x macro
159 # define _(x) (*dyn_libintl_gettext)(x) macro
/vim-8.2.3635/src/testdir/
H A Dtest_functions.vim917 function OperatorFunc(_) argument
H A Dtest_vim9_func.vim3154 def Ignore(_, _): string argument
3159 func Ok(_) argument
/vim-8.2.3635/src/
H A Dvim.h548 # define _(x) (*dyn_libintl_gettext)((char *)(x)) macro
560 # define _(x) gettext((char *)(x)) macro
569 # define _(x) ((char *)(x)) macro