]> Pileus Git - vpaste/blobdiff - vimrc
misc updates
[vpaste] / vimrc
diff --git a/vimrc b/vimrc
index 79db8752cbb6e78fc0bf3fae2fb760ece3a80330..074722e08fc5837f22f736c3c64751c5cf0f46bc 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -21,6 +21,9 @@ let g:html_use_encoding   = "UTF-8"
 let g:html_no_progress    = 1
 let g:html_dynamic_folds  = 1
 
+" Misc
+let g:is_bash             = 1
+
 " Override these with modelines
 set nowrap noexpandtab
 au BufWinEnter * let g:html_expand_tabs = &expandtab