Searched refs:nv_end (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | normal.c | 63 static void nv_end(cmdarg_T *cap); 346 {K_END, nv_end, NV_SSS|NV_STS, FALSE}, 347 {K_KEND, nv_end, NV_SSS|NV_STS, FALSE}, 348 {K_S_END, nv_end, NV_SS, FALSE}, 349 {K_C_END, nv_end, NV_SSS|NV_STS, TRUE}, 4304 nv_end(cmdarg_T *cap) in nv_end() function
|