Skip to content

Commit

Permalink
remove a trivial piece of old debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
scrooloose committed Jan 3, 2012
1 parent a1d528a commit b0e2ed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/NERD_tree.vim
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ let s:KeyMap = {}
function! s:KeyMap.All()
if !exists("s:keyMaps")
let s:keyMaps = []
let g:keyMaps = s:keyMaps
endif
return s:keyMaps
endfunction
Expand Down

0 comments on commit b0e2ed1

Please sign in to comment.