commit | f1883479be91550bc31dd88f593b3012863a2629 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 20 21:58:57 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 20 21:58:57 2018 +0200 |
tree | 6fbbbcbeef8c22a24613eba072d150bb1fb112df | |
parent | 3f6a16f022c437eccaeb683640b25a972cb1b376 [diff] [blame] |
patch 8.1.0302: crash when using :suspend and "fg" Problem: Crash when using :suspend and "fg". Solution: Undo patch 8.1.244.
diff --git a/src/version.c b/src/version.c index 4cb2f34..42a81cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 302, +/**/ 301, /**/ 300,