# HG changeset patch # User Steve Losh # Date 1297217758 18000 # Node ID 864f758f326d18673b6871a7942e2835d1549ec2 # Parent 2769ab7796c0b5333de5c5a8b849999204a7f480 vim: minor changes diff -r 2769ab7796c0 -r 864f758f326d vim/.vimrc --- a/vim/.vimrc Wed Feb 02 15:21:47 2011 -0500 +++ b/vim/.vimrc Tue Feb 08 21:15:58 2011 -0500 @@ -36,6 +36,7 @@ set cpoptions+=J set list set listchars=tab:▸\ ,eol:¬ +set shell=/bin/bash " Save when losing focus au FocusLost * :wa @@ -215,6 +216,7 @@ " }}} " Django {{{ au BufNewFile,BufRead urls.py setlocal nowrap +au BufNewFile,BufRead urls.py normal! zR au BufNewFile,BufRead settings.py normal! zR au BufNewFile,BufRead dashboard.py normal! zR " }}}