Blame vim-8.0-copy-paste.patch
|
Zdenek Dohnal |
43f783 |
diff -up vim80/runtime/defaults.vim.copy-paste vim80/runtime/defaults.vim
|
|
Zdenek Dohnal |
43f783 |
--- vim80/runtime/defaults.vim.copy-paste 2016-12-19 07:57:32.295973442 +0100
|
|
Zdenek Dohnal |
43f783 |
+++ vim80/runtime/defaults.vim 2016-12-19 07:58:44.760101540 +0100
|
|
Zdenek Dohnal |
43f783 |
@@ -67,7 +67,7 @@ inoremap <C-U> <C-G>u<C-U>
|
|
Zdenek Dohnal |
43f783 |
" In many terminal emulators the mouse works just fine. By enabling it you
|
|
Zdenek Dohnal |
43f783 |
" can position the cursor, Visually select and scroll with the mouse.
|
|
Zdenek Dohnal |
43f783 |
if has('mouse')
|
|
Zdenek Dohnal |
43f783 |
- set mouse=a
|
|
Zdenek Dohnal |
43f783 |
+ set mouse=v
|
|
Zdenek Dohnal |
43f783 |
endif
|
|
Zdenek Dohnal |
43f783 |
|
|
Zdenek Dohnal |
43f783 |
" Switch syntax highlighting on when the terminal has colors or when using the
|