From 421431b5dfb0db8a86f654a9f0b70aff271c9202 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Mon, 9 Jun 2008 21:22:34 +1200 Subject: [PATCH] correct a method header comment --- plugin/NERD_tree.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index 028b1f3..0d54323 100644 --- 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: