Fix test for 'unnamedplus' again...

This commit is contained in:
John Tyree 2014-02-19 16:02:28 -06:00
parent cf15144f20
commit 5f6b198f0f

2
.vimrc
View File

@ -71,7 +71,7 @@
scriptencoding utf-8
if has('clipboard')
if has('X11') " On X11 use + register for copy-paste
if has('unnamedplus') " When possible use + register for copy-paste
set clipboard=unnamedplus
else " On mac and Windows, use * register for copy-paste
set clipboard=unnamed