commit | 517f00f78893087d2f9d45768a5ba4dc48cb6856 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 12:15:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 12:15:51 2020 +0200 |
tree | 8c9bd08f5abc1a031a71f8c2f281113ec8c88998 | |
parent | 0ca8b5ba7ba72d739ee15d0d6534aa20f863f3c3 [diff] [blame] |
patch 8.2.0941: detecting terminal properties is unstructured Problem: Detecting terminal properties is unstructured. Solution: Add a table with terminal properties. Set properties when a terminal is detected.
diff --git a/src/version.c b/src/version.c index 26073db..4c8822a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 941, +/**/ 940, /**/ 939,