-
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.4801: fix for cursorbind fix not fully tested * 8.2.4800: missing test update for adjusted t_8u behavior * 8.2.4799: popup does not use correct topline * 8.2.4798: t_8u option was reset even when set by the user * 8.2.4797: getwininfo() may get oudated values * 8.2.4796: file left behind after running cursorline tests * 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is set * 8.2.4794: compiler warning for not initialized variable
- 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.4793](https://github.com/vim/vim/commit/928a13135629fa8e73796760077b1b877918a080): recognizing Maxima filetype even though it might be another\n* [8.2.4792](https://github.com/vim/vim/commit/e4686989944bffdbcf59890aa21091b135528618): indent operator creates an undo entry for every line\n* [8.2.4791](https://github.com/vim/vim/commit/fef4485ef58d5937b170c6dc69431359469fc9cd): events triggered in different order when reusing buffer\n* [8.2.4790](https://github.com/vim/vim/commit/c448e9c95089b5e7170a0dd36635a226c5eb5b1c): lilypond filetype not recognized\n* [8.2.4789](https://github.com/vim/vim/commit/a653e53b1f4ba08de0dbcea06288cf0cc1c6e752): cursor pos wrong when using :redraw while editing the cmdline\n* [8.2.4788](https://github.com/vim/vim/commit/bac9a9e5c233dcf9cf734c61e4e4311fe57eccd1): large payload for LSP message not tested | ||
* [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 |
Submodule vim
updated
16 files
+3 −0 | src/evalwindow.c | |
+1 −1 | src/indent.c | |
+1 −4 | src/move.c | |
+1 −1 | src/popupwin.c | |
+3 −1 | src/term.c | |
+25 −6 | src/testdir/README.txt | |
+8 −0 | src/testdir/dumps/Test_hor_scroll_1.dump | |
+8 −0 | src/testdir/dumps/Test_hor_scroll_2.dump | |
+8 −0 | src/testdir/dumps/Test_hor_scroll_3.dump | |
+8 −0 | src/testdir/dumps/Test_hor_scroll_4.dump | |
+8 −0 | src/testdir/dumps/Test_hor_scroll_5.dump | |
+22 −0 | src/testdir/test_bufwintabinfo.vim | |
+36 −0 | src/testdir/test_cursorline.vim | |
+13 −0 | src/testdir/test_popupwin.vim | |
+26 −16 | src/testdir/test_termcodes.vim | |
+16 −0 | src/version.c |