summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-07-16 23:09:58 +0200
committerTharre <tharre3@gmail.com>2016-10-07 20:12:18 +0000
commitd98fbb35e4034d5c1cb69fb774c3c84576537ab0 (patch)
treed553e64779b95ef04004bbce2f574afd8771a17f
parentec89d5eda91d2dfffc690770da9530a6d3abf3ba (diff)
downloaddotfiles-d98fbb35e4034d5c1cb69fb774c3c84576537ab0.tar.gz
dotfiles-d98fbb35e4034d5c1cb69fb774c3c84576537ab0.tar.xz
dotfiles-d98fbb35e4034d5c1cb69fb774c3c84576537ab0.zip
vim: don't warn about missing clipboard
-rw-r--r--shell/_vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/_vimrc b/shell/_vimrc
index ccda875..a36493c 100644
--- a/shell/_vimrc
+++ b/shell/_vimrc
@@ -132,7 +132,3 @@ vmap <Enter> <Plug>(EasyAlign)
" Start interactive EasyAlign for a motion/text object (e.g. gaip)
nmap ga <Plug>(EasyAlign)
-
-if !has('clipboard')
- echo "Clipboard not supported!"
-endif