| /vim-8.2.3635/src/ |
| H A D | message.c | 244 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 D | normal.c | 3915 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 D | scroll.txt | 40 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 D | usr_03.txt | 273 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 D | usr_25.txt | 316 zH scroll half a window width right 320 zL scroll half a window width left
|
| H A D | usr_24.txt | 105 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 D | print.txt | 500 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 D | message.txt | 853 d down a page (half a screen) 859 u up a page (half a screen)
|
| H A D | windows.txt | 158 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 D | popup.txt | 966 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 D | index.txt | 207 |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 D | tips.txt | 187 some context around the cursor. If 'scrolloff' is bigger than half the window
|
| H A D | version6.txt | 349 ":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 D | seqs.txt | 46 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 D | less.vim | 133 " Scroll half a page forward 155 " Scroll half a page backward
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xquery.vim | 29 …olve-QName resolve-uri resolve-uri reverse root root round round-half-to-even round-half-to-even s…
|
| H A D | plaintex.vim | 112 \ '\\magstep\%(half\)\=\>'
|
| H A D | neomuttrc.vim | 652 \ 'group-multilingual', 'group-reply', 'half-down', 'half-up', 'help', 'history-down',
|
| H A D | sas.vim | 197 …expmatrix expandgrid fft forward froot full gasetup geomean ginv hadamard half hankel harmean hdir…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_messages.vim | 207 " Down a page (half a screen) with d. 230 " Up a page (half a screen) with u.
|
| H A D | test_arglist.vim | 227 " 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 D | test_popupwin.vim | 346 " 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 D | test_cpoptions.vim | 343 " 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 D | test_channel.vim | 482 " 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 D | spellfile.vim | 89 " We are back the old buffer, remove any (half-finished) download.
|