commit | 086d535f775da1abc557f5f28d101ff3308dc18f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 18:19:55 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 18:19:55 2017 +0200 |
tree | d27bd4197947b552e7d1afb4641f0fafff4b4a2f | |
parent | b9279e73aee44a266c241619db65c645f7db72ee [diff] [blame] |
patch 8.0.0871: status line for a terminal window always has "[+]". Problem: The status line for a terminal window always has "[+]". Solution: Do make the status line include "[+]" for a terminal window.
diff --git a/src/version.c b/src/version.c index 195be51..758ea20 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 871, +/**/ 870, /**/ 869,