commit | be5ee8686a50acf07b823bd293f9c765e533d213 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 20:56:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 20:56:58 2020 +0200 |
tree | fc5056db66c81eefa83a30afae305b9b027677d8 | |
parent | 6ba24d87630b1ec2b8c7ff71550c9e41d143800e [diff] [blame] |
patch 8.2.0952: no simple way to interrupt Vim Problem: No simple way to interrupt Vim. Solution: Add the SigUSR1 autocommand, triggered by SIGUSR1. (Jacob Hayes, closes #1718)
diff --git a/src/version.c b/src/version.c index 7b292ac..0ed018c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 952, +/**/ 951, /**/ 950,