aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd/cursorhold_spec.lua
Commit message (Collapse)AuthorAge
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
| | | | | Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: famiu <famiuhaque@protonmail.com>
* fix: assert failure when changing 'ut' while waiting for CursorHold (#20241)zeertzjq2022-09-18
|
* fix(events): make CursorHold behave as documentedzeertzjq2022-09-17
|
* Fix missing CursorHoldI events (#3758)Daniel Hahler2019-07-16
Fixes https://github.com/neovim/neovim/issues/3757.