10
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rework the cascading slightly to correctly show open/closed dir arrows More... over 9 years ago
make cascading dirs more compact More... over 9 years ago
encapsulate dep on g:NERDTreeMinimalUI in a function More... over 9 years ago
add path.isAncestor More... over 9 years ago
fix a syntax issue for older versions of vim More... over 9 years ago
fix a typo More... over 9 years ago
add NERDTree.getroot() More... over 9 years ago
add NERDTree.getRoot() and NERDTree.ForCurrentTab() More... over 9 years ago
remove dependency on b:NERDTree from classes that dont need it More... over 9 years ago
wipeout "stale" nerdtree bufs More... over 9 years ago
move TreeFileNode.makeRoot() to NERDTree.changeRoot(node) More... over 9 years ago
add TreeDirNode.getDirChildren() - using this in a plugin More... over 9 years ago
fix a couple of var references in UI More... over 9 years ago
dont use b:NERDTreeRoot internally, but leave the var there for compat More... over 9 years ago
refactor TreeDirNode.reveal slightly More... over 9 years ago
update changelog More... over 9 years ago
remove some confusing redundancy from a few function calls More... over 9 years ago
move a bunch of `b:NERDTree.*` vars into the b:NERDTree.ui obj More... over 9 years ago
move b:NERDTreePreviousBuf into NERDTree class More... over 9 years ago
move b:NERDTreeType into the NERDTree class and add some query methods More... over 9 years ago
rename "primary" and "secondary" trees to "tab" and "window" trees More... over 9 years ago
update version number to 5.0.0 More... over 9 years ago
remove some unneeded header comments More... over 9 years ago
add license file More... over 9 years ago
move changelog out of the main doc, remove credits section More... over 9 years ago
update changelog More... over 9 years ago
remove some old commented code More... over 9 years ago
fsmenu: use nerdtree#echo* methods instead of reimplementing them More... over 9 years ago
fs menu: remove unused var assigns More... over 9 years ago
fs_menu: put the NERDTreeListNode* methods together More... over 9 years ago