commit | f8d57a50496d854f3e82725bfde1543c9d01ff98 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 07 20:38:42 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 07 20:38:42 2017 +0200 |
tree | e2f112a775b388c4f20a2680cece5de45d6cff6a | |
parent | 33a43bee9cdc62f9cd0999eb23c6eca01b4d2d67 [diff] [blame] |
patch 8.0.0886: crash when using ":term ls" Problem: Crash when using ":term ls". Solution: Fix line number computation. Add a test for this.
diff --git a/src/version.c b/src/version.c index 2b769ea..4e78e31 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 886, +/**/ 885, /**/ 884,