Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_getln.c1513 ccline.cmdindent = (firstc > 0 ? indent : 0); in init_ccline()
2706 ccline.cmdspos = 1 + ccline.cmdindent; in set_cmdspos()
2708 ccline.cmdspos = 0 + ccline.cmdindent; in set_cmdspos()
3141 cmdspos = ((ccline.cmdfirstc != NUL) ? 1 : 0) + ccline.cmdindent; in redrawcmd_preedit()
3757 ccline.cmdindent = msg_col + (msg_row - cmdline_row) * Columns; in redrawcmdprompt()
3760 --ccline.cmdindent; in redrawcmdprompt()
3763 for (i = ccline.cmdindent; i > 0; --i) in redrawcmdprompt()
H A Dstructs.h623 int cmdindent; // number of spaces before cmdline member