diff options
author | Tharre <tharre3@gmail.com> | 2015-07-16 23:09:58 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:12:18 +0000 |
commit | d98fbb35e4034d5c1cb69fb774c3c84576537ab0 (patch) | |
tree | d553e64779b95ef04004bbce2f574afd8771a17f /shell | |
parent | ec89d5eda91d2dfffc690770da9530a6d3abf3ba (diff) | |
download | dotfiles-d98fbb35e4034d5c1cb69fb774c3c84576537ab0.tar.gz dotfiles-d98fbb35e4034d5c1cb69fb774c3c84576537ab0.tar.xz dotfiles-d98fbb35e4034d5c1cb69fb774c3c84576537ab0.zip |
vim: don't warn about missing clipboard
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_vimrc | 4 |
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 |