Skip to content

Commit

Permalink
vim: Import v8.2.4801
Browse files Browse the repository at this point in the history
* 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
chrisbra committed Apr 20, 2022
1 parent 8b34fd2 commit 9587bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
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

0 comments on commit 9587bb8

Please sign in to comment.