commit | 3fbd2d7c316eaeea463b2f84f29b36d439306bf9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 23:56:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 23:56:16 2019 +0200 |
tree | ff48c9162c1884e9511def5e9901af94dfd11fcf | |
parent | 496555fd18219cb902d7683b3f08dd2e47cbdc1a [diff] [blame] |
patch 8.1.1155: termcodes tests can be improved Problem: Termcodes tests can be improved. Solution: Add helper functions to simplify tests. Dragging statusline for xterm and sgr. (Dominique Pelle, closes #4237)
diff --git a/src/version.c b/src/version.c index 022fc43..de7a99d 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1155, +/**/ 1154, /**/ 1153,