-
Notifications
You must be signed in to change notification settings - Fork 0
A treeview framework
vim-scripts/tree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1139 tree is an abstract framework for tree views. I've written a FileTree plugin based on it, which behaves like Patrick Schiel's opsplore script. It takes callback functions to comunicate with the model upon which it works. I plan to write JExplorer based on it. See tree.txt for more detales.