aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd/signal_spec.lua
Commit message (Collapse)AuthorAge
* feat(events): support SIGWINCH for Signal event #18029Loong Wang2022-04-10
| | | closes #15411
* events: add "Signal" event #9564Marco Hinz2019-02-04
..which gets triggered when SIGUSR1 is sent to the nvim process. Closes #9562