nerdtree/lib/nerdtree
Jason Cheatham 1d83e4c1ce Handle non-relative globDir properly in Windows
In Windows, fnamemodify with ':.' will strip the drive letter from a
path that isn't under CWD. This update ensures such a path has the drive
letter.

references #709
2017-06-18 21:23:17 -04:00
..
bookmark.vim Refactor and re-document Bookmark.getNode() 2017-06-10 13:29:27 -04:00
creator.vim Refactor the :OpenBookmark command 2017-06-10 15:59:56 -04:00
event.vim add proper events and make the notifier class generic 2014-07-17 20:18:09 +01:00
flag_set.vim fix a retarded bug with FlagSet.clearFlags 2014-07-06 23:36:45 +01:00
key_map.vim move nerdtree#treeExists.* methods into the NERDTree class 2014-07-17 20:31:17 +01:00
menu_controller.vim move the class files out of the plugin dir 2013-04-13 20:32:25 +01:00
menu_item.vim correct invalid reference to MenuController 2014-02-01 20:56:40 +09:00
nerdtree.vim really fix the previous buffer issue when closing a tree win 2016-10-21 14:48:05 +01:00
notifier.vim remove dependency on b:NERDTree from classes that dont need it 2015-11-20 01:44:12 +00:00
opener.vim update api call to open directory tree in window 2016-01-17 18:51:36 -05:00
path.vim Implement the g:NERDTreeMarkBookmarks setting 2017-06-10 17:07:57 -04:00
tree_dir_node.vim Handle non-relative globDir properly in Windows 2017-06-18 21:23:17 -04:00
tree_file_node.vim fix flag rendering for cascading dirs 2015-11-25 22:12:52 +00:00
ui.vim Remove code duplication from sorting bookmarks 2017-05-26 13:46:09 -04:00