90ce20bf3d8b
Moar.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 01 Jun 2011 13:33:35 -0400 |
parents | f1df95325bce |
children | da23e486e9b1 |
branches/tags | (none) |
files | vim/.vimrc zsh/misc.zsh zsh/vagrant.zsh |
Changes
--- a/vim/.vimrc Tue May 31 18:37:57 2011 -0400 +++ b/vim/.vimrc Wed Jun 01 13:33:35 2011 -0400 @@ -391,6 +391,8 @@ au BufNewFile,BufRead settings.py setlocal filetype=python.django au BufNewFile,BufRead settings.py setlocal foldmethod=marker au BufNewFile,BufRead forms.py setlocal filetype=python.django +au BufNewFile,BufRead common_settings.py setlocal filetype=python.django +au BufNewFile,BufRead common_settings.py setlocal foldmethod=marker " }}} " Nginx {{{