Home
last modified time | relevance | path

Searched refs:scrolled (Results 1 – 25 of 26) sorted by relevance

12

/vim-8.2.3635/src/
H A Dmove.c1783 int scrolled = 0; in scroll_cursor_top() local
1809 scrolled = used; in scroll_cursor_top()
1859 scrolled += i; in scroll_cursor_top()
1953 int scrolled = 0; in scroll_cursor_bot() local
2016 scrolled = used; in scroll_cursor_bot()
2046 if ((((scrolled <= 0 || scrolled >= min_scroll) in scroll_cursor_bot()
2114 if (scrolled <= 0) in scroll_cursor_bot()
2692 long scrolled = 0; in halfpage() local
2728 if (n < 0 && scrolled > 0) in halfpage()
2746 scrolled += i; in halfpage()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dscroll.txt188 when one window is scrolled, the other windows are also scrolled. In Vim,
190 'scrollbind' option. When a window that has 'scrollbind' set is scrolled, all
191 other 'scrollbind' windows are scrolled the same amount, if possible. The
221 windows is scrolled to the top of its buffer, all of
241 dragging the scrollbar of the current window. How many lines are scrolled
267 line if the cursor line is about to be scrolled off the screen (similarly to
H A Dvisual.txt131 scrolled up. If the position is within 'so' lines from
132 the first line on the screen the text is scrolled
H A Dgui.txt206 Each Vim window has a scrollbar next to it which may be scrolled up and down
228 scrolled as far as possible left and right. The cursor is moved when
354 The selection is removed when the selected text is scrolled or changed.
H A Dintro.txt778 that is not shown, the screen is scrolled horizontally. The advantage of
881 line gets longer it wraps and lines are scrolled to
H A Dpopup.txt404 firstline line of the buffer at top (1 unless scrolled)
661 looks like the text scrolled up. When out of range
H A Ddiff.txt156 text in other windows to be scrolled as well. With vertical splits the text
H A Dusr_25.txt342 When 'wrap' is off and the text has scrolled horizontally, you can use the
H A Dtips.txt188 height, the cursor will always be in the middle and the text is scrolled when
H A Dterm.txt739 screen instead of scrolling, when there are more than 3 lines to be scrolled.
927 border, the text is scrolled.
H A Dterminal.txt380 this limit, the first 10% of the scrolled lines are deleted and are lost.
647 Return the number of lines that scrolled to above the top of
H A Dmessage.txt816 -> Pressing 'j', 'f', 'd' or <Down> is ignored when messages scrolled off the
H A Dtodo.txt1803 Bug with 'cursorline' in diff mode. Line being scrolled into view gets
2923 When right after "vim file", "M" then CTRL-W v the windows are scrolled
3286 doesn't always join correctly between the scrolled area and the new drawn
3745 the display wasn't scrolled. Vim doesn't know how much the external
3746 command scrolled up the display. Use Shift to select text.
5394 anyway. Could skip that. Esp. if the line wraps and the text is scrolled
H A Dchannel.txt1208 line and the window is scrolled up to show the cursor if needed.
H A Dmotion.txt10 screen, the screen is scrolled to show the cursor (see also 'scrolljump' and
H A Dversion5.txt1045 in the wrong line and the window to be scrolled (Acevedo).
1099 X11 GUI: When a bold character in the last column was scrolled up or down, one
1190 With ":g/pat/s//foo/c", a match in the first line was scrolled off of the
1655 When hitting 'q' at the more prompt for ":menu", still scrolled a few lines.
3966 - Using ":!start cmd" scrolled the screen one line up, and didn't wait for
H A Dversion7.txt969 |v:scrollstart| what caused the screen to be scrolled up
2398 When only highlighting changes and the text is scrolled at the same time
2633 With a window of 91 lines 45 cols, ":vsp" scrolled the window. Copy w_wrow
5075 Solution: Set the match highlighting for text that can be scrolled into the
7660 is scrolled anyway. (Matt Zyzik)
12694 Solution: Do not call update_topline_redraw() if the display was scrolled
14942 screen has scrolled. (partly by Christian Brabandt)
15342 scrolled off screen, then using "j", an empty line is displayed.
15343 Solution: Only act on "k" when text scrolled off screen. Also accept
H A Dautocmd.txt1054 screen was scrolled for messages.
H A Doptions.txt5380 MS-Windows: Also see 'scrollfocus' for what window is scrolled when
6465 the mouse pointer is scrolled. With this option off the current
6466 window is scrolled.
6519 scrolled to keep the same relative offset. When
H A Dversion6.txt2811 where the window text may have been scrolled.
3411 were scrolled back down.
10310 Solution: Don't skip redrawing part of the window when it was scrolled.
10511 scrolled unexpectedly. (David Rennalls)
H A Deval.txt10715 added. E.g, this checks if the screen has scrolled: >
10717 " screen has not scrolled
10732 s screen has scrolled for messages
/vim-8.2.3635/src/testdir/
H A Dtest_terminal.vim332 let scrolled = buf->term_getscrolled()
334 if scrolled == buf->term_getscrolled()
340 call assert_equal('1', term_getline(buf, 1 - scrolled))
342 call assert_equal('49', term_getline(buf, 49 - scrolled))
344 call assert_equal('200', term_getline(buf, 200 - scrolled))
H A Dtest_edit.vim1873 " window, the window contents should be scrolled one line up. If the top line
1874 " is part of a fold, then the entire fold should be scrolled up.
H A Dtest_functions.vim2354 " messages scrolled
/vim-8.2.3635/runtime/syntax/
H A Dprogress.vim242 syn keyword ProgressOperator scrolled-row-pos[ition] scrolling seal seal-timestamp section select-a…

12