Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmisc1.h10 #define OPENLINE_KEEPTRAIL 4 // keep trailing spaces macro
H A Dchange.c1690 if (trunc_line && !(flags & OPENLINE_KEEPTRAIL)) { in open_line()
H A Dedit.c6223 + (fo_white_par ? OPENLINE_KEEPTRAIL : 0) in internal_format()
/dports/editors/vim/vim-8.2.3745/src/
H A Dtextformat.c352 + (fo_white_par ? OPENLINE_KEEPTRAIL : 0) in internal_format()
H A Dvim.h1119 #define OPENLINE_KEEPTRAIL 4 // keep trailing spaces macro
H A Dchange.c2195 if (trunc_line && !(flags & OPENLINE_KEEPTRAIL)) in open_line()