aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c9269563..a1f3fea0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -56,7 +56,7 @@ else
endif
" Clipboard
-set clipboard=autoselect,exclude:cons\\\|linux\\\|putty\\\|screen
+let &clipboard = 'autoselect,exclude:cons\|linux\|putty\|screen'
" Colors
if has("syntax")