Skip to content

Commit

Permalink
Fix test for 'unnamedplus' again...
Browse files Browse the repository at this point in the history
  • Loading branch information
johntyree committed Feb 19, 2014
1 parent cf15144 commit 5f6b198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f6b198

Please sign in to comment.