Skip to content

Commit

Permalink
vim: Import v8.2.2332
Browse files Browse the repository at this point in the history
* 8.2.2332: Vim9: missing :endif not reported when using :windo
* 8.2.2331: Vim9: wrong error when modifying dict declared with :final
* 8.2.2330: Vim9: crash when using :trow in a not executed block
* 8.2.2329: not all ways Vim can be started are tested
* Update runtime files.
* 8.2.2328: some test files may not be deleted
  • Loading branch information
chrisbra committed Jan 11, 2021
1 parent b412856 commit 3d34593
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.2327](https://github.com/vim/vim/commit/16a6f91ccb42ebde639a4185322b07719d345e86): debugging code included\n* [8.2.2326](https://github.com/vim/vim/commit/086ae06862077ba228fcae777f2a0b41416c11bb): build error with +eval feature but without +spell\n* [8.2.2325](https://github.com/vim/vim/commit/75ab91ff3403e725a79ac9c7351b78e9aff71d67): Vim9: crash if map() changes the item type\n* [8.2.2324](https://github.com/vim/vim/commit/6f02b00bb0958f70bc15534e115b4c6dadff0e06): not easy to get mark en cursor posotion by character count\n* [8.2.2323](https://github.com/vim/vim/commit/31a11b942a56bf75a653eec0976f365f9b389a5a): Vim9: error when inferring type from empty dict/list\n* [8.2.2322](https://github.com/vim/vim/commit/0186e58639b19933d3d9188d552fe6745265eb1b): Vim9: closure nested limiting to one level\n* [8.2.2321](https://github.com/vim/vim/commit/ab360526ef653b139f4b007a0efbdb3410c8fb4b): Vim9: cannot nest closures
* [8.2.2332](https://github.com/vim/vim/commit/9567efa1b4a41baca9b2266f5903d5dda7ad1e88): Vim9: missing :endif not reported when using :windo\n* [8.2.2331](https://github.com/vim/vim/commit/082517570d1dce2faf3baa9f752ce0858355d221): Vim9: wrong error when modifying dict declared with :final\n* [8.2.2330](https://github.com/vim/vim/commit/9e1d9e3473f852735ffd605a0fa4d224b81a4f0c): Vim9: crash when using :trow in a not executed block\n* [8.2.2329](https://github.com/vim/vim/commit/df4c9af7e73aa5d0fb5bf4c0e19a39b4e1d73517): not all ways Vim can be started are tested\n* [Update runtime files.](https://github.com/vim/vim/commit/82be4849eed0b8fbee45bc8da99b685ec89af59a)\n* [8.2.2328](https://github.com/vim/vim/commit/48e11c10548782f573411b6302f77adb69c40401): some test files may not be deleted

0 comments on commit 3d34593

Please sign in to comment.