Home
last modified time | relevance | path

Searched refs:room (Results 1 – 25 of 70) sorted by relevance

123

/vim-8.2.3635/src/
H A Dwindow.c1978 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 Dmessage.c200 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 Dcharset.c285 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 Dmove.c2695 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 Dscreen.c4399 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 Dstructs.h1717 char_u room[VAR_SHORT_LEN]; // room for the name member
/vim-8.2.3635/runtime/doc/
H A Dintro.txt727 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 Dusr_42.txt103 Notice that there is room in between the numbers. This is where you can
H A Dwindows.txt160 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 Dtabpage.txt416 clever way when there is not enough room. Check the 'columns' option for the
H A Dusr_03.txt267 Using the 'ruler' option has the advantage that it doesn't take much room,
H A Dusr_30.txt78 When there is not enough room, Vim will shorten the error message. To see
H A Dfold.txt524 When there is room after the text, it is filled with the character specified
H A Dusr_05.txt770 This does mean there is less room to edit text, thus it's a compromise.
H A Dversion6.txt479 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 Doptions.txt2970 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 Dstarting.txt397 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 Dcmdline.txt1130 is no room). The window is always full width and is positioned just above the
H A Dmbyte.txt1070 status line. The idea is that this takes less room than the value of
/vim-8.2.3635/runtime/syntax/
H A Dmush.vim66 syntax keyword mushFunction contained revwords right rjust rloc rnum room root
H A Dmaxima.vim163 syn keyword maximaFunc rombergit rombergmin rombergtol room rootsconmode rootscontract
H A Dlisp.vim157 syn keyword lispFunc boole interactive-stream-p room
/vim-8.2.3635/src/testdir/
H A Dtest_options.vim1039 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 Dtest_window_cmd.vim196 " Beyond that number of windows, E36: Not enough room is expected.
H A Dtest_popupwin.vim1408 " just enough room above
1417 " not enough room above, popup goes below the cursor

123