From bcd1f6a93a994934dd4465833df94d2d5570ab89 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Wed, 17 Aug 2011 04:43:16 +0000 Subject: [PATCH] Update copyright and colorscheme --- .htaccess | 2 +- vimrc | 7 ++++--- vpaste | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index f90da27..51645cf 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -# Copyright (C) 2009 Andy Spencer - Public domain +# Andy Spencer 2009-2011 - Public domain AddHandler cgi-script .cgi Options +ExecCGI diff --git a/vimrc b/vimrc index d004981..83f17ea 100644 --- a/vimrc +++ b/vimrc @@ -1,17 +1,18 @@ -" Copyright (C) 2009 Andy Spencer - Public domain +" Andy Spencer 2009-2011 - Public domain set nocompatible set encoding=utf-8 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 g:html_use_css = 1 -let g:html_use_encoding = "utf8" +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 diff --git a/vpaste b/vpaste index 9975861..2442479 100755 --- a/vpaste +++ b/vpaste @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2009 Andy Spencer - Public domain +# Andy Spencer 2009-2011 - Public domain uri="http://vpaste.net/" if [ -f "$1" ]; then -- 2.43.2