From: Andy Spencer Date: Wed, 17 Aug 2011 04:43:16 +0000 (+0000) Subject: Update copyright and colorscheme X-Git-Url: http://pileus.org/git/?p=vpaste;a=commitdiff_plain;h=bcd1f6a93a994934dd4465833df94d2d5570ab89 Update copyright and colorscheme --- 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