Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
editors
vim
vim-8.0.1568-defaults.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vim-8.0.1568-defaults.patch of Package vim
Index: vim-8.2.2411/runtime/defaults.vim =================================================================== --- vim-8.2.2411.orig/runtime/defaults.vim +++ vim-8.2.2411/runtime/defaults.vim @@ -77,13 +77,15 @@ inoremap <C-U> <C-G>u<C-U> " can position the cursor, Visually select and scroll with the mouse. " Only xterm can grab the mouse events when using the shift key, for other " terminals use ":", select text and press Esc. -if has('mouse') - if &term =~ 'xterm' - set mouse=a - else - set mouse=nvi - endif -endif +" disabled in (open)SUSE to make copy&pase work as most people +" except it boo#1079185 +"if has('mouse') +" if &term =~ 'xterm' +" set mouse=a +" else +" set mouse=nvi +" endif +"endif " Only do this part when Vim was compiled with the +eval feature. if 1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor