Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c252 inmacro(char_u *opt, char_u *s) in inmacro() function
288 if (*s == '.' && (inmacro(p_sections, s + 1) || in startPS()
289 (!para && inmacro(p_para, s + 1)))) in startPS()