]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0952: no simple way to interrupt Vim v8.2.0952
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 18:56:58 +0000 (20:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 18:56:58 +0000 (20:56 +0200)
commitbe5ee8686a50acf07b823bd293f9c765e533d213
treefc5056db66c81eefa83a30afae305b9b027677d8
parent6ba24d87630b1ec2b8c7ff71550c9e41d143800e
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)
runtime/doc/autocmd.txt
src/autocmd.c
src/getchar.c
src/globals.h
src/os_unix.c
src/testdir/test_autocmd.vim
src/version.c
src/vim.h