A Vim plugin to show file tree, and it's easy to open files
use command 'DTreeToggle' to open or close dtree window
- update '+' and '-' to show the directory's status
- fix bug that when use 'enter' to open file, may be open it in the 'DTree' window
- fix bug that when open file in a new buffer, it will set nomodifiable flag
- fix bug that when close the vertical window, dtree window will resize to half of screen
- fix the attribute of dtree window
- add command 'DTreeToggle' to open or close dtree window
- add syntax file
- add function to open normal file
- set DTree window's filetype and add ftplugin to add keymap
- add functions to open or close file tree window
- add some functions
- separate logic and display
- now can open and close directory by using OpenDir() and CloseDir()
add syntax plugin