commit | b833c1ef7be1ed216a967dd7262473ec97084fa2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 05 16:36:06 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 05 16:36:06 2018 +0200 |
tree | a93b01ba1f8ddf6df25db24f56fafc79e2bc13ee | |
parent | 248be5c5de723c4e2715c574fd920b8b1a1dfebb [diff] [blame] |
patch 8.0.1794: duplicate term options after renaming Problem: Duplicate term options after renaming. Solution: Remove the old names 'termkey', 'termsize' and 'terminalscroll'.
diff --git a/src/version.c b/src/version.c index e4fa0c5..a73c485 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1794, +/**/ 1793, /**/ 1792,