Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnormal.c111 static void nv_edit(cmdarg_T *cap);
242 {'A', nv_edit, 0, 0},
250 {'I', nv_edit, 0, 0},
273 {'a', nv_edit, NV_NCH, 0},
281 {'i', nv_edit, NV_NCH, 0},
329 {K_INS, nv_edit, 0, 0},
330 {K_KINS, nv_edit, 0, 0},
376 {K_PS, nv_edit, 0, 0},
6257 nv_edit(cap); in nv_g_cmd()
7063 nv_edit(cmdarg_T *cap) in nv_edit() function