From 5c85d282854c6802541e1580b5badcf1617024c3 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Tue, 2 Jun 2009 11:12:36 +1200 Subject: [PATCH] fix a function description comment --- plugin/NERD_tree.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index baf35a3..f204cb6 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -2632,8 +2632,8 @@ function! s:isTreeOpen() return s:getTreeWinNum() != -1 endfunction "FUNCTION: s:isWindowUsable(winnumber) {{{2 -"Returns 1 if opening a file from the tree in the given window requires it to -"be split +"Returns 0 if opening a file from the tree in the given window requires it to +"be split, 1 otherwise " "Args: "winnumber: the number of the window in question