X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=vimrc;h=ac81a9ed701c6665cc5937e4e20e1fffe1f5633b;hb=HEAD;hp=79db8752cbb6e78fc0bf3fae2fb760ece3a80330;hpb=69f85dcc9c70bf0316c7545c90c8991eb94641e5;p=vpaste diff --git a/vimrc b/vimrc index 79db875..ac81a9e 100644 --- a/vimrc +++ b/vimrc @@ -1,4 +1,4 @@ -" Andy Spencer 2009-2011 - Public domain +" Andy Spencer 2009-2013 - Public domain filetype plugin indent on syntax on @@ -20,6 +20,10 @@ let g:html_use_css = 1 let g:html_use_encoding = "UTF-8" let g:html_no_progress = 1 let g:html_dynamic_folds = 1 +let g:html_use_xhtml = 1 + +" Misc +let g:is_bash = 1 " Override these with modelines set nowrap noexpandtab