Skip to content

Commit 0f69f29

Browse files
committed
vim: Import v8.2.3899
* 8.2.3899: Vim9: test for map() on string fails * 8.2.3898: Vim9: not sufficient testing for variable initialization * 8.2.3897: Vim9: second argument of map() and filter() not checked * 8.2.3896: Vim9: no test for nested function not available later * 8.2.3895: Vim9: confusing error when using function() with a number * 8.2.3894: Vim9: no proper type check for first argument of call() * 8.2.3893: Vim9: many local variables are initialized with an instruction * 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognized * 8.2.3891: github CI: workflows may overlap
1 parent 6720c05 commit 0f69f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [8.2.3890](https://github.com/vim/vim/commit/d787e40fdbe6f4d8bf47d36186c1d9d51c29b853): Vim9: type check for using v: variables is basic\n* [8.2.3889](https://github.com/vim/vim/commit/e7f4abd38b6e05100c699900c8f87281e363beb2): duplicate code for translating script-local function name\n* [8.2.3888](https://github.com/vim/vim/commit/73a024209cbfbd5b39a2e974084d807c6131e2ed): the argument list may contain duplicates\n* [8.2.3887](https://github.com/vim/vim/commit/806da5176e9e9ab011d927c4ca33a8dde1769539): E1135 is used for two different errors\n* [8.2.3886](https://github.com/vim/vim/commit/b6db1467622be046dbf00b2213fd9f49f4f3cccb): can define autocmd for every event by using "au!"\n* [8.2.3885](https://github.com/vim/vim/commit/679140c56bbabf12a199d94f584b1b9dfc9809fd): arglist test fails\n* [8.2.3884](https://github.com/vim/vim/commit/6f98371532fcff911b462d51bc64f2ce8a6ae682): crash when clearing the argument list while using it\n* [8.2.3883](https://github.com/vim/vim/commit/5937c7505f444dd896f336fa0119a93a55ebe9a2): crash when switching to other regexp engine fails\n* [Update runtime files](https://github.com/vim/vim/commit/fa3b72348d88343390fbe212cfc230fec1602fc2)\n* [8.2.3882](https://github.com/vim/vim/commit/d3f00f54bf955bd01767db3a0af25866bc112ec7): more duplicated code in f\_getreginfo()\n* [8.2.3881](https://github.com/vim/vim/commit/6073f13f557c53928a2a9071495178599c38e798): QNX: crash when compiled with GUI but using terminal\n* [8.2.3880](https://github.com/vim/vim/commit/70a120b72b2b48800f881725c58241cd170893f8): Solution filter files are not recognized\n* [8.2.3879](https://github.com/vim/vim/commit/51e64b2789eb7e60f7c5892a43426ab4ec1a54aa): getreg() and getregtype() contain dead code
1+
* [8.2.3899](https://github.com/vim/vim/commit/ec86520f946a40d5c4a92d6a11d6928faa13abd4): Vim9: test for map() on string fails\n* [8.2.3898](https://github.com/vim/vim/commit/fb9dcb080b5143d3021a8c1d6deaf143f2ca3a48): Vim9: not sufficient testing for variable initialization\n* [8.2.3897](https://github.com/vim/vim/commit/1802405d71da20dff510690bf14f6da085836125): Vim9: second argument of map() and filter() not checked\n* [8.2.3896](https://github.com/vim/vim/commit/db8e5c21b98c5998df4ab94e0b94bd9fdaf35c83): Vim9: no test for nested function not available later\n* [8.2.3895](https://github.com/vim/vim/commit/ae1068afde6dfc6fd3e3f54512dbd089e1559053): Vim9: confusing error when using function() with a number\n* [8.2.3894](https://github.com/vim/vim/commit/223d0a6bc8dc68039ceb6660de9576fafe178d73): Vim9: no proper type check for first argument of call()\n* [8.2.3893](https://github.com/vim/vim/commit/5cd647935d0834b3064aa36384b8f6730fadadd6): Vim9: many local variables are initialized with an instruction\n* [8.2.3892](https://github.com/vim/vim/commit/35cfd793aad7c4bfba4a9bedf5c435c44e4293d0): when modifyOtherKeys is used CTRL-C is not recognized\n* [8.2.3891](https://github.com/vim/vim/commit/7f4a628efefd893a3cad3a1fdde340c98360f705): github CI: workflows may overlap

0 commit comments

Comments
 (0)