Update some colors

git-svn-id: http://photonzero.com/dotfiles/trunk@112 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2011-10-17 21:50:20 +00:00
parent 97f8532e3d
commit f0e315902b
3 changed files with 51 additions and 1 deletions

View file

@ -25,6 +25,15 @@ augroup less
autocmd BufNewFile,BufRead *.less set filetype=less
augroup END
augroup org
" leave these as is:
au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
au BufRead,BufNewFile *.org call org#SetOrgFileType()
au BufRead *.org :PreLoadTags
au BufWrite *.org :PreWriteTags
au BufWritePost *.org :PostWriteTags
augroup END
au BufNewFile,BufRead motd.public,/tmp/motd.public.r.* setf motd
au Filetype html,xml,xsl source ~/.vim/closetag.vim
@ -65,3 +74,4 @@ autocmd FileType go let b:auto_trim_whitespace=1
autocmd FileType cpp let b:auto_trim_whitespace=1
autocmd FileType perl let b:auto_trim_whitespace=1
autocmd FileType borg let b:auto_trim_whitespace=1