Add 'vundlelog' filetype + settings/highlighting

This commit is contained in:
Chip Hogg
2015-08-06 14:53:04 -04:00
parent 9723e59e6e
commit 0d330dbeed
3 changed files with 52 additions and 0 deletions

15
ftplugin/vundlelog.vim Normal file
View File

@@ -0,0 +1,15 @@
" ---------------------------------------------------------------------------
" Standard ftplugin boilerplate; see ':help ftplugin'.
" ---------------------------------------------------------------------------
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
" ---------------------------------------------------------------------------
" Settings for the Vundle update log buffer.
" ---------------------------------------------------------------------------
setlocal textwidth=0
setlocal nowrap
setlocal noswapfile