From 73be034d5ed3ce0ee2230def7c1f389147a64c2a Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sat, 28 Jun 2008 22:20:42 +1200 Subject: [PATCH] remove some random unneeded colons --- 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 6efb48c..8427a6e 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -2328,7 +2328,7 @@ function! s:RenderView() let topLine = line("w0") "delete all lines in the buffer (being careful not to clobber a register) - :silent 1,$delete _ + silent 1,$delete _ call s:DumpHelp() @@ -2352,7 +2352,7 @@ function! s:RenderView() call s:DrawTree(t:NERDTreeRoot, 0, 0, [], t:NERDTreeRoot.GetChildCount() == 1) "delete the blank line at the top of the buffer - :silent 1,1delete _ + silent 1,1delete _ "restore the view let old_scrolloff=&scrolloff