]> Pileus Git - vpaste/blobdiff - vimrc
Fix bugs
[vpaste] / vimrc
diff --git a/vimrc b/vimrc
index fd487fa77bba9f51f50be62383c6c587bf415f3f..83f17ea9b98649589248075d39f55fdacf62c6bd 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -1,14 +1,21 @@
-" Copyright (C) 2009 Andy Spencer - Public domain
+" Andy Spencer 2009-2011 - Public domain
 
 set nocompatible
 set encoding=utf-8
-set foldtext=getline(v:foldstart)
+set fileencoding=utf-8
 set term=xterm-256color
+set modelines=10
+set background=light
 
 filetype plugin indent on
 syntax on
-colorscheme grey
+"colorscheme grey
 
-let html_use_css = 1
-let html_use_encoding = "utf8"
-"let use_xhtml = 1
+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
+
+let g:xterm_trim_escapes = 1
+let g:xterm_start_pattern = "^$"