From 3b98b41740b3ad2e1743dcee05d5c7217d14f8fd Mon Sep 17 00:00:00 2001 From: marty Date: Sat, 3 Nov 2007 11:26:55 +1300 Subject: [PATCH] removed a comment at the top of the file that is invalid now cos the help is split out --- plugin/NERD_tree.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index d00e47a..042ca0f 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -3,9 +3,6 @@ " Maintainer: Martin Grenfell let s:NERD_tree_version = '2.6.2.5' -"A help file is installed when the script is run for the first time. -"Go :help NERD_tree.txt to see it. - " SECTION: Script init stuff {{{1 "============================================================ if exists("loaded_nerd_tree")