lkundrak / rpms / vim

Forked from rpms/vim 4 years ago
Clone
43f7831
diff -up vim80/runtime/defaults.vim.copy-paste vim80/runtime/defaults.vim
c3290cf
--- vim80/runtime/defaults.vim.copy-paste	2016-12-19 09:01:20.351119199 +0100
c3290cf
+++ vim80/runtime/defaults.vim	2016-12-19 09:01:53.735738941 +0100
7b7b6b0
@@ -64,12 +64,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.
7b7b6b0
-if has('mouse')
c3290cf
-  set mouse=a
7b7b6b0
-endif
7b7b6b0
-
43f7831
 " Switch syntax highlighting on when the terminal has colors or when using the
7b7b6b0
 " GUI (which always has colors).
7b7b6b0
 if &t_Co > 2 || has("gui_running")