commit b59a7cd979fd05d17ecf7fb991005c2bd8eeba2f
parent 8f7aed712b8f84ece4a020c03c5a9bab031a93e3
Author: Martin Grenfell <martin_grenfell@msn.com>
Date: Sat, 28 Jun 2008 20:49:36 +1200
remove bookmarks display footer
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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("."))