Home
last modified time | relevance | path

Searched refs:half (Results 1 – 25 of 52) sorted by relevance

123

/vim-8.2.3635/src/
H A Dmessage.c244 size_t half; in trunc_string() local
259 half = room / 2; in trunc_string()
262 for (e = 0; len < half && e < buflen; ++e) in trunc_string()
271 if (len + n > half) in trunc_string()
301 half = i = (int)STRLEN(s); in trunc_string()
305 half = half - utf_head_off(s, s + half - 1) - 1; in trunc_string()
306 while (half > 0 && utf_iscomposing(utf_ptr2char(s + half))); in trunc_string()
307 n = ptr2cells(s + half); in trunc_string()
308 if (len + n > room || half == 0) in trunc_string()
311 i = (int)half; in trunc_string()
H A Dnormal.c3915 int half; in nv_scroll() local
3955 half = (curwin->w_height - curwin->w_empty_rows + 1) / 2; in nv_scroll()
3962 + n) / 2 >= half) in nv_scroll()
3969 if (used >= half) in nv_scroll()
/vim-8.2.3635/runtime/doc/
H A Dscroll.txt40 lines comes from the 'scroll' option (default: half a
77 lines comes from the 'scroll' option (default: half a
162 zL Move the view on the text half a screenwidth to the
163 right, thus scroll the text half a screenwidth to the
167 zH Move the view on the text half a screenwidth to the
168 left, thus scroll the text half a screenwidth to the
271 the scroll wheel move one line or half a page in Normal mode: >
H A Dusr_03.txt273 The CTRL-U command scrolls down half a screen of text. Think of looking
274 through a viewing window at the text and moving this window up by half the
278 The CTRL-D command moves the viewing window down half a screen in the file,
279 thus scrolls the text up half a screen.
H A Dusr_25.txt316 zH scroll half a window width right
320 zL scroll half a window width left
H A Dusr_24.txt105 briefly move the cursor to the matching (, keep it there for half a second,
113 example, to make Vim wait one and a half second: >
H A Dprint.txt500 ASCII code range. If you find half-width Roman characters are not appearing
502 half-width ASCII characters with 'printmbfont'. If your font does not include
H A Dmessage.txt853 d down a page (half a screen)
859 u up a page (half a screen)
H A Dwindows.txt158 Make the new window N high (default is to use half the height
193 Make new window N high (default is to use half the existing
219 Make new window N high (default is to use half the existing
H A Dpopup.txt966 A click in the upper half of the scrollbar will scroll the text down one line.
967 A click in the lower half will scroll the text up one line. However, this is
H A Dindex.txt207 |CTRL-D| CTRL-D scroll Down N lines (default: half a screen)
228 |CTRL-U| CTRL-U scroll N lines Upwards (default: half a
837 |zH| zH when 'wrap' off scroll half a screenwidth
839 |zL| zL when 'wrap' off scroll half a screenwidth
H A Dtips.txt187 some context around the cursor. If 'scrolloff' is bigger than half the window
H A Dversion6.txt349 ":normal" does no longer hang when the argument ends in half a command.
2693 - When using Visual block selection and only the left half of a double-wide
2798 - GUI with double-byte encoding: a mouse click in left half of double-wide
3168 would be on the right half, which causes problems with some terminals.
4266 bigger than half the window height, moving the cursor left or
4359 character that overwrites the left half of an old double-wide
7072 Problem: When erasing the right half of a double-byte character, it may
7313 half of a character. (Yasuhiro Matsumoto)
7316 ScreenLines[] when overwriting half of a double-wide character.
8672 over the right half of the double-wide character. (Yasuhiro
[all …]
/vim-8.2.3635/src/libvterm/doc/
H A Dseqs.txt46 123 ESC # 3 = DECDHL, double-height line (top half)
47 123 ESC # 4 = DECDHL, double-height line (bottom half)
/vim-8.2.3635/runtime/macros/
H A Dless.vim133 " Scroll half a page forward
155 " Scroll half a page backward
/vim-8.2.3635/runtime/syntax/
H A Dxquery.vim29 …olve-QName resolve-uri resolve-uri reverse root root round round-half-to-even round-half-to-even s…
H A Dplaintex.vim112 \ '\\magstep\%(half\)\=\>'
H A Dneomuttrc.vim652 \ 'group-multilingual', 'group-reply', 'half-down', 'half-up', 'help', 'history-down',
H A Dsas.vim197 …expmatrix expandgrid fft forward froot full gasetup geomean ginv hadamard half hankel harmean hdir…
/vim-8.2.3635/src/testdir/
H A Dtest_messages.vim207 " Down a page (half a screen) with d.
230 " Up a page (half a screen) with u.
H A Dtest_arglist.vim227 " four args half the screen width makes two lines with two columns
239 " if one arg is longer than half the screen make one column
H A Dtest_popupwin.vim346 " cursor in a line in top half, using "botleft" with popup that
355 " cursor in a line in top half, using "botleft" with popup that
365 " cursor in a line in top half, using "botleft" with popup that
374 " cursor in a line in bottom half, using "botleft" with popup that
384 " cursor in a line in bottom half, using "topleft" with popup that
393 " cursor in a line in top half, using "topleft" with popup that
403 " cursor in a line in top half, using "topleft" with popup that
412 " cursor in a line in top half, using "topleft" with popup that
498 " CTRL-D scrolls down half a page
2278 " this scrolls two lines (half the window height)
H A Dtest_cpoptions.vim343 " When included, a showmatch will always wait half a second. When not
344 " included, a showmatch will wait half a second or until a character is typed.
H A Dtest_channel.vim482 " We intend to use a socket that doesn't exist and wait for half a second
1487 " The server will wait half a second before creating the port.
/vim-8.2.3635/runtime/autoload/
H A Dspellfile.vim89 " We are back the old buffer, remove any (half-finished) download.

123