| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_08.txt | 184 the vertical separator. It separates the two windows left and right of it. 189 :vertical new 191 The ":vertical" command can be inserted before another command that splits a 244 When you have vertical splits, CTRL-W K will move the current window to the 335 file in the argument list. ":vertical all" does it with vertical splits. 405 :vertical diffsplit main.c~ 407 The ":vertical" command is used to make the window split vertically. If you 415 :vertical diffpatch main.c.diff
|
| H A D | diff.txt | 49 using the |-O| argument. This uses vertical splits. If you prefer horizontal 113 To make these commands use a vertical split, prepend |:vertical|. Examples: > 118 If you always prefer a vertical split include "vertical" in 'diffopt'. 156 text in other windows to be scrolled as well. With vertical splits the text
|
| H A D | scroll.txt | 204 thought of as the difference between the current window's vertical scroll 205 position and the other window's vertical scroll position. When one of the 227 scroll a window, and also meaningful when using the vertical scrollbar of the 228 window which has the cursor focus. However, when using the vertical scrollbar 237 |xterm-mouse-wheel|. By default only vertical scroll wheels are supported,
|
| H A D | windows.txt | 250 *:vert* *:vertical* 259 it will be opened left (vertical split) or above (horizontal 267 it will be opened right (vertical split) or below (horizontal 276 window. When the split is vertical the window appears at the 284 Vim window. When the split is vertical the window appears at 290 :vertical topleft split tags 499 When vertical and horizontal window splits are mixed, the 553 If used after |:vertical|: decrease width by N. 557 If used after |:vertical|: increase width by N. 575 :vert[ical] res[ize] [N] *:vertical-resize* *CTRL-W_bar* [all …]
|
| H A D | terminal.txt | 277 :vertical terminal 494 "term_rows" vertical size to use for the terminal, 500 "vertical" split the window vertically 613 for a vertical bar. 873 "term_rows" vertical size to use for the terminal, 878 "vertical" split the window vertically; note that 1475 To change the width of the Vim window when debugging starts and use a vertical 1483 vertical split will be used without modifying 'columns'. 1485 Set g:termdebug_wide to 1 to use a vertical split without ever changing
|
| H A D | arabic.txt | 179 For vertical window isolation while setting 'termbidi' an LTR 180 vertical separator like "l" or "" may be used. It may also be
|
| H A D | usr_01.txt | 43 Many links are in vertical bars, like this: |bars|. The bars themselves may
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_usercommands.vim | 86 vertical MyCmd 87 call assert_equal('vertical', g:mods) 89 call assert_equal('vertical', g:mods) 93 \ topleft verbose vertical MyCmd 97 \ 'verbose aboveleft belowright botright tab topleft vertical', g:mods) 102 vertical MyQCmd 103 call assert_equal('"vertical" ', g:mods)
|
| H A D | test_terminal2.vim | 31 vertical resize 60 84 vertical resize 60 91 vertical resize 30 499 " Make cursor a blinking vertical bar. 504 " Make cursor a steady vertical bar.
|
| H A D | test_window_cmd.vim | 202 " N vertical windows need >= 2*(N - 1) + 1 columns: 944 call assert_equal(0, win_splitmove(winnr(), winnr('j'), {'vertical': 1})) 945 call assert_equal(0, win_splitmove(winnr(), winnr('j'), {'vertical': 1})) 950 call assert_equal(0, win_splitmove(winnr(), winnr('k'), {'vertical': 1})) 1190 " Three vertical windows. Windows 1 and 2 have 'winfixwidth' set and close 1199 " Three vertical windows. Windows 2 and 3 have 'winfixwidth' set and close 1215 " Test for jumping to a vertical/horizontal neighbor window based on the
|
| H A D | test_terminal.vim | 461 exe 'vertical terminal ++cols=20 ' . cmd 466 eval cmd->term_start({'vertical': 1, 'term_cols': 26}) 472 exe 'vertical terminal ++rows=6 ++cols=20 ' . cmd 477 call term_start(cmd, {'vertical': 1, 'term_rows': 7, 'term_cols': 27}) 1496 …umps/Test_popup_command_01.dump', 'dumps/Test_popup_command_02.dump', {'vertical': 1, 'term_cols':… 1504 …umps/Test_popup_command_01.dump', 'dumps/Test_popup_command_02.dump', {'vertical': 0, 'term_rows':…
|
| H A D | term_util.vim | 69 " Make a horizontal and vertical split, so that we can get exactly the right
|
| H A D | test_conceal.vim | 31 " Check that with concealed text vertical cursor movement is correct.
|
| H A D | test_terminal3.vim | 78 \ " call term_start('cat', #{vertical: 1, " .. a:highlight_opt .. "})", 140 \ " call term_start('cat', #{vertical: 1, term_highlight: 'MyTermCol'})",
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 148 let s:vertical = 1 150 let s:vertical = 0 201 \ 'vertical': s:vertical, 209 if s:vertical 339 if s:vertical 340 vertical new 352 if s:vertical
|
| /vim-8.2.3635/src/proto/ |
| H A D | window.pro | 11 int make_windows(int count, int vertical);
|
| /vim-8.2.3635/src/ |
| H A D | gui_athena.c | 2107 int vertical; in gui_mch_dialog() local 2117 vertical = (vim_strchr(p_go, GO_VERTICAL) != NULL); in gui_mch_dialog() 2198 XtNvertDistance, vertical ? 4 : 20, in gui_mch_dialog() 2204 vertical ? XtNfromVert : XtNfromHoriz, prev_dialogButton, in gui_mch_dialog()
|
| H A D | gui_w32.c | 1522 pixels_to_points(int pixels, int vertical) in pixels_to_points() argument 1532 GetDeviceCaps(hdc, vertical ? LOGPIXELSY : LOGPIXELSX)); in pixels_to_points() 6900 int vertical; in gui_mch_dialog() local 7097 vertical = (p_go != NULL && vim_strchr(p_go, GO_VERTICAL) != NULL); in gui_mch_dialog() 7098 if (!vertical) in gui_mch_dialog() 7120 vertical = TRUE; // Too wide to fit on the screen. in gui_mch_dialog() 7125 if (vertical) in gui_mch_dialog() 7161 if (vertical) in gui_mch_dialog() 7219 if (!vertical) in gui_mch_dialog() 7245 if (vertical) in gui_mch_dialog()
|
| H A D | gui_motif.c | 2521 Boolean vertical; in gui_mch_dialog() local 2539 vertical = (vim_strchr(p_go, GO_VERTICAL) != NULL); in gui_mch_dialog() 2548 XmNverticalSpacing, vertical ? 0 : 4, in gui_mch_dialog() 2616 if (vertical) in gui_mch_dialog() 2650 else if (!vertical) in gui_mch_dialog()
|
| H A D | gui_haiku.cc | 2124 bool vertical = (vim_strchr(p_go, GO_VERTICAL) != NULL) || in VimDialog() local 2126 if (vertical) { in VimDialog() 2185 origin.x -= kVimDialogSpacingX + (vertical ? buttonWidth : buttonsWidth); in VimDialog() 2186 origin.y -= kVimDialogSpacingY + (vertical ? buttonsHeight : maxButtonHeight); in VimDialog() 2191 if (vertical) { in VimDialog()
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | README.txt | 86 vertical separators clearly visible?
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …roperty transition-timing-function unicode-bidi unicode-range user-zoom vertical-align visibility … 416 let values = ["none", "both", "horizontal", "vertical"] 526 elseif prop == 'vertical-align' 559 let values = ["horizontal-tb", "vertical-rl", "vertical-lr", "sideways-rl", "sideways-lr"]
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 151 DECSM 69 = DECVSSM, vertical screen split
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | css.vim | 320 …\)-spacing\|text\(-\(decoration\|transform\|align\|index\|shadow\)\)\=\|vertical-align\|unicode-bi… 371 syn match cssUIAttr contained "\<\(vertical-\)\=text\>" 382 syn keyword cssUIAttr contained both horizontal vertical
|
| H A D | tidy.vim | 167 …ix-bad-comments indent merge-divs merge-spans output-bom show-body-only vertical-space contained n…
|