commit | 655a82a8d32c2cd248a46c0ce365a4d50e3d56bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 08 22:01:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 08 22:01:07 2018 +0200 |
tree | 8af6abf435a1dd67e6718f18c441e761a7180e80 | |
parent | 9b50f36e405309be97e28b5e19d81ff0902c5224 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f0cb293..deb9506 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1804, +/**/ 1803, /**/ 1802,