Hi all, I have developed a generic Vim tree control (non-GUI) plugin. This control can be used by other Vim plugins to display information in a tree control. The tree control is similar to the one used by the taglist plugin. The tree control will work only in Vim version 7.0 and above.
The tree control plugin is available at: http://www.geocities.com/yegappan/treectrl/treectrl.zip Unzip the contents of this file into the ~/.vim or the vimfiles directory. The documentation for the tree control is at: http://www.geocities.com/yegappan/treectrl/treectrl.html As a demo, I have developed a file explorer plugin using the tree control. This is also included in the above zip file. The zip file contains the following files: autoload/treectrl.vim - Tree control doc/treectrl.txt - Tree control documentation plugin/filetree.vim - Demo file explorer using the tree control Let me know if you have any suggestions or comments about the tree control. - Yegappan