commit | 5b868a82ed2151201350122fcdb75b35c557c528 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 25 06:11:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 25 06:11:53 2019 +0100 |
tree | 4127d05b2775bdebfce1bf6881e0630aa4fcc1d1 | |
parent | 58d63a0a2364e1f06a80550f9f5038145b339171 [diff] [blame] |
patch 8.1.0981: pasting in terminal insufficiently tested Problem: Pasting in terminal insufficiently tested. Solution: Add more tests. (Dominique Pelle, closes #4040)
diff --git a/src/version.c b/src/version.c index e802aaf..cf47f21 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 981, +/**/ 980, /**/ 979,