Skip to content

Commit 9079e48

Browse files
committed
vim: Import v8.2.4219
* 8.2.4219: reading before the start of the line * 8.2.4218: illegal memory access with bracketed paste in Ex mode * 8.2.4217: illegal memory access when undo makes Visual area invalid * 8.2.4216: Vim9: cannot use a function from an autoload import directly * 8.2.4215: illegal memory access when copying lines in Visual mode * 8.2.4214: illegal memory access with large 'tabstop' in Ex mode * 8.2.4213: too much code for supporting old MSVC versions
1 parent abd1fac commit 9079e48

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.4212](https://github.com/vim/vim/commit/1450112eef2eda211d398d6d7ac03f7a29fa4f55): window title test still fails in some configurations\n* [8.2.4211](https://github.com/vim/vim/commit/3a8ad5918b5c1b4c36b39c420ce933b452929dd8): window title test still fails in some configurations\n* [8.2.4210](https://github.com/vim/vim/commit/a6c09a7c20dd8dae43a99c6dc634151940c2fc6c): window title test fails in some configurations\n* [8.2.4209](https://github.com/vim/vim/commit/3e93a2b075e99a2b3ced85227a6373be233712ff): partial in 'opfunc' cannot use an imported function\n* [8.2.4208](https://github.com/vim/vim/commit/dff97e65eb1bb24c44c2b7430a480888d8afb3f4): using setbufvar() may change the window title\n* [8.2.4207](https://github.com/vim/vim/commit/50e05254450954f04183efc7bc871527a67868b8): recursion test fails with MSVC\n* [8.2.4206](https://github.com/vim/vim/commit/fe6fb267e6ee5c5da2f41889e4e0e0ac5bf4b89d): condition with many "(" causes a crash\n* [8.2.4205](https://github.com/vim/vim/commit/46634350740d062fc7e555fd6c5d4d43798d4df7): the normal\_cmd() function is too long\n* [8.2.4204](https://github.com/vim/vim/commit/7924a17791217d50be5a91989a9641bf68e7a735): screenpos() has non-zero row for invisible text\n* [8.2.4203](https://github.com/vim/vim/commit/502d8ae3e8ed8b6f8dd2ff175f154f9aa87228ef): entering a character with CTRL-V may include modifiers\n* [8.2.4202](https://github.com/vim/vim/commit/acc4b5648b49ec13c4f35ee0bf552eda71b0c372): Vim9: cannot export function that exists globally\n* [8.2.4201](https://github.com/vim/vim/commit/8e4af851fd3eff4b22fca962e5be783742e8f1bb): when using the GUI CTRL-Z does not stop gvim\n* [8.2.4200](https://github.com/vim/vim/commit/7e765a39b795d5331bf2d4927b41df7b78915af9): some tests do not clean up properly\n* [8.2.4199](https://github.com/vim/vim/commit/c351dc1e0ca959084ba36bb350291334bf74b9f8): MS-Windows: Support for MSVC 2003 is not useful
1+
* [8.2.4219](https://github.com/vim/vim/commit/44db8213d38c39877d2148eff6a72f4beccfb94e): reading before the start of the line\n* [8.2.4218](https://github.com/vim/vim/commit/806d037671e133bd28a7864248763f643967973a): illegal memory access with bracketed paste in Ex mode\n* [8.2.4217](https://github.com/vim/vim/commit/8d02ce1ed75d008c34a5c9aaa51b67cbb9d33baa): illegal memory access when undo makes Visual area invalid\n* [8.2.4216](https://github.com/vim/vim/commit/06b77229ca704d00c4f138ed0377556e54d5851f): Vim9: cannot use a function from an autoload import directly\n* [8.2.4215](https://github.com/vim/vim/commit/dc5490e2cbc8c16022a23b449b48c1bd0083f366): illegal memory access when copying lines in Visual mode\n* [8.2.4214](https://github.com/vim/vim/commit/85b6747abc15a7a81086db31289cf1b8b17e6cb1): illegal memory access with large 'tabstop' in Ex mode\n* [8.2.4213](https://github.com/vim/vim/commit/76687d27173e64d739ea371751697c03ad0821ef): too much code for supporting old MSVC versions

0 commit comments

Comments
 (0)