commit | 77ac9b5c62b35e90df35fc0bfdee57636cedb144 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 21:23:05 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 21:23:05 2017 +0200 |
tree | 5bee7d381bc87441ccd0def5d9d8ed0c98e189cf | |
parent | 93c92eff26cbf6b1f1a81891ebaf53ee3fb86d51 [diff] [blame] |
patch 8.0.0968: crash when switching terminal modes Problem: Crash when switching terminal modes. (Nikolai Pavlov) Solution: Check that there are scrollback lines.
diff --git a/src/version.c b/src/version.c index 28dffea..2f90127 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 968, +/**/ 967, /**/ 966,