Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmisc1.h8 #define OPENLINE_DELSPACES 1 // delete spaces after cursor macro
H A Dchange.c1556 if (curbuf->b_p_ai || (flags & OPENLINE_DELSPACES)) { in open_line()
H A Dedit.c6222 open_line(FORWARD, OPENLINE_DELSPACES + OPENLINE_MARKFIX in internal_format()
/dports/editors/vim/vim-8.2.3745/src/
H A Dtextformat.c351 open_line(FORWARD, OPENLINE_DELSPACES + OPENLINE_MARKFIX in internal_format()
H A Dvim.h1117 #define OPENLINE_DELSPACES 1 // delete spaces after cursor macro
H A Dchange.c2045 if (curbuf->b_p_ai || (flags & OPENLINE_DELSPACES)) in open_line()