Skip to content

Commit 2e2bdbf

Browse files
committed
vim: Import v9.0.0483
* 9.0.0483: illegal memory access when replacing in virtualedit mode * 9.0.0482: "g0" moves to wrong location with virtual text "above" * 9.0.0481: in :def function all closures in loop get the same variables * 9.0.0480: cannot use a :def varargs function with substitute() * 9.0.0479: in :def function all closures in loop get the same variables * 9.0.0478: test for 'splitscroll' takes too much time * 9.0.0477: missing dependency may cause crashes on incomplete build * 9.0.0476: varargs does not work for replacement function of substitute()
1 parent bce29ec commit 2e2bdbf

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-
* [9.0.0475](https://github.com/vim/vim/commit/dd674774bbe3774ff41b817bee0e32060ebcfdad): not using deferred delete in tests\n* [9.0.0474](https://github.com/vim/vim/commit/dd44b58f64a173ffc976cc96ccdd00cd5493b273): fullcommand() test failure\n* [9.0.0473](https://github.com/vim/vim/commit/aa5341477c9f3840d63f709de3b9e5d0266f93d7): fullcommand() only works for the current script version\n* [9.0.0472](https://github.com/vim/vim/commit/a4abe514ecd9b7a038feed89f48476809775c80f): virtual text "below" doesn't show in list mode\n* [9.0.0471](https://github.com/vim/vim/commit/12167d8b84c4a99751d9928f1a9a59c90b14931f): no test for what patch 9.0.0469 fixes\n* [9.0.0470](https://github.com/vim/vim/commit/b46c083a5ed9e0c4ac5f3aec577946dcbe8c9dc5): in :def function all closures in loop get the same variables\n* [9.0.0469](https://github.com/vim/vim/commit/3735f11050616652525bf80b4fbcb2b3bfeab113): cursor moves if cmdwin is closed when 'splitscroll' is off\n* [9.0.0468](https://github.com/vim/vim/commit/aeef1f7f6d8f6d4e84ffc9a24874f10403e4ddcd): exectution stack underflow without the +eval feature
1+
* [9.0.0483](https://github.com/vim/vim/commit/c249913edc35c0e666d783bfc21595cf9f7d9e0d): illegal memory access when replacing in virtualedit mode\n* [9.0.0482](https://github.com/vim/vim/commit/e24b4aba1fbf782954897abdbfc084c4221428eb): "g0" moves to wrong location with virtual text "above"\n* [9.0.0481](https://github.com/vim/vim/commit/8fa745e7be3a791ac25f93ef0227bbc48ade8a37): in :def function all closures in loop get the same variables\n* [9.0.0480](https://github.com/vim/vim/commit/abd58d8aee7fec2b9e07c829eb925b0a1f7118db): cannot use a :def varargs function with substitute()\n* [9.0.0479](https://github.com/vim/vim/commit/1aea184a0dc558a222cc5bcbaad9ab0fd700c7b9): in :def function all closures in loop get the same variables\n* [9.0.0478](https://github.com/vim/vim/commit/594f9e09cd68e6277b8aa08094405bc642c5792a): test for 'splitscroll' takes too much time\n* [9.0.0477](https://github.com/vim/vim/commit/3e8b7a6056986caf561f1b6168af7837919df9b9): missing dependency may cause crashes on incomplete build\n* [9.0.0476](https://github.com/vim/vim/commit/48db5dafecacced4a9e42de3f92838b2d59beb4c): varargs does not work for replacement function of substitute()

0 commit comments

Comments
 (0)