Skip to content

Commit 7e6d4ee

Browse files
committed
vim: Import v8.2.3313
* 8.2.3313: unused code in win_exchange() and frame_remove() * 8.2.3312: Vim9: after "if false" line breaks in expression not skipped * 8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slow * 8.2.3310: Vim9: unpack assignment does not mention source of type error * 8.2.3309: Vim9: divide by zero causes a crash * 8.2.3308: Vim9: no runtime check for argument type with varargs only * 8.2.3307: Vim9: :echoconsole cannot access local variables * 8.2.3306: unexpected "No matching autocommands" * 8.2.3305: Vim9: :finally in skipped block not handled correctly * 8.2.3304: popup window title with wide characters is truncated * 8.2.3303: some structures could be smaller * 8.2.3302: Coverity is not run from github
1 parent 9be6851 commit 7e6d4ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [8.2.3301](https://github.com/vim/vim/commit/cbae5802832b29f3a1af4cb6b0fc8cf69f17cbf4): memory allocation functions don't have their own place\n* [8.2.3300](https://github.com/vim/vim/commit/11328bc7df0ecc47f4025a10bb86882a659e9994): Lua: can only execute on Vim command at a time
1+
* [8.2.3313](https://github.com/vim/vim/commit/9e2fa4bb9eb40a78a1ae1f67a4064651b5ce0aac): unused code in win\_exchange() and frame\_remove()\n* [8.2.3312](https://github.com/vim/vim/commit/e525bdda3aa29f0ffcb18d8d16903ebafc2b5881): Vim9: after "if false" line breaks in expression not skipped\n* [8.2.3311](https://github.com/vim/vim/commit/dae453f3397a26a53301d7327e6ed43e8b392035): Vim9: check for DO\_NOT\_FREE\_CNT is very slow\n* [8.2.3310](https://github.com/vim/vim/commit/4270d8b7626ff8a7006f6a09c89bc446a3f89d1e): Vim9: unpack assignment does not mention source of type error\n* [8.2.3309](https://github.com/vim/vim/commit/fbeefb1b87b0d52a095c08fee47b62d290bf4c33): Vim9: divide by zero causes a crash\n* [8.2.3308](https://github.com/vim/vim/commit/6ce46b99635877fb0a17c06a6f5625fbc1ffa6f4): Vim9: no runtime check for argument type with varargs only\n* [8.2.3307](https://github.com/vim/vim/commit/7de62623735d228c8f81f6ac8309fe4922822cb2): Vim9: :echoconsole cannot access local variables\n* [8.2.3306](https://github.com/vim/vim/commit/1b154ea121d8374a129c3e30d50fa9742cd5faa1): unexpected "No matching autocommands"\n* [8.2.3305](https://github.com/vim/vim/commit/84934998806408db3f3ecff7ac4c3980e0c2a96e): Vim9: :finally in skipped block not handled correctly\n* [8.2.3304](https://github.com/vim/vim/commit/c611941c606328740b6e9acc1191a5d97ace13e2): popup window title with wide characters is truncated\n* [8.2.3303](https://github.com/vim/vim/commit/3276f5846f7ad61f55175959ac21c1b4cf595352): some structures could be smaller\n* [8.2.3302](https://github.com/vim/vim/commit/d57a6bd98c9a57b766eadcc3f10e9c4169c788aa): Coverity is not run from github

0 commit comments

Comments
 (0)