Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h180 #define CPO_GOTO1 'g' // goto line 1 for ":edit" macro
H A Dex_docmd.c6966 && vim_strchr(p_cpo, CPO_GOTO1) != NULL) in do_exedit()