Add vim editing settings for changelog files

Also add new changelog.vim file to the install list.
vimbundler
nirenjan 2013-07-03 14:14:06 -07:00
parent d4a3a68c75
commit bb275ee36f
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
" File: changelog.vim
" Author: Nirenjan Krishnan
" Description: ChangeLog editing settings
" Last Modified: July 3, 2013
setlocal tabstop=8
setlocal softtabstop=8
setlocal shiftwidth=8
setlocal noexpandtab