" Copyright (C) 2009 Andy Spencer - Public domain set nocompatible set encoding=utf-8 set fileencoding=utf-8 set term=xterm-256color set modelines=10 filetype plugin indent on syntax on colorscheme grey let g:html_use_css = 1 let g:html_use_encoding = "utf8" 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 = "^$"