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 0589da50a1
commit 44b02f6886
2 changed files with 11 additions and 0 deletions

View File

@ -279,6 +279,7 @@ lnfile vim/plugin/match-brackets.vim ~/.vim/plugin/
lnfile vim/ftplugin/make.vim ~/.vim/ftplugin/ lnfile vim/ftplugin/make.vim ~/.vim/ftplugin/
lnfile vim/ftplugin/perl.vim ~/.vim/ftplugin/ lnfile vim/ftplugin/perl.vim ~/.vim/ftplugin/
lnfile vim/ftplugin/ruby.vim ~/.vim/ftplugin/ lnfile vim/ftplugin/ruby.vim ~/.vim/ftplugin/
lnfile vim/ftplugin/changelog.vim ~/.vim/ftplugin/
####################################################################### #######################################################################
# Install/update Vim bundles # Install/update Vim bundles

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