nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit fc4bcb4806bb7f6c123ced3e1caa4ccfc141b00e
parent 8b189cb263b17a9cc3393cbcb037c65d99579fb8
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date:   Sat,  2 May 2015 15:26:15 +0100

remove UI.lolcats()... not sure what the story is there

Diffstat:
Mlib/nerdtree/ui.vim | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git 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)