Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregister.c1826 char shortline; in do_put() local
1852 shortline = (vcol < col) || (vcol == col && !*ptr) ; in do_put()
1918 if ((j < count - 1 || !shortline) && spaces) in do_put()