commit | 5b418992cf254137fde2a14d7066fbea5afddb28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 27 18:50:25 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 27 18:50:25 2019 +0100 |
tree | d37edd3caa682bfa285dbdf6dff97e8ac7b6edd5 | |
parent | 52410575be50d5c40bbe6380159df48cfc382ceb [diff] [blame] |
patch 8.1.2226: cannot use system copy/paste in non-xterm terminals Problem: Cannot use system copy/paste in non-xterm terminals. Solution: Instead of setting 'mouse' to "a" set it to "nvi" in defaults.vim.
diff --git a/src/version.c b/src/version.c index 3f36958..f5bc809 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2226, +/**/ 2225, /**/ 2224,