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

This commit is contained in:
Martin Grenfell 2015-05-02 15:26:15 +01:00
parent 8b189cb263
commit fc4bcb4806

View File

@ -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)