diff --git a/gitlog.txt b/gitlog.txt index 0cc618d4..f98cab44 100644 --- a/gitlog.txt +++ b/gitlog.txt @@ -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 diff --git a/vim b/vim index 08938eeb..1a2f4bf6 160000 --- a/vim +++ b/vim @@ -1 +1 @@ -Subproject commit 08938eeba463e98d23ba7b88e81bd252c981d235 +Subproject commit 1a2f4bf6c80d750615f19c34e5baddd21310c9c9