Commit Graph

7 Commits

Author SHA1 Message Date
Zdenek Dohnal
1b2faea35d Put the old copy and paste behavior back and update the test suite 2021-10-07 11:08:44 +02:00
Zdenek Dohnal
1ec0e33929 remove downstream patch vim-8.0-copypaste.patch
The patch used to remove 'new' (since 2017) mouse behavior in Vim, which
is applied only if user vimrc (~/.vimrc) doesn't exist. The patch
removal puts the behavior new behavior back.

Block copying with new mouse behavior is done by Shift+(mark the text
with mouse). For pasting in Vim enter insert mode and press
Shift+Insert, or for pasting in other terminal click on middle mouse
button.

The new behavior can be bypassed by creating user .vimrc or setting
skip_defaults_vim, see ':help defaults.vim' in Vim.
2021-09-23 14:36:16 +02:00
Zdenek Dohnal
17d13effed - patchlevel 1805 2020-10-06 17:06:01 +02:00
Zdenek Dohnal
99995c5193 - patchlevel 2234 2019-10-30 11:00:38 +01:00
Zdenek Dohnal
c3290cf2b2 f24->f25 vim: copy paste no longer works (bug #1401410) - fixing error in prep 2016-12-19 09:05:28 +01:00
Zdenek Dohnal
7b7b6b0cfe f24->f25 vim: copy paste no longer works (bug #1401410) - deleting mouse setting block from defaults.vim 2016-12-19 08:55:19 +01:00
Zdenek Dohnal
43f7831c2c f24->f25 vim: copy paste no longer works (bug #1401410) - revert previous changes, set mouse=v in defaults.vim 2016-12-19 08:05:12 +01:00