forked from aniani/vim
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)
This commit is contained in:
@@ -161,6 +161,7 @@ static struct event_name
|
||||
{"SessionLoadPost", EVENT_SESSIONLOADPOST},
|
||||
{"ShellCmdPost", EVENT_SHELLCMDPOST},
|
||||
{"ShellFilterPost", EVENT_SHELLFILTERPOST},
|
||||
{"SigUSR1", EVENT_SIGUSR1},
|
||||
{"SourceCmd", EVENT_SOURCECMD},
|
||||
{"SourcePre", EVENT_SOURCEPRE},
|
||||
{"SourcePost", EVENT_SOURCEPOST},
|
||||
|
Reference in New Issue
Block a user