1
0
forked from aniani/vim

patch 8.1.1198: bracketed paste may remain active after Vim exists

Problem:    Bracketed paste may remain active after Vim exists, because the
            terminal emulater restores the setting.
Solution:   Set/reset bracketed paste mode before setting the terminal mode.
            (closes #3579)
This commit is contained in:
Bram Moolenaar
2019-04-21 17:22:33 +02:00
parent c75e812623
commit 958eabe5e5
2 changed files with 13 additions and 7 deletions

View File

@@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1198,
/**/
1197,
/**/