Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c193 char *msg_line_plural; in op_shift() local
201 msg_line_plural = NGETTEXT("%ld lines %sed %d time", in op_shift()
204 NGETTEXT(msg_line_single, msg_line_plural, oap->line_count), in op_shift()