From b59a7cd979fd05d17ecf7fb991005c2bd8eeba2f Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sat, 28 Jun 2008 20:49:36 +1200 Subject: [PATCH] remove bookmarks display footer --- plugin/NERD_tree.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index c9f8ecb..45c9dde 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -2298,8 +2298,6 @@ function! s:RenderBookmarks() call setline(line(".")+1,'>' . i . ' [' . bookmarks[i].StrForOS(0) . ']') call cursor(line(".")+1, col(".")) endfor - call setline(line(".")+1, '>---------------------------') - call cursor(line(".")+1, col(".")) call setline(line(".")+1, '') call cursor(line(".")+1, col("."))