remove setup_view()

- merge with view()
- no need for having both
This commit is contained in:
gmarik
2011-08-17 23:34:41 -05:00
parent 5eef56a965
commit ad9804671c
2 changed files with 23 additions and 29 deletions

View File

@@ -26,9 +26,6 @@ com! -nargs=0 BundleDocs
\ call vundle#installer#helptags(g:bundles)
au Filetype vundle call vundle#scripts#setup_view()
au Syntax vim syn keyword vimCommand Bundle
if (has('signs'))
sign define Vu_error text=! texthl=Error
sign define Vu_active text=> texthl=Comment