commit | 218cb0fb62d29fba552281c2e8ffeb4046d540c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 21:26:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 21:26:36 2020 +0200 |
tree | e7d899925d30b6ffabdb1c04da0afb2d774d2586 | |
parent | 59de417b904bbd204e313f015839317b577bd124 [diff] [blame] |
patch 8.2.0939: checking for term escape sequences is long and confusing Problem: checking for term escape sequences is long and confusing Solution: Refactor code into separate functions.
diff --git a/src/version.c b/src/version.c index 9f1cd00..49a2cf3 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 939, +/**/ 938, /**/ 937,