aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 97635662..3c815378 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -39,7 +39,9 @@ else
endif
" Clipboard
-let &clipboard = 'autoselect,exclude:cons\|linux\|putty\|screen'
+if has('eval')
+ let &clipboard = 'autoselect,exclude:cons\|linux\|putty\|screen'
+endif
" Colors
if has('syntax')