commit | 5acd9872580a12ca1138275bf65d1cb9349e2a53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 16 13:35:13 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 16 13:35:13 2019 +0100 |
tree | 5a16f122fbc1383b13f654e3b86e15b09314ca70 | |
parent | d634024b90c7ae6ff08c1970646f1bca91f5611f [diff] [blame] |
patch 8.1.0929: no error when requesting ConPTY but it's not available Problem: No error when requesting ConPTY but it's not available. Solution: Add an error message. (Hirohito Higashi, closes #3967)
diff --git a/src/version.c b/src/version.c index 4662831..8a7ab7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 929, +/**/ 928, /**/ 927,