Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_docmd.c7156 char_u ctrl_o[2]; in ex_syncbind() local
7158 ctrl_o[0] = Ctrl_O; in ex_syncbind()
7159 ctrl_o[1] = 0; in ex_syncbind()
7160 ins_typebuf(ctrl_o, REMAP_NONE, 0, TRUE, FALSE); in ex_syncbind()