vim utilities - compview, searchfold and html_entities
to install in ~/.vim/bundle with pathogen:
mkdir -p ~/.vim/bundle && cd ~/.vim/bundle
git clone git://github.com/jmanoel7/vim-utils
to install in ~/.vim/bundle with vundle, put it into ~/.vimrc:
Bundle 'jmanoel7/vim-utils'
and execute in vim:
:BundleInstall
my thanks to: