Home
last modified time | relevance | path

Searched refs:ACTION_GOTO (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h874 #define ACTION_GOTO 2 macro
H A Dex_docmd.c8627 action = ACTION_GOTO; in ex_findpat()
8635 action = ACTION_GOTO; in ex_findpat()
H A Dnormal.c4540 islower(cap->nchar) ? ACTION_SHOW : ACTION_GOTO, in nv_brackets()