| /vim-8.2.3635/src/ |
| H A D | window.c | 1978 room = 0; in win_equal_rec() 2119 room = 0; in win_equal_rec() 5621 room = 0; in frame_setheight() 5816 room = 0; in frame_setwidth() 5919 int room; in win_setminheight() local 5945 int room; in win_setminwidth() local 5973 int room; in win_drag_status_line() local 6016 room = 0; in win_drag_status_line() 6037 if (room < 0) in win_drag_status_line() 6140 room = 0; in win_drag_vsep_line() [all …]
|
| H A D | message.c | 200 int room; in msg_strtrunc() local 213 if (len > room && room > 0) in msg_strtrunc() 221 len = (room + 2) * 2; in msg_strtrunc() 223 len = room + 2; in msg_strtrunc() 258 room = 0; in trunc_string() 259 half = room / 2; in trunc_string() 292 while (len + n > room) in trunc_string() 935 int room; in msg_may_trunc() local 946 if (size <= room) in msg_may_trunc() 2080 int room; in msg_outtrans_long_len_attr() local [all …]
|
| H A D | charset.c | 285 int room; // room in buffer after string in trans_characters() local 290 room = bufsize - len; in trans_characters() 302 room -= trs_len - 1; in trans_characters() 303 if (room <= 0) in trans_characters()
|
| H A D | move.c | 2695 int room; in halfpage() local 2705 room = curwin->w_empty_rows; in halfpage() 2707 room += curwin->w_filler_rows; in halfpage() 2758 room += i; in halfpage() 2762 if (i > room) in halfpage() 2769 room -= i; in halfpage()
|
| H A D | screen.c | 4399 int room; in draw_tabline() local 4506 room = scol - col + tabwidth - 1; in draw_tabline() 4507 if (room > 0) in draw_tabline() 4515 while (len > room) in draw_tabline() 4520 else if (len > room) in draw_tabline() 4522 p += len - room; in draw_tabline() 4523 len = room; in draw_tabline()
|
| H A D | structs.h | 1717 char_u room[VAR_SHORT_LEN]; // room for the name member
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | intro.txt | 727 If the window has room after the last line of the buffer, Vim will show '~' in 862 there is not enough room in the command line. 882 make room.
|
| H A D | usr_42.txt | 103 Notice that there is room in between the numbers. This is where you can
|
| H A D | windows.txt | 160 create room (and others, if the 'equalalways' option is set, 194 height). Reduces the current window height to create room (and 220 height). Reduces the current window height to create room
|
| H A D | tabpage.txt | 416 clever way when there is not enough room. Check the 'columns' option for the
|
| H A D | usr_03.txt | 267 Using the 'ruler' option has the advantage that it doesn't take much room,
|
| H A D | usr_30.txt | 78 When there is not enough room, Vim will shorten the error message. To see
|
| H A D | fold.txt | 524 When there is room after the text, it is filled with the character specified
|
| H A D | usr_05.txt | 770 This does mean there is less room to edit text, thus it's a compromise.
|
| H A D | version6.txt | 479 When there is not enough room in the status line for both the file name and 2987 The ":intro" command didn't work when there wasn't enough room. 3056 leave room for it. (Marcin Dalecki) 3176 globpath() didn't reserve enough room for concatenated results. (Anduin 4335 room for replacing the "%". 5167 Solution: When there is not enough room, compute the left column for the 9132 statusline item like there is no room. 11611 Solution: Keep room for two more bytes. 13826 lines than what is room for. (Shizhu Pan) 14255 Solution: Reserve room for multibyte characters. (Yasuhiro Matsumoto) [all …]
|
| H A D | options.txt | 2970 is computed and some windows may be larger if there is room. The 4890 When non-zero there is room for underlining. 4891 With some fonts there can be too much room between lines (to have 5570 The 'numberwidth' option can be used to set the room used for the line 5601 is set. Thus with the Vim default of 4 there is room for a line number 6109 The 'numberwidth' option can be used to set the room used for the line 6306 comma. When there is room, the relative position of the displayed 9019 minimum, Vim will use fewer lines if there is not enough room. If the 9041 The height may be changed anyway when running out of room. 9048 The width may be changed anyway when running out of room. [all …]
|
| H A D | starting.txt | 397 there is not enough room, only the first few files get a 1110 there is not enough room, you will see only part of it).
|
| H A D | cmdline.txt | 1130 is no room). The window is always full width and is positioned just above the
|
| H A D | mbyte.txt | 1070 status line. The idea is that this takes less room than the value of
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mush.vim | 66 syntax keyword mushFunction contained revwords right rjust rloc rnum room root
|
| H A D | maxima.vim | 163 syn keyword maximaFunc rombergit rombergmin rombergtol room rootsconmode rootscontract
|
| H A D | lisp.vim | 157 syn keyword lispFunc boole interactive-stream-p room
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_options.vim | 1039 call WaitForAssert({-> assert_match('E36: Not enough room', term_getline(buf, 11))}) 1060 call WaitForAssert({-> assert_match('E36: Not enough room', term_getline(buf, 11))})
|
| H A D | test_window_cmd.vim | 196 " Beyond that number of windows, E36: Not enough room is expected.
|
| H A D | test_popupwin.vim | 1408 " just enough room above 1417 " not enough room above, popup goes below the cursor
|