Skip to content

Commit

Permalink
Some improvements to clipboard support
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Jun 30, 2014
1 parent c60f84a commit 107b93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -72,7 +72,7 @@

if has('clipboard')
if has('unnamedplus') " When possible use + register for copy-paste
set clipboard=unnamedplus
set clipboard=unnamed,unnamedplus
else " On mac and Windows, use * register for copy-paste
set clipboard=unnamed
endif
Expand Down

0 comments on commit 107b93b

Please sign in to comment.