commit | 0e5979a6d491f68c4a8c86fab489016919329a6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 19:36:33 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 19:36:33 2018 +0200 |
tree | 9b2ae8d0a64cefadf20aafd660a0fce2558dfe39 | |
parent | 2f82ca7d79148ae931bf28a747ede06ba8a65de8 [diff] [blame] |
patch 8.1.0069: cannot handle pressing CTRL-C in a prompt buffer Problem: Cannot handle pressing CTRL-C in a prompt buffer. Solution: Add prompt_setinterrupt().
diff --git a/src/version.c b/src/version.c index e55be52..1f462b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 69, +/**/ 68, /**/ 67,