| /vim-8.2.3635/runtime/doc/ |
| H A D | windows.txt | 7 Editing with multiple windows and buffers. *windows* *buffers* 16 1. Introduction |windows-intro| 17 2. Starting Vim |windows-starting| 29 {not able to use multiple windows when the |+windows| feature was disabled at 38 A tab page is a collection of windows. 103 there are more file names than windows, only N windows are opened and some 131 be dragged to resize windows. 306 preview windows), exit Vim. 436 of windows go to the last window. 755 windows will not be visited. [all …]
|
| H A D | usr_08.txt | 5 Splitting windows 10 side by side. All this is possible with split windows. 16 |08.5| Moving windows 17 |08.6| Commands for all windows 120 separates two windows, and drag it up or down. 213 More commands to move to other windows: |Q_wi|. 216 *08.5* Moving windows 220 windows like this: 279 *08.6* Commands for all windows 333 The "-O" argument is used to get vertically split windows. [all …]
|
| H A D | tags | 8 $HOME-windows options.txt /*$HOME-windows* 1425 +windows various.txt /*+windows* 8266 netrw-windows-s pi_netrw.txt /*netrw-windows-s* 8720 python-windows if_pyth.txt /*python-windows* 10283 vimball-windows pi_vimball.txt /*vimball-windows* 10415 windows windows.txt /*windows* 10416 windows-3.1 os_win32.txt /*windows-3.1* 10417 windows-icon os_win32.txt /*windows-icon* 10418 windows-intro windows.txt /*windows-intro* 10419 windows-starting windows.txt /*windows-starting* [all …]
|
| H A D | scroll.txt | 187 Occasionally, it is desirable to bind two or more windows together such that 188 when one window is scrolled, the other windows are also scrolled. In Vim, 189 windows can be given this behavior by setting the (window-specific) 191 other 'scrollbind' windows are scrolled the same amount, if possible. The 206 'scrollbind' windows is asked to vertically scroll past the beginning or end 213 buffer's limits is given the cursor focus, the other 'scrollbind' windows must 219 :syncbind Force all 'scrollbind' windows to have the same 221 windows is scrolled to the top of its buffer, all of 222 the 'scrollbind' windows will also be at the top of 230 This allows quick adjustment of the relative offset of 'scrollbind' windows.
|
| H A D | if_tcl.txt | 94 ::vim::window list # Create Tcl commands for all windows. 160 Provides access to vim windows. Currently only the "list" option is 229 Window commands represent vim windows. They are created by several commands: 231 "windows" option of a buffer command |tcl-buffer-windows| 240 $win command {cmd} # Execute Ex command in windows context. 245 $win expr {expr} # Evaluate vim expression in windows context. 248 $win option {opt} [val] # Get/Set vim option in windows context. 335 $buf windows # Create Tcl commands for buffer's windows. 405 $buf windows *tcl-buffer-windows* 409 set winlist [$buf windows] [all …]
|
| H A D | tabpage.txt | 7 Editing with windows in multiple tab pages. *tab-page* *tabpage* 19 {not able to use multiple tab pages when the |+windows| feature was disabled 25 A tab page holds one or more windows. You can easily switch between tab 26 pages, so that you have several collections of windows to work on different 149 When the 'hidden' option is set, all buffers in closed windows 152 modified buffers are written. Otherwise, windows that have 233 :tabs List the tab pages and the windows they contain. 359 windows in a tabpage is also shown. Thus "3+" means three windows and one of 445 windows in the tab page and a '+' if there is a modified buffer: > 459 " Append the number of windows in the tab page if more than one
|
| H A D | if_pyth.txt | 143 :py w = vim.windows[n] # gets window "n" 247 vim.windows *python-windows* 248 A sequence object providing access to the list of vim windows. The 250 :py w = vim.windows[i] # Indexing (read-only) 251 :py w in vim.windows # Membership test 252 :py n = len(vim.windows) # Number of elements 253 :py for w in vim.windows: # Sequential access 254 < Note: vim.windows object always accesses current tab page. 256 object and always use windows from that tab page (or throw vim.error 532 - from indexing vim.windows (|python-windows|) [all …]
|
| H A D | usr_toc.txt | 18 |usr_08.txt| Splitting windows 132 |usr_08.txt| Splitting windows 137 |08.5| Moving windows 138 |08.6| Commands for all windows
|
| H A D | if_perl.txt | 123 :perl @winlist = VIM::Windows() # returns array of all windows 124 :perl $nwin = VIM::Windows() # returns the number of windows 171 VIM::Windows([{wn}...]) With no arguments, returns a list of all the windows 172 in an array context or returns the number of windows 174 {wn}, returns a list of the windows with those
|
| H A D | usr_09.txt | 19 Previous chapter: |usr_08.txt| Splitting windows 114 When there are vertically split windows, only the windows on the right side 118 When you work with vertically split windows, consider adding a scrollbar on 180 essential thing to explain about X-windows: There are actually two places to
|
| H A D | usr_22.txt | 190 When you split a window, both windows use the same current directory. When 205 So long as no `:lcd` command has been used, all windows share the same current 209 remembered. Using `:cd` or `:lcd` in other windows will not change it. 218 directory of the current tab page using the `:tcd` command. All the windows in 219 a tab page share this directory except for windows with a window-local 220 directory. Any new windows opened in this tab page will use this directory as
|
| H A D | pi_getscript.txt | 101 ..wherever..\vimfiles\GetLatest\GetLatestVimScripts.dat (windows) 106 ~/.vim/GetLatest (unix) or ..wherever..\vimfiles\GetLatest (windows) 343 default= $HOME/vimfiles (windows) 411 creating pop-up windows 427 :AutoInstall:s, even though its o/s is windows 456 v9 Jan 23, 2004 : windows (win32/win16/win95) will use
|
| H A D | os_win32.txt | 119 https://msdn.microsoft.com/en-us/library/windows/desktop/bb776391.aspx 174 *win32s* *windows-3.1* *gui-w32s* *win16* 181 A simple installer for windows is available at http://www.vim.org/download.php 271 be able to set the blink rate for all console windows at the same time. 324 *windows-icon*
|
| H A D | usr_21.txt | 263 The windows that were open are restored, with the same position and size as 269 blank keep empty windows 277 terminal include terminal windows 301 If you open help windows, split and close various windows, and generally mess 340 You can resize the windows a bit to your liking. Then save the session with:
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | README.txt | 16 move the gvimext.dll to the "windows\system" or "windows\system32" 52 system. I know windows nt 4.0 with the service pack 4 has setupapi.dll. My 53 windows 95 has setupapi.dll. I find that the internet explorer 4.0 comes with 59 windows nt, both files are under c:\winnt\system32 directory. In my windows 95 60 system, I got setupapi.dll at c:\windows\system and rundll32.exe at 61 c:\windows. So you might want to try something like: 62 rundll32.exe c:\windows\system\setupapi.dll,InstallHinfSection DefaultUninstall 128 %1
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_command_count.vim | 61 command! -range -addr=windows RangeWindows :let lines = [<line1>, <line2>] 68 command! -range=% -addr=windows RangeWindowsAll :let lines = [<line1>, <line2>] 169 " create windows to get 5 172 let windows = [] 173 .,$-windo call add(windows, winnr()) 174 call assert_equal([2, 3, 4], windows)
|
| H A D | test_getcwd.vim | 33 " On windows a swapfile in Xtopdir prevents it from being cleaned up. 36 " On windows a stale "Xtopdir" directory may exist, remove it so that 102 " Non existing windows and tab pages 137 " Create three tabpages with three windows each 148 " Setup different directories for the tab pages and windows 161 " Check the directories of various windows 178 " Jump to different windows in the tab pages and check the current directory
|
| H A D | test_window_cmd.vim | 41 " Test for jumping to windows 44 " jumping to a window with a count greater than the max windows 189 " N horizontal windows need >= 2*N + 1 lines: 202 " N vertical windows need >= 2*(N - 1) + 1 columns: 343 " than the other windows. 396 " than the other windows. 418 " windows and a frame at the bottom, full-width. 436 " left column has three windows, equalized heights. 437 " right column has two windows, top one a bit higher 1017 " Open as many windows as possible [all …]
|
| H A D | test_cd.vim | 67 " Create a few tabpages and windows with different directories 114 " Create a few tabpages and windows with different directories 127 " Change to the previous directory twice in all the windows. 137 " Check the directory of all the windows 157 " Check the directory of all the windows
|
| H A D | test_bufwintabinfo.vim | 25 call assert_notequal(-1, index(l[0].windows, '%'->bufwinid())) 97 call assert_equal(3, len(tablist[1].windows)) 100 call assert_equal(w2_id, tablist[0].windows[0])
|
| H A D | test_winbuf_close.vim | 1 " Test for commands that close windows and/or buffers: 197 " i.e. two windows in another tab. 204 " drawing the tabline helps check that the other tab's windows and buffers
|
| H A D | test_startup.vim | 156 " Test the -o[N] and -O[N] arguments to open N windows split 170 " Open 2 windows split horizontally. Expect: 171 " - 2 windows 172 " - both windows should have the same or almost the same height 173 " - sum of both windows height (+ 3 for both statusline and Ex command) 177 " - buffer of both windows should have no name 201 " Open 2 windows split vertically. Expect: 202 " - 2 windows 203 " - both windows should have the same or almost the same width 206 " - both windows should have the same height [all …]
|
| /vim-8.2.3635/src/ |
| H A D | evalbuffer.c | 595 list_T *windows; in get_buffer_info() local 617 windows = list_alloc(); in get_buffer_info() 618 if (windows != NULL) in get_buffer_info() 622 list_append_number(windows, (varnumber_T)wp->w_id); in get_buffer_info() 623 dict_add_list(dict, "windows", windows); in get_buffer_info() 628 windows = list_alloc(); in get_buffer_info() 629 if (windows != NULL) in get_buffer_info() 633 list_append_number(windows, (varnumber_T)wp->w_id); in get_buffer_info() 637 list_append_number(windows, (varnumber_T)wp->w_id); in get_buffer_info() 639 dict_add_list(dict, "popups", windows); in get_buffer_info()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tohtml.vim | 57 \ 'cp1250' : 'windows-1250', 58 \ 'cp1251' : 'windows-1251', 59 \ 'cp1253' : 'windows-1253', 60 \ 'cp1254' : 'windows-1254', 61 \ 'cp1255' : 'windows-1255', 62 \ 'cp1256' : 'windows-1256', 63 \ 'cp1257' : 'windows-1257', 64 \ 'cp1258' : 'windows-1258', 240 \ 'windows-1250' : 'cp1250', 241 \ 'windows-1251' : 'cp1251', [all …]
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | VisVim.mak | 87 # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386 /incremental:no 88 LINK32_FLAGS=$(LINK32_FLAGS) /nologo /subsystem:windows /dll /machine:I386\
|