Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h181 #define CPO_INSEND 'H' // "I" inserts before last blank in line macro
H A Dnormal.c7148 if (vim_strchr(p_cpo, CPO_INSEND) == NULL) in nv_edit()