On 10/13/06, Yegappan Lakshmanan <[EMAIL PROTECTED]> wrote:
Hi all,
I have developed a generic Vim tree control (non-GUI) plugin. This
The tree control plugin works in both GUI and terminal/console Vim.
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.
To start the demo file explorer, use the ":FileTreeOpen {dir}"
command. This will list all the files in the specified directory
in a vertically split window as a tree. You can select a file to
edit it. You can select a directory to list the files in that
directory.
- Yegappan
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