commit | eb66328bd78c3001d71138306325718cb1c94712 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 06 12:02:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 06 12:02:15 2019 +0200 |
tree | 2aac513e400a02a3c353e3db8c97c3dd2b613b02 | |
parent | 49474ca12236776bb56aeb9d39bd6592e28157c7 [diff] [blame] |
patch 8.1.2118: termcodes test fails when $TERM is "dumb" Problem: Termcodes test fails when $TERM is "dumb". Solution: Skip the test. (James McCoy, closes #5019)
diff --git a/src/version.c b/src/version.c index fa4930b..0fa8440 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2118, +/**/ 2117, /**/ 2116,