Skip to content

Commit

Permalink
Always warn on deprecated API
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Mar 21, 2013
1 parent 2c14c60 commit 0c3769d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions autoload/pathogen.vim
Expand Up @@ -17,11 +17,9 @@ endif
let g:loaded_pathogen = 1

function! s:warn(msg)
if &verbose
echohl WarningMsg
echomsg a:msg
echohl NONE
endif
echohl WarningMsg
echomsg a:msg
echohl NONE
endfunction

" Point of entry for basic default usage. Give a relative path to invoke
Expand Down

0 comments on commit 0c3769d

Please sign in to comment.