From b5d6736f7623d03c9f96ec271f0950626990558b Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sat, 28 Jun 2008 22:20:09 +1200 Subject: [PATCH] remove some old testing code --- plugin/NERD_tree.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index e540097..6efb48c 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -814,7 +814,6 @@ endfunction "CLASS: oPath {{{2 "============================================================ let s:oPath = {} -let oPath = s:oPath "FUNCTION: oPath.BookmarkNames() {{{3 function! s:oPath.BookmarkNames() dict if !exists("self.bookmarkNames")