Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmove.c2170 int topfill = 0; in scroll_cursor_halfway() local
2228 topfill = loff.fill; in scroll_cursor_halfway()
2237 curwin->w_topfill = topfill; in scroll_cursor_halfway()
/vim-8.2.3635/src/testdir/
H A Dtest_options.vim1181 call assert_equal({'lnum':11, 'leftcol':0, 'col':0, 'topfill':0,
1188 call assert_equal({'lnum':11, 'leftcol':0, 'col':0, 'topfill':0,
H A Dtest_search.vim254 …call assert_equal({'lnum': 10, 'leftcol': 0, 'col': 4, 'topfill': 0, 'topline': 6, 'coladd': 0, 's…
270 …"call assert_equal({'lnum': 1, 'leftcol': 0, 'col': 0, 'topfill': 0, 'topline': 1, 'coladd': 0, 's…
/vim-8.2.3635/runtime/doc/
H A Deval.txt12181 topfill filler lines, only in diff mode
H A Dversion7.txt14431 Solution: Change how topfill is computed. (Christian Brabandt)