Lines Matching refs:tree
624 …let mesg = "i: thin-long-wide-tree gh: quick hide/unhide of dot-files qf: quick file info %:op…
2861 " netrw#SetTreetop: resets the tree top to the current directory/specified directory {{{2
2870 " clear out the current tree
2872 " call Decho("clearing out current tree",'~'.expand("<slnum>"))
4312 " call Decho(" tree listing bufnr=".w:netrw_treebufnr,'~'.expand("<slnum>"))
4357 " call Decho("--re-use tree listing--",'~'.expand("<slnum>"))
4554 " s:NetrwListStyle: change list style (thin - long - wide - tree) {{{2
4592 " call Decho("use tree list",'~'.expand("<slnum>"))
4607 " following prevents tree listing buffer from being marked "modified"
4887 " call Decho("edit-a-file: handle tree listing: w:netrw_treedict<".(exists("w:netrw_treedict")? …
4894 " Feb 17, 2019: following if-else-endif restored -- wasn't editing a file in tree mode
4901 " call Decho("edit-a-file: tree listing",'~'.expand("<slnum>"))
5112 " call Decho('(s:NetrwBrowseChgDir)tree-list: case liststyle is TREELIST and w:netrw_treedict exi…
5114 " call Decho("tree-list: setl noro ma",'~'.expand("<slnum>"))
5117 " call Decho("tree-list: clear buffer<".expand("%")."> with :%d (force refresh)",'~'.expand("<s…
5121 " call Decho("tree-list: treedir<".treedir.">",'~'.expand("<slnum>"))
5124 " call Decho("tree-list: w:netrw_treedict<".string(w:netrw_treedict).">",'~'.expand("<slnum>"))
5126 " search treedict for tree dir as-is
5127 " call Decho("tree-list: search treedict for tree dir as-is",'~'.expand("<slnum>"))
5129 " call Decho('(s:NetrwBrowseChgDir)tree-list: ....searched for treedir<'.treedir.'> : found it!'…
5132 " call Decho('(s:NetrwBrowseChgDir)tree-list: ....searched for treedir<'.treedir.'> : not found'…
5136 " call Decho("tree-list: search treedict for treedir with a [/@] appended",'~'.expand("<slnum>"))
5140 " call Decho('(s:NetrwBrowseChgDir)tree-list: ....searched.for treedir<'.treedir.'> found it!',…
5143 " call Decho('(s:NetrwBrowseChgDir)tree-list: ....searched for treedir<'.treedir.'/> : not foun…
5148 " call Decho("tree-list: search treedict for treedir with any trailing / elided",'~'.expand("<sln…
5152 " call Decho('(s:NetrwBrowseChgDir)tree-list: ....searched.for treedir<'.treedir.'> found it!',…
5155 " call Decho('(s:NetrwBrowseChgDir)tree-list: ....searched for treedir<'.treedir.'> : not found…
5161 " close tree listing for selected subdirectory
5162 " call Decho("tree-list: closing selected subdirectory<".dirname.">",'~'.expand("<slnum>"))
5164 " call Decho("tree-list: removed entry<".treedir."> from treedict",'~'.expand("<slnum>"))
5165 " call Decho("tree-list: yielding treedict<".string(w:netrw_treedict).">",'~'.expand("<slnum>"))
5170 " call Decho("tree-list: go down one dir: treedir<".treedir.">",'~'.expand("<slnum>"))
5171 " call Decho("tree-list: ... : dirname<".dirname.">",'~'.expand("<slnum>"))
5222 " for tree, keeps cursor on current filename
6412 " s:TreeSqueezeDir: allows a shift-cr (gvim only) to squeeze the current tree-listing directory {{{2
6416 " its a tree-listing style
8510 …exe 'sil! menu '.g:NetrwMenuPriority.'.16.1.1 '.g:NetrwTopLvlMenu.'Style.Listing.tree<tab>i :let w…
9338 " s:NetrwTreeDir: determine tree directory given current cursor position {{{2
9342 " call Decho("Determine tree directory given current cursor position")
9374 " extract tree directory if on a line specifying a subdirectory (ie. ends with "/")
9377 " call Decho("extract tree subdirectory from current line",'~'.expand("<slnum>"))
9385 " call Decho("do not extract tree subdirectory from current line and set treedir to empty",'~'.e…
9430 " s:NetrwTreeDisplay: recursive tree display {{{2
9461 " implement g:netrw_hide for tree listings (uses g:netrw_list_hide)
9519 " s:NetrwRefreshTreeDict: updates the contents information for a tree (w:netrw_treedict) {{{2
9562 " s:NetrwTreeListing: displays tree listing from treetop on down, using NetrwTreeDisplay() {{{2
9632 " s:NetrwTreePath: returns path to current file/directory in tree listing {{{2
9656 " call Decho("extract tree directory from current line",'~'.expand("<slnum>"))
9660 " call Decho("extract tree directory using symbolic link",'~'.expand("<slnum>"))
9665 " call Decho("do not extract tree directory from current line and set treedir to empty",'~'.expan…
9801 " force a refresh for tree listings
10016 " convert to wide/tree listing {{{3
10017 " call Decho("--modify display if wide/tree listing style",'~'.expand("<slnum>"))
10024 " resolve symbolic links if local and (thin or tree)
10026 " call Decho("--resolve symbolic links if local and thin|tree",'~'.expand("<slnum>"))
10823 " AND IF the listing style is not a tree listing
11879 " thin-long-tree: cursorline, user's cursorcolumn
11891 " thin-long-tree: cursorline, user's cursorcolumn
11897 " thin-long-tree: user's cursorline, user's cursorcolumn
12015 " when tree listing uses file TreeListing... a new buffer is made.
12507 " s:ShowLink: used to modify thin and tree listings to show links {{{2
12549 return s:TREELIST.":tree"
12612 " s:TreeListMove: supports [[, ]], [], and ][ in tree mode {{{2