Merge pull request #173 from naufraghi/3.0

Remove duplicate 'set background' from Basic
This commit is contained in:
Steve Francia 2012-10-12 09:16:00 -07:00
commit 645395256b

1
.vimrc
View File

@ -18,7 +18,6 @@
" Environment {
" Basics {
set nocompatible " must be first line
set background=dark " Assume a dark background
if has ("unix") && "Darwin" != system("echo -n \"$(uname)\"")
" on Linux use + register for copy-paste
set clipboard=unnamedplus