Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c126 static char e_hitend[] = N_("Hit end of paragraph"); variable
4284 ? (char_u *)_(e_hitend) : (char_u *)_(e_patnotf); in ins_complete()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c137 static char e_hitend[] = N_("Hit end of paragraph"); variable
5401 ? (char_u *)_(e_hitend) : (char_u *)_(e_patnotf); in ins_complete()