From fc4bcb4806bb7f6c123ced3e1caa4ccfc141b00e Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sat, 2 May 2015 15:26:15 +0100 Subject: [PATCH] remove UI.lolcats()... not sure what the story is there --- lib/nerdtree/ui.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/nerdtree/ui.vim b/lib/nerdtree/ui.vim index dfe96a3..417e6ae 100644 --- a/lib/nerdtree/ui.vim +++ b/lib/nerdtree/ui.vim @@ -3,11 +3,6 @@ let s:UI = {} let g:NERDTreeUI = s:UI - -function! s:UI.lolcats() - echomsg "lolcats" -endfunction - "FUNCTION: s:UI.centerView() {{{2 "centers the nerd tree window around the cursor (provided the nerd tree "options permit)