Skip to content

Commit b31ae98

Browse files
committed
vim: Import v8.2.4542
* 8.2.4542: Vim9: "break" inside try/catch not handled correctly * 8.2.4541: Crash in debugger when a variable is not available * 8.2.4540: line number for error is off by one * 8.2.4539: when comparing special v:none and v:null are handled the same * 8.2.4538: the find_tags_in_file() function is too long * 8.2.4537: output from linter and language server shows up in git * 8.2.4536: debugger test fails when breaking on expression * 8.2.4535: filename modifer ":8" removes the filename * 8.2.4534: Vim9: "is" operator with empty string and null returns true
1 parent 5ea682f commit b31ae98

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.4533](https://github.com/vim/vim/commit/56b84b1728e68f984446ec2698716cb8a1f6871d): Vim9: no test that after assigning null type is still checked\n* [8.2.4532](https://github.com/vim/vim/commit/f2832ad9653815103b39daf873511baa37424d3d): suspending with CTRL-Z does not work on OpenBSD\n* [8.2.4531](https://github.com/vim/vim/commit/f01a653ac50bb3542c24d26bb3fa5371cc3b2ed7): LGTM warnings for condition and buffer size\n* [8.2.4530](https://github.com/vim/vim/commit/f3507a517c38bee5498736607ead64c8ae6b5941): making comparison with null work changes legacy behavior\n* [Update runtime files](https://github.com/vim/vim/commit/1588bc8ebee22f2855f27273fc2234fff370f86c)
1+
* [8.2.4542](https://github.com/vim/vim/commit/873f8243f6feadec72d9bf6203e550cc1b66611a): Vim9: "break" inside try/catch not handled correctly\n* [8.2.4541](https://github.com/vim/vim/commit/e406ff87c86de9da2d02d0e5ebbbf5c5eac051a6): Crash in debugger when a variable is not available\n* [8.2.4540](https://github.com/vim/vim/commit/1b1df95f1a84cbc362e32f676f1e135aa2e7fc3c): line number for error is off by one\n* [8.2.4539](https://github.com/vim/vim/commit/53ba6ca5b27248680e368340707ad4b32a82591f): when comparing special v:none and v:null are handled the same\n* [8.2.4538](https://github.com/vim/vim/commit/bf40e90dfeb1d3d0280077e65782beb3fee31c9f): the find\_tags\_in\_file() function is too long\n* [8.2.4537](https://github.com/vim/vim/commit/48f83c31d14702b40ad0bf3c61091871d9db072d): output from linter and language server shows up in git\n* [8.2.4536](https://github.com/vim/vim/commit/cf6662082f89de3458c69c4390055ab99aa7dd22): debugger test fails when breaking on expression\n* [8.2.4535](https://github.com/vim/vim/commit/81da16b53fbf804a3cd32bc15313c96444b71484): filename modifer ":8" removes the filename\n* [8.2.4534](https://github.com/vim/vim/commit/f8691004b069f67becd657a02100d7521d1255a9): Vim9: "is" operator with empty string and null returns true

0 commit comments

Comments
 (0)