| /vim-8.2.3635/src/testdir/ |
| H A D | test_vartabs.vim | 25 exe "norm! Sb\<tab>b\<tab>b\<tab>b\<tab>b" 31 exe "norm! Sc\<tab>c\<tab>c\<tab>c\<tab>c\<tab>c" 37 exe "norm! Sd\<tab>d\<tab>d\<tab>d\<tab>d\<tab>d" 44 exe "norm! Se\<tab>e\<tab>e\<tab>e\<tab>e\<tab>e" 50 exe "norm! Sf\<tab>f\<tab>f\<tab>f\<tab>f\<tab>f" 56 exe "norm! Sg\<tab>g\<tab>g\<tab>g\<tab>g\<tab>g" 63 let expect = "h\<tab> h\<tab>\<tab>h\<tab>h\<tab>h" 70 let expect = "i\<tab>\<tab>i\<tab>\<tab>i\<tab>\<tab>i\<tab>\<tab>i" 77 let expect = "j\<tab> j\<tab>\<tab>j\<tab> j\<tab>\<tab>j" 82 exe "norm! Sk\<tab>k\<tab>k\<tab>k\<tab>k\<tab>k" [all …]
|
| H A D | test_listchars.vim | 47 " tab with 3rd character. 48 set listchars-=tab:>- 49 set listchars+=tab:<=>,trail:- 64 set listchars-=tab:<=> 65 set listchars+=tab:<·> 80 set listchars-=tab:<·> 81 set listchars+=tab:<=> 97 set listchars-=tab:<=> 98 set listchars+=tab:>- 327 call assert_fails('set listchars=tab:x,tab:xx', 'E474:') [all …]
|
| H A D | test_tabpage.vim | 51 tab drop test1 58 tab drop newfile 68 tab drop test1 78 tab drop test1 168 C tab split 246 tab drop test1 250 tab drop test2 test3 682 " open new tab page before tab page 1 in normal mode 697 " open new tab page after tab page 3 in normal mode 710 " open new tab page before tab page 3 in insert mode [all …]
|
| H A D | test_getcwd.vim | 3 func GetCwdInfo(win, tab) argument 6 if a:tab > 0 && a:tab != tabpagenr() 8 exec "tabnext " . a:tab 14 if a:win == 0 && a:tab == 0 17 elseif a:tab == 0 21 let dirname = fnamemodify(getcwd(a:win, a:tab), mod) 22 let lflag = a:win->haslocaldir(a:tab) 102 " Non existing windows and tab pages 228 " A new tab page should inherit the directory of the current tab page 242 " Change the global directory for the first tab page [all …]
|
| H A D | test_virtualedit.vim | 101 " paste (p) unnamed register at the beginning of a tab 113 " paste (p) unnamed register at the end of a tab 119 " paste (P) unnamed register at the end of a tab 140 " paste (p) unnamed register at the end of a tab 146 " paste (P) unnamed register at the end of a tab 168 " paste (gp) unnamed register at the end of a tab 175 " paste (gP) unnamed register at the end of a tab 185 " paste (gp) named register in the middle of a tab 192 " paste (gP) named register in the middle of a tab 310 " Test "r" on a tab [all …]
|
| H A D | test_listlbr_utf8.vim | 44 call s:test_windows("setl list listchars=nbsp:\u2423,tab:\u2595\u2014,trail:\u02d1,eol:\ub6") 59 …call s:test_windows("setl nolinebreak list listchars=nbsp:\u2423,tab:\u2595\u2014,trail:\u02d1,eol… 75 set linebreak list listchars=tab:⇤\ ⇥ tabstop=100 99 call s:test_windows('setl list listchars=tab:>- cole=1') 128 call s:test_windows('setl nowrap ts=2 list listchars=tab:>- cole=2 concealcursor=n') 150 …call s:test_windows("setl ft=c ts=7 list listchars=nbsp:\u2423,tab:\u2595\u2014,trail:\u02d1,eol:\… 186 …call s:test_windows("setl nolinebreak cc=3 list listchars=nbsp:\u2423,tab:\u2595\u2014,trail:\u02d…
|
| H A D | test_exists.vim | 224 " Existing tab variable 227 " Non-existing tab variable 230 " Existing tab list 233 " Non-existing tab list 236 " Existing tab dictionary 239 " Non-existing tab dictionary 242 " Existing tab curly-brace variable 243 let str = "tab" 246 " Non-existing tab curly-brace variable
|
| H A D | test_tabline.vim | 79 " set the tab page number (for mouse clicks) 86 " after the last tab fill with TabLineFill and reset tab page nr 89 " right-align the label to close the current tab page
|
| H A D | test_winbuf_close.vim | 196 " This tests closing a window in another tab, while leaving the tab open 197 " i.e. two windows in another tab. 204 " drawing the tabline helps check that the other tab's windows and buffers 207 " but to be certain, ensure we can focus the other tab too
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tabpage.txt | 7 Editing with windows in multiple tab pages. *tab-page* *tabpage* 65 tab page. If [count] is given the new tab page appears after 66 the tab page [count] otherwise the new tab page will appear 87 :[count]tab {cmd} *:tab* 91 If [count] is given the new tab page appears after the tab 95 :tab split " opens current buffer in new tab page 96 :tab help gt " opens tab page with help for "gt" 98 :+tab help " opens tab page with help after the next 100 :-tab help " opens tab page with help before the 102 :0tab help " opens tab page with help before the [all …]
|
| H A D | usr_08.txt | 554 Now let's create another tab page with the command: > 556 :tab split 573 be opened in a new tab page. Another example: > 575 :tab help gt 577 Will show the help text for "gt" in a new tab page. 579 A few more things you can do with tab pages: 582 The next tab page will be selected, like with "gt". 586 changes in the current tab page. 589 A new tab page will be created. 593 changes in other tab pages. [all …]
|
| H A D | remote.txt | 47 *--remote-tab* 48 --remote-tab Like --remote but open each file in a new 50 *--remote-tab-silent* 51 --remote-tab-silent Like --remote-silent but open each file in a 53 *--remote-tab-wait* 54 --remote-tab-wait Like --remote-wait but open each file in a new 57 *--remote-tab-wait-silent* 58 --remote-tab-wait-silent Like --remote-wait-silent but open each file
|
| H A D | usr_22.txt | 111 t Open file in a new tab |netrw-t| 216 When you open a new tab page, it uses the directory of the window in the 217 previous tab page from which the new tab page was opened. You can change the 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 221 the current working directory. Using a `:cd` command in a tab page will not 222 change the working directory of tab pages which have a tab local directory. 223 When the global working directory is changed using the `:cd` command in a tab 224 page, it will also change the current tab page working directory.
|
| H A D | windows.txt | 38 A tab page is a collection of windows. 84 to a window in any tab. 350 and there is another tab page, this closes the current tab 351 page. |tab-page|. 374 If the window is the last one in the current tab page the tab 375 page is closed. |tab-page| 540 the current tab page. 674 With the |:tab| modifier open a tab page for each argument. 852 Like "tab split" and "gf", but the new tab page isn't created 860 "tab split" and "gF", but the new tab page isn't created if [all …]
|
| H A D | usr_25.txt | 122 together. A common mistake is to have a line with a space or tab. That's a 218 in this manual, for example, are indented by eight spaces or a tab. You would 219 normally enter this by typing a tab at the start of each line. Take this 224 This is entered by typing a tab, some text, <Enter>, tab and more text. 230 the above example, the tab after the <Enter> is not needed anymore. 261 file). (If you always want spaces and no tab characters, set the 'expandtab' 289 real tab. 532 characters. Use "rx" on the first tab: 554 gap. Thus what actually happens is that a tab is replaced by "x" and then 556 tab is inserted.
|
| H A D | if_pyth.txt | 206 Like |strwidth()|: returns number of display cells str occupies, tab 254 < Note: vim.windows object always accesses current tab page. 257 in case tab page was deleted). You can keep a reference to both 275 vim.current.tabpage The current tab page (RW) TabPage 534 - from the "window" attribute of a tab page (|python-tabpage|) 559 tab page). 562 tabpage (read-only) Window tab page. 583 number The tab page number like the one returned by 585 windows Like |python-windows|, but for current tab page. 586 vars The tab page |t:| variables. [all …]
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_chinese_gb.936.vim | 406 menutrans Delete<tab>D ɾ��<tab>D 408 menutrans Edit<tab>me �༭<tab>me 411 menutrans Obtain<tab>O ��ȡ<tab>O 423 menutrans thin<tab>i ����<thin)<tab>i 424 menutrans long<tab>i ��ϸ(long)<tab>i 425 menutrans wide<tab>i ����(wide)<tab>i 426 menutrans tree<tab>i ��״(tree)<tab>i 437 menutrans Name<tab>s �ļ���<tab>s 438 menutrans Time<tab>s ��ʱ��<tab>s 439 menutrans Size<tab>s ��С<tab>s [all …]
|
| H A D | menu_zh_cn.utf-8.vim | 371 menutrans Preview<tab>p 预览<tab>p 406 menutrans Delete<tab>D 删除<tab>D 411 menutrans Obtain<tab>O 获取<tab>O 423 menutrans thin<tab>i 紧凑<thin)<tab>i 424 menutrans long<tab>i 详细(long)<tab>i 425 menutrans wide<tab>i 多列(wide)<tab>i 426 menutrans tree<tab>i 树状(tree)<tab>i 437 menutrans Name<tab>s 文件名<tab>s 438 menutrans Time<tab>s 修改时间<tab>s 439 menutrans Size<tab>s 大小<tab>s [all …]
|
| H A D | menu_da.utf-8.vim | 374 menut Help<tab><F1> Hjælp<tab><F1> 383 menut List<tab>qb Oplist<tab>qb 423 menut Delete<tab>D Slet<tab>D 424 menut Diff<tab>md Diff<tab>md 425 menut Edit<tab>me Rediger<tab>me 426 menut Exe\ Cmd<tab>mx test43<tab>mx 428 menut Obtain<tab>O Indhent<tab>O 429 menut Print<tab>mp Udskriv<tab>mp 430 menut Replace<tab>R Erstat<tab>R 432 menut Tag<tab>mT test49<tab>mT [all …]
|
| /vim-8.2.3635/src/ |
| H A D | viminfo.c | 327 char_u *tab; in read_viminfo_bufferlist() local 346 if (tab != NULL) in read_viminfo_bufferlist() 348 *tab++ = '\0'; in read_viminfo_bufferlist() 351 if (tab != NULL) in read_viminfo_bufferlist() 353 *tab++ = '\0'; in read_viminfo_bufferlist() 354 lnum = atol((char *)tab); in read_viminfo_bufferlist() 1218 char_u *tab; in read_viminfo_varlist() local 1226 if (tab != NULL) in read_viminfo_varlist() 1229 switch (*tab) in read_viminfo_varlist() 1241 tab = vim_strchr(tab, '\t'); in read_viminfo_varlist() [all …]
|
| H A D | install-sh | 44 tab=' ' 47 IFS=" $tab$nl" 131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
|
| H A D | if_python.c | 780 #define TAB_PYTHON_REF(tab) tab->tp_python_ref argument 1416 python_tabpage_free(tabpage_T *tab) in python_tabpage_free() argument 1418 if (TAB_PYTHON_REF(tab) != NULL) in python_tabpage_free() 1420 TabPageObject *tp = TAB_PYTHON_REF(tab); in python_tabpage_free() 1421 tp->tab = INVALID_TABPAGE_VALUE; in python_tabpage_free() 1422 TAB_PYTHON_REF(tab) = NULL; in python_tabpage_free()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | vimball.vim | 117 " record current tab, initialize while loop index 134 " create/switch to mkvimball tab 153 " write the file from the tab 160 " restore to normal tab 214 " set up vimball tab 215 " call Decho("setting up vimball tab") 324 " copy "a" buffer into tab 325 " call Decho('copy "a buffer into tab#'.vbtabnr) 333 " write tab to file 346 " return to tab with vimball [all …]
|
| /vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/ |
| H A D | editexisting.vim | 86 " Get the window number of the file in the current tab page. 89 " Not found, look in other tab pages. 93 " Make this tab page the current one and find the window number.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | occam.vim | 18 " Set the tab key size to two spaces 20 " Let tab keys always be expanded to spaces
|