nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit aa28ae7863131f4fd8ccfe5f46892cc307193436
parent 02f1d828d911a9eca8ca3899d71332e66a8cb333
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date:   Wed, 21 Dec 2011 06:40:49 -0800

Merge pull request #87 from scottstvnsn/master

Add nolist to buffer options.
Diffstat:
Mplugin/NERD_tree.vim | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -2,7 +2,7 @@
 " File:        NERD_tree.vim
 " Description: vim global plugin that provides a nice tree explorer
 " Maintainer:  Martin Grenfell <martin.grenfell at gmail dot com>
-" Last Change: 1 December, 2009
+" Last Change: 31 August, 2011
 " License:     This program is free software. It comes without any warranty,
 "              to the extent permitted by applicable law. You can redistribute
 "              it and/or modify it under the terms of the Do What The Fuck You
@@ -2666,6 +2666,7 @@ function! s:initNerdTreeInPlace(dir)
     setlocal foldcolumn=0
     setlocal nobuflisted
     setlocal nospell
+    setlocal nolist
     if g:NERDTreeShowLineNumbers
         setlocal nu
     else