commit | 222cd20e2662e7478cfe42b78cc4f1c153ca819d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 20:10:39 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 20:10:39 2018 +0200 |
tree | 0a4a83e7856697c93b9423d8d39c9e65a7b3c107 | |
parent | 0e5979a6d491f68c4a8c86fab489016919329a6b [diff] [blame] |
patch 8.1.0070: missing part of the changes for prompt_setinterrupt() Problem: Missing part of the changes for prompt_setinterrupt(). Solution: Add the missing changes.
diff --git a/src/version.c b/src/version.c index 1f462b3..6a294f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 70, +/**/ 69, /**/ 68,