-
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.0566: Vim9: variable can be used uninitialized * 8.2.0565: Vim9: tests contain superfluous line continuation * 8.2.0564: Vim9: calling a def function from non-vim9 may fail * 8.2.0563: Vim9: cannot split a function line * 8.2.0562: Vim9: cannot split an expression into multiple lines * 8.2.0561: Vim9: cannot split function call in multiple lines * 8.2.0560: compiler warning in tiny build * 8.2.0559: clearing a struct is verbose * 8.2.0558: Vim9: dict code not covered by tests * 8.2.0557: no IPv6 support for channels * 8.2.0556: Vim9: memory leak when finding common type * 8.2.0555: Vim9: line continuation is not always needed * 8.2.0554: the GUI doesn't set t_Co * 8.2.0553: error for unused argument * 8.2.0552: Vim9: some errors not covered by tests * 8.2.0551: not all code for options is tested * 8.2.0550: some changes in the libvterm upstream code * 8.2.0549: user systemd files not recognized
- 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.0548](https://github.com/vim/vim/commit/08938eeba463e98d23ba7b88e81bd252c981d235): Vim9: not all possible func type errors tested\n* [8.2.0547](https://github.com/vim/vim/commit/e7f234120f71a75f0c7c2a67e0b70c6450c50a02): Win32: restoring screen not always done right\n* [8.2.0546](https://github.com/vim/vim/commit/fe270817247b73a9315bb10f0a51b6eca406d300): Vim9: varargs implementation is inefficient\n* [8.2.0545](https://github.com/vim/vim/commit/d19a8f97ad58055a5e99cca8498d01e450ae37b2): unused arguments ignored in non-standard way\n* [8.2.0544](https://github.com/vim/vim/commit/880e4d9117ea990e66d867aefad0f73ba89bda82): memory leak in search test\n* [8.2.0543](https://github.com/vim/vim/commit/1378fbc4591b77186c90beda37bdac628add4cb6): Vim9: function with varargs does not work properly\n* [8.2.0542](https://github.com/vim/vim/commit/8832a3457831707286dd2d9252ba14a5f9fd4c60): no test for E386\n* [8.2.0541](https://github.com/vim/vim/commit/81ea1dfb97af6622c9ad3efdbad317ec965ebaeb): Travis CI does not give compiler warnings\n* [8.2.0540](https://github.com/vim/vim/commit/004a6781b3cf15ca5dd632c38cc09bb3b253d1f8): regexp and other code not tested | ||
* [8.2.0566](https://github.com/vim/vim/commit/1a2f4bf6c80d750615f19c34e5baddd21310c9c9): Vim9: variable can be used uninitialized\n* [8.2.0565](https://github.com/vim/vim/commit/675f716efb534798a3bdb651cdb272302127602a): Vim9: tests contain superfluous line continuation\n* [8.2.0564](https://github.com/vim/vim/commit/23e032523e377d367e06441e88c67692a8c6c3e9): Vim9: calling a def function from non-vim9 may fail\n* [8.2.0563](https://github.com/vim/vim/commit/5e774c7579a4a00d3f44fdcfcb56861bd73372e4): Vim9: cannot split a function line\n* [8.2.0562](https://github.com/vim/vim/commit/9c7e6dd653b62f54324f3c00d69cb348d8611a9f): Vim9: cannot split an expression into multiple lines\n* [8.2.0561](https://github.com/vim/vim/commit/e6085c53506e38d07334faa1002ee90b1933b128): Vim9: cannot split function call in multiple lines\n* [8.2.0560](https://github.com/vim/vim/commit/2196bce56fcd56b0eaece50c079bac99f5bc31af): compiler warning in tiny build\n* [8.2.0559](https://github.com/vim/vim/commit/a80faa8930ed5a554beeb2727762538873135e83): clearing a struct is verbose\n* [8.2.0558](https://github.com/vim/vim/commit/82de464f763d6e6d89229be03ce7c6d02fd5fb59): Vim9: dict code not covered by tests\n* [8.2.0557](https://github.com/vim/vim/commit/bfe13ccc58ccb96f243a58309800410db1ccb52c): no IPv6 support for channels\n* [8.2.0556](https://github.com/vim/vim/commit/c5f1ef53c24cc0c9f7b2131609e916f913634feb): Vim9: memory leak when finding common type\n* [8.2.0555](https://github.com/vim/vim/commit/4fdae9996fb9a9bc1291a61e7b85cb360feb7599): Vim9: line continuation is not always needed\n* [8.2.0554](https://github.com/vim/vim/commit/acc770a10f65107131473ea2ab4ae5d429dfe172): the GUI doesn't set t\_Co\n* [8.2.0553](https://github.com/vim/vim/commit/cd630becc8849bf4647f04eeb02a4883bf46140e): error for unused argument\n* [8.2.0552](https://github.com/vim/vim/commit/99aaf0ce7cc23b0e759eab2369e266cdc8d46af8): Vim9: some errors not covered by tests\n* [8.2.0551](https://github.com/vim/vim/commit/1363a30cef382b912bf092969e040333c5c293c6): not all code for options is tested\n* [8.2.0550](https://github.com/vim/vim/commit/88c1ee84d64d4f2cc25a95a6ccd573f8dc16b073): some changes in the libvterm upstream code\n* [8.2.0549](https://github.com/vim/vim/commit/3b922f11380c7dbf94ee45bc09d688b772d9707f): user systemd files not recognized |
Submodule vim
updated
91 files