17d13ef
diff -up vim82/runtime/defaults.vim.copypaste vim82/runtime/defaults.vim
17d13ef
--- vim82/runtime/defaults.vim.copypaste	2020-10-06 17:03:19.276066889 +0200
17d13ef
+++ vim82/runtime/defaults.vim	2020-10-06 17:04:30.437448603 +0200
99995c5
@@ -73,18 +73,6 @@ map Q gq
7b7b6b0
 " Revert with ":iunmap <C-U>".
7b7b6b0
 inoremap <C-U> <C-G>u<C-U>
43f7831
 
7b7b6b0
-" In many terminal emulators the mouse works just fine.  By enabling it you
7b7b6b0
-" can position the cursor, Visually select and scroll with the mouse.
99995c5
-" Only xterm can grab the mouse events when using the shift key, for other
99995c5
-" terminals use ":", select text and press Esc.
7b7b6b0
-if has('mouse')
99995c5
-  if &term =~ 'xterm'
99995c5
-    set mouse=a
99995c5
-  else
99995c5
-    set mouse=nvi
99995c5
-  endif
7b7b6b0
-endif
7b7b6b0
-
17d13ef
 " Only do this part when Vim was compiled with the +eval feature.
17d13ef
 if 1
17d13ef