diff options
Diffstat (limited to 'shell/_vimrc')
-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 |