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

View File

@@ -124,6 +124,7 @@ func! s:view_changelog()
setl buftype=nofile
setl noswapfile
setl ro noma
setfiletype vundlelog
wincmd P | wincmd H
endf