Skip to content

Commit

Permalink
vim: Import v9.0.0581
Browse files Browse the repository at this point in the history
* 9.0.0581: adding a character for incsearch fails at end of line
* 9.0.0580: no CI running for MacOS on M1
* 9.0.0579: using freed memory when 'tagfunc' wipes out buffer
* 9.0.0578: one timer test fails on Mac M1
* 9.0.0577: buffer underflow with unexpected :finally
* 9.0.0576: unused loop variables
* 9.0.0575: the getchar() function behaves strangely with bracketed paste
* 9.0.0574: timer garbage collect test hangs on Mac M1
* 9.0.0573: outdated dependencies go unnoticed
* 9.0.0572: insert complete tests leave a mapping behind
* 9.0.0571: MS-Windows: CTRL-C can make Vim exit
* 9.0.0570: CI for Windows is still using codecov action 3.1.0
* 9.0.0569: cannot easily get out when using "vim file | grep word"
* 9.0.0568: autocmd code is indented more than needed
* 9.0.0567: 'completeopt' "longest" is not used for complete()
* 9.0.0566: Nim files are not recognized
* 9.0.0565: cscope test causes problems with test timeout timer
  • Loading branch information
chrisbra committed Sep 24, 2022
1 parent ba35fc8 commit 3b33510
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 @@
* [9.0.0564](https://github.com/vim/vim/commit/0056ca71374feadf6bad27f5b66eaa18b6f7dad7): a few tests keep failing on MacOS M1\n* [9.0.0563](https://github.com/vim/vim/commit/a9b0f8f7f35ddd281f4fa464d163dc4fb05e1d7b): timer\_info() test fails\n* [9.0.0562](https://github.com/vim/vim/commit/35fdd9a67d73d4750152c419d4193ebb6b6d6eee): HSL playlist files are not recognized\n* [9.0.0561](https://github.com/vim/vim/commit/3bcd0ddc2deb34794c735c6ea0b8f964b510c6db): when a test gets stuck it just hangs forever\n* [9.0.0560](https://github.com/vim/vim/commit/b9093d50098ccff3848c2a404b9d0324a074c7b7): elapsed time since testing started is not visible\n* [9.0.0559](https://github.com/vim/vim/commit/4ecf16bbf951f10fd32c918c9d8bc004b7f8f7c9): timer test may get stuck at hit-enter prompt\n* [9.0.0558](https://github.com/vim/vim/commit/7f9a5a68fe363db467a505502237c1e8479c1436): Coverity warns for possibly using NULL pointer\n* [9.0.0557](https://github.com/vim/vim/commit/259a741044812df739457e25eb5195d9c5c0e6f8): valgrind reports possibly leaked memory\n* [9.0.0556](https://github.com/vim/vim/commit/86fb3f8b99d155fe6bcbb553b5596c3e9fd570a9): leaking memory with nested functions\n* [9.0.0555](https://github.com/vim/vim/commit/20e58561abc4116f3bfbafaef242d886dd77b303): scrolling with 'nosplitscroll' in callback changing curwin\n* [9.0.0554](https://github.com/vim/vim/commit/f8addf1ca1d8c7801f6dded2341b7084d2b93e5e): using freed memory when command follows lambda
* [9.0.0581](https://github.com/vim/vim/commit/d4566c14e71c55dcef05fb34ea94eba835831527): adding a character for incsearch fails at end of line\n* [9.0.0580](https://github.com/vim/vim/commit/1d61408af31667669edcbffc876e4eafdcacca96): no CI running for MacOS on M1\n* [9.0.0579](https://github.com/vim/vim/commit/0ff01835a40f549c5c4a550502f62a2ac9ac447c): using freed memory when 'tagfunc' wipes out buffer\n* [9.0.0578](https://github.com/vim/vim/commit/865bf2ed3039deeaa66312319f3e13db146a9701): one timer test fails on Mac M1\n* [9.0.0577](https://github.com/vim/vim/commit/96b9bf8f74af8abf1e30054f996708db7dc285be): buffer underflow with unexpected :finally\n* [9.0.0576](https://github.com/vim/vim/commit/b2209f213e2931cf3313b24868a9165bbb717cc4): unused loop variables\n* [9.0.0575](https://github.com/vim/vim/commit/78aed95c8d11a06590abb079014887a458b28b36): the getchar() function behaves strangely with bracketed paste\n* [9.0.0574](https://github.com/vim/vim/commit/140f6d0eda7921f2f0b057ec38ed501240903fc3): timer garbage collect test hangs on Mac M1\n* [9.0.0573](https://github.com/vim/vim/commit/81fd3b2b4438e2751a1b79049827a5ee315ea38d): outdated dependencies go unnoticed\n* [9.0.0572](https://github.com/vim/vim/commit/75f4bafabdcc6bce5cf3e09fee29c634bf102c17): insert complete tests leave a mapping behind\n* [9.0.0571](https://github.com/vim/vim/commit/f7e7302acb20b6ef6caa0740da1450b677ac91fb): MS-Windows: CTRL-C can make Vim exit\n* [9.0.0570](https://github.com/vim/vim/commit/d3eafdd7098e5e47a3e93474a624cb0ba1a874c9): CI for Windows is still using codecov action 3.1.0\n* [9.0.0569](https://github.com/vim/vim/commit/5939c357431f8e43853ad80b03303167f39763df): cannot easily get out when using "vim file | grep word"\n* [9.0.0568](https://github.com/vim/vim/commit/e9dcf13a3007d4f603e007e0526b0005fd026bc5): autocmd code is indented more than needed\n* [9.0.0567](https://github.com/vim/vim/commit/87af60c91503e37c9144f8e48022b12994ce2c85): 'completeopt' "longest" is not used for complete()\n* [9.0.0566](https://github.com/vim/vim/commit/9fd1583c839c5e43b0d48ec815a79005a2364776): Nim files are not recognized\n* [9.0.0565](https://github.com/vim/vim/commit/dfa8be4944b49c228d401e788aaade47b4abb658): cscope test causes problems with test timeout timer

0 comments on commit 3b33510

Please sign in to comment.