diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-22 00:30:07 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-22 18:24:08 -0400 |
commit | d69a8a3fc4ad24b51817e5fd90cf2081cb981977 (patch) | |
tree | 8a8afc5a3418951c270e4398c2a06fdca15fdcce /runtime | |
parent | df726408d7043c618877118909f53a78b85eb2fd (diff) | |
download | rneovim-d69a8a3fc4ad24b51817e5fd90cf2081cb981977.tar.gz rneovim-d69a8a3fc4ad24b51817e5fd90cf2081cb981977.tar.bz2 rneovim-d69a8a3fc4ad24b51817e5fd90cf2081cb981977.zip |
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 vim/vim#1718)
https://github.com/vim/vim/commit/be5ee8686a50acf07b823bd293f9c765e533d213
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index ae60c1c5e8..1fcb6611b4 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -450,6 +450,9 @@ Eval: *js_decode()* *v:none* (used by Vim to represent JavaScript "undefined"); use |v:null| instead. +Events: + *SigUSR1* Use |Signal| to detect `SIGUSR1` signal instead. + Highlight groups: *hl-StatusLineTerm* *hl-StatusLineTermNC* are unnecessary because Nvim supports 'winhighlight' window-local highlights. |