Watchers

The NERD tree

A tree explorer plugin for navigating the filesystem

  • Script id: 1658
  • Author: Marty Grenfell
  • Latest version: 4.1.0
  • Release date: 2009-12-01
  • Release notes:
    features:
    - add NERDTreeFind to reveal the node for the current buffer in
      the tree, see |NERDTreeFind|. This effectively merges the
      FindInNERDTree plugin (by Doug McInnes) into the script.
    - make NERDTreeQuitOnOpen apply to the t/T keymaps too.
      Thanks to Stefan Ritter and Rmi Prvost.
    - truncate the root node if wider than the tree window.
      Thanks to Victor Gonzalez.

    bugfixes:
    - really fix window state restoring
    - fix some win32 path escaping issues. Thanks to Stephan
      Baumeister, Ricky, jfilip1024, and Chris Chambers