commit | 304b64c9e6957fa3f552e0540ca786139b39a1c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 20:43:48 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 20:43:48 2017 +0200 |
tree | 0e66b4426d3193af79334fe971a1ea4f1e462638 | |
parent | 6b93b0e8388adc6c9bb50ce2c011d93d6cc41bc8 [diff] [blame] |
patch 8.0.0935: cannot recognize a terminal buffer in :ls output Problem: Cannot recognize a terminal buffer in :ls output. Solution: Use R for a running job and F for a finished job.
diff --git a/src/version.c b/src/version.c index a24b671..61ee3c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 935, +/**/ 934, /**/ 933,