| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:8.2.4739: accessing freed memory after WinScrolled autocmd event ↵ | zeertzjq | 2022-04-12 |
| | | | | | | | | | (#18090) Problem: Accessing freed memory after WinScrolled autocmd event. Solution: Check the window pointer is still valid. (closes vim/vim#10156) Remove the argument from may_trigger_winscrolled(). https://github.com/vim/vim/commit/d58862d18f091d3c14fa3647e724ef7eea1ecefa | ||
| * | test: properly test WinScrolled event | zeertzjq | 2022-04-12 |
| | | |||
| * | my fight with the linter (tome II) | Rom Grk | 2020-11-06 |
| | | |||
| * | tests: separate scroll test for horizontal/vertical scroll | Rom Grk | 2020-10-31 |
| | | |||
| * | tests: make scroll tests pass | Rom Grk | 2020-10-30 |
| | | |||
| * | tests: add functional test for WinScrolled | Rom Grk | 2020-10-28 |