Skip to content

Commit 36cc2f1

Browse files
committed
vim: Import v8.2.4314
* 8.2.4314: test fails where lines are skipped * 8.2.4313: Vim9: cannot change type of list after making a slice * 8.2.4312: no error for using :vim9script in a :def function * 8.2.4311: Vim9: changing script variable type not caught compile time * 8.2.4310: Vim9: constant list and dict get a declaration type * 8.2.4309: Vim9: crash when using a partial in the wrong context * 8.2.4308: Vim9: cannot list autoload function * 8.2.4307: a few more messages should not be translated
1 parent 3ace759 commit 36cc2f1

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.4306](https://github.com/vim/vim/commit/500761b1cf666f030009d2dcdacfdce28f68f43d): no test for fixed perl filetype check\n* [8.2.4305](https://github.com/vim/vim/commit/e5b7897585eccec84431d8b23df5cde2e283828c): tex filetype detection fails\n* [8.2.4304](https://github.com/vim/vim/commit/00eb99528edc9ee1d14241d6914168fc33331ded): Vim9: slice() makes a copy but doesn't change the type\n* [8.2.4303](https://github.com/vim/vim/commit/cd53eed2c55f2256008962965b1de1d1df76d535): a few messages should not be translated\n* [8.2.4302](https://github.com/vim/vim/commit/82e46e5d31ba1ca8d4e322acdacdd90ab80705d9): Vim9: return type of getline() is too strict\n* [8.2.4301](https://github.com/vim/vim/commit/e0c2b2ceaa8ca2d0f412f17f4cf14fb4f7a3296f): Vim9: type error for copy of dict\n* [8.2.4300](https://github.com/vim/vim/commit/4fa1346bf4210747f34b64d05b39309918ca538d): cannot build tiny version\n* [8.2.4299](https://github.com/vim/vim/commit/46f3080e5cd4cd1bae23e72a429a8195eb1ded7a): SafeState autocommand interferes with debugging\n* [8.2.4298](https://github.com/vim/vim/commit/fc88df42f1ae64bcc4d6cbc0fbd3445f8c59afdf): divide by zero with huge tabstop value
1+
* [8.2.4314](https://github.com/vim/vim/commit/8cbf2499179db39a46e700ab04d0b36e22bcc1bb): test fails where lines are skipped\n* [8.2.4313](https://github.com/vim/vim/commit/5f4ef5f5e5529c147c2274cd0f6416e2546d6fc7): Vim9: cannot change type of list after making a slice\n* [8.2.4312](https://github.com/vim/vim/commit/107f7325f615a1ffa5b49521e316b44e117b0a04): no error for using :vim9script in a :def function\n* [8.2.4311](https://github.com/vim/vim/commit/160afdb1850b8cf56dc8e94acee7a04bc2113992): Vim9: changing script variable type not caught compile time\n* [8.2.4310](https://github.com/vim/vim/commit/2626d6a71ca616bd91d4ee2c27bd76a78a00d412): Vim9: constant list and dict get a declaration type\n* [8.2.4309](https://github.com/vim/vim/commit/fe1bfc9b267fffedac6b5224d7aa6cc5d9d15f64): Vim9: crash when using a partial in the wrong context\n* [8.2.4308](https://github.com/vim/vim/commit/8164f6ea3cd675d0c22b058d71df2454fa108a35): Vim9: cannot list autoload function\n* [8.2.4307](https://github.com/vim/vim/commit/0c1550d9e94046d3fc9a8ad70b895eaa1e53fca5): a few more messages should not be translated

0 commit comments

Comments
 (0)