nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 421431b5dfb0db8a86f654a9f0b70aff271c9202
parent 26983f1921bd0e14769059abab94e02073345557
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Mon,  9 Jun 2008 21:22:34 +1200

correct a method header comment

Diffstat:
Mplugin/NERD_tree.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -2408,7 +2408,7 @@ function! s:ShouldSplitToOpen(winnumber)
     return winnr("$") == 1 || (modified && s:BufInWindows(winbufnr(a:winnumber)) < 2)
 endfunction
 
-"FUNCTION: s:StripMarkupFromLine(line){{{2
+"FUNCTION: s:StripMarkupFromLine(line, removeLeadingSpaces){{{2
 "returns the given line with all the tree parts stripped off
 "
 "Args: