Zdenek Dohnal 43f783
diff -up vim80/runtime/defaults.vim.copy-paste vim80/runtime/defaults.vim
Zdenek Dohnal c3290c
--- vim80/runtime/defaults.vim.copy-paste	2016-12-19 09:01:20.351119199 +0100
Zdenek Dohnal c3290c
+++ vim80/runtime/defaults.vim	2016-12-19 09:01:53.735738941 +0100
Zdenek Dohnal 7b7b6b
@@ -64,12 +64,6 @@ map Q gq
Zdenek Dohnal 7b7b6b
 " Revert with ":iunmap <C-U>".
Zdenek Dohnal 7b7b6b
 inoremap <C-U> <C-G>u<C-U>
Zdenek Dohnal 43f783
 
Zdenek Dohnal 7b7b6b
-" In many terminal emulators the mouse works just fine.  By enabling it you
Zdenek Dohnal 7b7b6b
-" can position the cursor, Visually select and scroll with the mouse.
Zdenek Dohnal 7b7b6b
-if has('mouse')
Zdenek Dohnal c3290c
-  set mouse=a
Zdenek Dohnal 7b7b6b
-endif
Zdenek Dohnal 7b7b6b
-
Zdenek Dohnal 43f783
 " Switch syntax highlighting on when the terminal has colors or when using the
Zdenek Dohnal 7b7b6b
 " GUI (which always has colors).
Zdenek Dohnal 7b7b6b
 if &t_Co > 2 || has("gui_running")