-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.2.4803: WinScrolled not always triggered when scrolling with mouse * 8.2.4802: test is not cleaned up
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [8.2.4801](https://github.com/vim/vim/commit/3fd7480cd25f1e939fc2362e0644d497bcc81b71): fix for cursorbind fix not fully tested\n* [8.2.4800](https://github.com/vim/vim/commit/d0eaf675aa1f00bf7a10fd15b562098530a94991): missing test update for adjusted t\_8u behavior\n* [8.2.4799](https://github.com/vim/vim/commit/0044e5100a0e76a0bc1ea18c63a432c20428de5e): popup does not use correct topline\n* [8.2.4798](https://github.com/vim/vim/commit/dbec26d7893dca4ff38fa4b96ac91203d30ccae5): t\_8u option was reset even when set by the user\n* [8.2.4797](https://github.com/vim/vim/commit/8530b41fd3872c9a1349b083470d565677948518): getwininfo() may get oudated values\n* [8.2.4796](https://github.com/vim/vim/commit/da1050cd6fbb67cfde5b4a149d8d9db80bb4351c): file left behind after running cursorline tests\n* [8.2.4795](https://github.com/vim/vim/commit/2c645e8b00641f504072f35e061b7392ed41f491): 'cursorbind' scrolling depends on whether 'cursorline' is set\n* [8.2.4794](https://github.com/vim/vim/commit/4c84dd33ad739237bb38bb4e51702af972b5e507): compiler warning for not initialized variable | ||
* [8.2.4803](https://github.com/vim/vim/commit/66e13aedc7986c83644d537a8fdd3cb006507678): WinScrolled not always triggered when scrolling with mouse\n* [8.2.4802](https://github.com/vim/vim/commit/7851c69a120ea6ce8c122dd7198adbe5aec83ea5): test is not cleaned up |
Submodule vim
updated
3 files
+2 −0 | src/mouse.c | |
+35 −4 | src/testdir/test_autocmd.vim | |
+4 −0 | src/version.c |