Lines Matching refs:tab
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
148 " Setup different directories for the tab pages and windows
178 " Jump to different windows in the tab pages and check the current directory
228 " A new tab page should inherit the directory of the current tab page
242 " Change the global directory for the first tab page
250 " Change the global directory for the second tab page
257 " Change the tab-local directory for the third tab page