Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmove.c954 int new_leftcol; in curs_columns() local
1064 new_leftcol = curwin->w_wcol - extra - textwidth / 2; in curs_columns()
1070 new_leftcol = curwin->w_leftcol - diff; in curs_columns()
1072 new_leftcol = curwin->w_leftcol + diff; in curs_columns()
1074 if (new_leftcol < 0) in curs_columns()
1075 new_leftcol = 0; in curs_columns()
1076 if (new_leftcol != (int)curwin->w_leftcol) in curs_columns()
1078 curwin->w_leftcol = new_leftcol; in curs_columns()