1
0
forked from aniani/vim

patch 8.0.1804: using :normal in terminal window causes problems

Problem:    Using :normal in terminal window causes problems. (Dominique
            Pelle)
Solution:   Don't call terminal_loop() for :normal. (closes #2886)
This commit is contained in:
Bram Moolenaar
2018-05-08 22:01:07 +02:00
parent 9b50f36e40
commit 655a82a8d3
4 changed files with 7 additions and 5 deletions

View File

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