commit | 1d79ce81e7be20405f0fa9687b37c86a2215e326 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 22:27:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 22:27:39 2019 +0200 |
tree | 03040323f670dd4465a42f31f9230fcd76c3d52b | |
parent | c8b3ddab51cd2901d5946949d02c96e1035b25c0 [diff] [blame] |
patch 8.1.1161: unreachable code Problem: Unreachable code. Solution: Remove condition that will never be true. Add tests for all ANSI colors.
diff --git a/src/version.c b/src/version.c index 81f0420..7d6e449 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1161, +/**/ 1160, /**/ 1159,