]> Pileus Git - vpaste/commitdiff
Update copyright and colorscheme
authorAndy Spencer <andy753421@gmail.com>
Wed, 17 Aug 2011 04:43:16 +0000 (04:43 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 17 Aug 2011 04:43:16 +0000 (04:43 +0000)
.htaccess
vimrc
vpaste

index f90da27450a58ef04010ccb5eea81422367522e7..51645cf75efe920539511a241e849e49ef673edf 100644 (file)
--- 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 d0049810980ea85fe1a27693b16cc3ce9c4f6ad0..83f17ea9b98649589248075d39f55fdacf62c6bd 100644 (file)
--- 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 99758610b1e843c150c7a6d682559ba56921a216..24424796c393f015bc3221ced94eb54d4ec04c67 100755 (executable)
--- 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