commit | 0f62cf5b335968f7448af1a6f46e0104b7bc365e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 03 21:09:15 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 03 21:09:15 2018 +0100 |
tree | 1c3b53f6c991f1839823458787b76339b7f27cdb | |
parent | da1c11c6411182e9a4bd4374e3fb8851fef77113 [diff] [blame] |
patch 8.1.0508: suspend test fails when run by root Problem: Suspend test fails when run by root. Solution: Accept both '$' and '#' for the prompt. (James McCoy, closes #3590)
diff --git a/src/version.c b/src/version.c index 28f39d4..1e66b3e 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 508, +/**/ 507, /**/ 506,