commit | 61c4b04799bf114cadc3bbf212ae8b2ad22a6980 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 15:10:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 15:10:11 2022 +0100 |
tree | 6d5174bccf9475acadd62d8efe58767bd557b5df | |
parent | 9298a996fc54e483dc29c0700edf3c5fe9d0f6a9 [diff] [blame] |
patch 9.0.0788: ModeChanged autocmd not executed when Visual ends with CTRL-C Problem: ModeChanged autocmd not executed when Visual mode is ended with CTRL-C. Solution: Do not trigger the autocmd when got_int is set. (closes #11394)
diff --git a/src/version.c b/src/version.c index 87baf99..1c511f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 788, +/**/ 787, /**/ 786,