2467bc6709cb

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Feb 2011 21:17:13 -0500
parents 864f758f326d (diff) aa91ffa992b9 (current diff)
children eb6884839822
branches/tags (none)
files vim/.vimrc vim/bundle/taglist/doc/taglist.txt vim/bundle/taglist/plugin/taglist.vim

Changes

--- a/vim/.vimrc	Tue Feb 08 17:00:31 2011 -0500
+++ b/vim/.vimrc	Tue Feb 08 21:17:13 2011 -0500
@@ -37,6 +37,7 @@
 set cpoptions+=J
 set list
 set listchars=tab:▸\ ,eol:¬
+set shell=/bin/bash
 set lazyredraw
 
 " Save when losing focus
@@ -222,6 +223,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
 " }}}