Skip to content

Commit b66c7d1

Browse files
committed
vim: Import v8.2.4710
* 8.2.4710: smart indenting does not work after completion * 8.2.4709: after :redraw the statusline highlight might be used * 8.2.4708: PHP test files are not recognized * 8.2.4707: redrawing could be a bit more efficient * 8.2.4706: buffer remains active with WinClosed and tabpages * 8.2.4705: jump list marker disappears * 8.2.4704: using "else" after return or break increases indent * 8.2.4703: memory leak in handling 'cinscopedecls' * 8.2.4702: C++ scope labels are hard-coded * 8.2.4701: Kuka Robot Language files not recognized * 8.2.4700: buffer remains active if WinClosed event throws an exception * 8.2.4699: hard to reproduce hang when reading from a channel * 8.2.4698: Vim9: script variable has no flag that it was set * 8.2.4697: Vim9: crash when adding a duplicate key to a dictionary * 8.2.4696: delete() with "rf" argument does not report a failure * 8.2.4695: JSON encoding could be faster * 8.2.4694: avoidance of #elif causes more preproc nesting * 8.2.4693: new regexp does not accept pattern "\%>0v" * 8.2.4692: no test for what 8.2.4691 fixes * 8.2.4691: solution for <Cmd> in a mapping causes trouble * 8.2.4690: channel tests fail on MS-Windows * 8.2.4689: using <Cmd> in a mapping does not work for mouse keys * 8.2.4688: new regexp engine does not give an error for "\%v" * 8.2.4687: "vimgrep /\%v/ *" may cause a crash * 8.2.4686: configure doesn't find the Motif library with Cygwin * 8.2.4685: when a swap file is found for a popup there is no dialog * 8.2.4684: cannot open a channel on a Unix domain socket * 8.2.4683: verbose check with dict_find() to see if a key is present * 8.2.4682: Vim9: can use :unlockvar for const variable * 8.2.4681: build fails with a combination of features * 8.2.4680: build failure without +postscript * 8.2.4679: cannot have expandcmd() give an error message for mistakes * 8.2.4678: Vim9: not all code is tested * 8.2.4677: the Athena GUI support is outdated * 8.2.4676: test fails with different error * 8.2.4675: no error for missing expression after :elseif * 8.2.4674: cannot force getting MouseMove events * 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-B * 8.2.4672: using :normal with Ex mode may make :substitute hang * 8.2.4671: 'wildignorecase' is sometimes not used for glob() * 8.2.4670: memory allocation failures for new tab page not tested * 8.2.4669: in compiled code len('string') is not inlined * 8.2.4668: buffer allocation failures insufficiently tested * 8.2.4667: expandcmd() fails on an error * 8.2.4666: Vim9: assignment not recognized in skipped block * 8.2.4665: popup with "minwidth" and scrollbar not updated properly * 8.2.4664: Elvish files are not recognized * 8.2.4663: occasional crash when running the GUI tests * 8.2.4662: no error for using out of range list index * 8.2.4661: Coverity warning for using uninitialized variable * 8.2.4660: cursorcolumn is sometimes not correct * 8.2.4659: invalid memory access when using printable function name * 8.2.4658: org-mode files are not recognized * 8.2.4657: errors for functions are sometimes hard to read * 8.2.4656: Vim9: can't use item from "import autoload" with autoload dir * 8.2.4655: cmdline completion popup menu positioned wrong * 8.2.4654: missing changes for import check * 8.2.4653: "import autoload" does not check the file name * 8.2.4652: leaking memory if assignment fails * 8.2.4651: test fails because path differs * 8.2.4650: "import autoload" only works with using 'runtimepath' * 8.2.4649: various formatting problems * Update runtime files * 8.2.4648: handling LSP messages is a bit slow
1 parent 8277ff3 commit b66c7d1

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.4701](https://github.com/vim/vim/commit/3ad2090316edc85e93094bba7af64f9991cc7f85): Kuka Robot Language files not recognized\n* [8.2.4700](https://github.com/vim/vim/commit/c947b9ae419114ebfef9725814ea41a466fcf879): buffer remains active if WinClosed event throws an exception\n* [8.2.4699](https://github.com/vim/vim/commit/75a0f3c011dfbafd2d60e87d4b2b07572df3e3ec): hard to reproduce hang when reading from a channel\n* [8.2.4698](https://github.com/vim/vim/commit/aa7d0c233532fb9d8c2876ea8e978a82b12c377f): Vim9: script variable has no flag that it was set\n* [8.2.4697](https://github.com/vim/vim/commit/0d1f55c044610f627b1617e4cfbf6e094ff60921): Vim9: crash when adding a duplicate key to a dictionary\n* [8.2.4696](https://github.com/vim/vim/commit/478700336d1c72e133b8ff6841e968c1bb1658ed): delete() with "rf" argument does not report a failure\n* [8.2.4695](https://github.com/vim/vim/commit/beb0ef1ab2dbd9760345e3e03647b93914591d56): JSON encoding could be faster\n* [8.2.4694](https://github.com/vim/vim/commit/02560424bf838cadc8c19294af6b6b6c383ab291): avoidance of #elif causes more preproc nesting\n* [8.2.4693](https://github.com/vim/vim/commit/72bb10df1fb3eb69bc91f5babfb8881ce098cba1): new regexp does not accept pattern "\%>0v"\n* [8.2.4692](https://github.com/vim/vim/commit/0f68e6c07aaf62c034a242f183b93c1bb44e7f93): no test for what 8.2.4691 fixes\n* [8.2.4691](https://github.com/vim/vim/commit/ca9d8d2cb9fc6b9240f2a74ccd36f9d966488294): solution for \<Cmd> in a mapping causes trouble\n* [8.2.4690](https://github.com/vim/vim/commit/1b76a8dfe21903d6f3ff190e84f3690ee7a73643): channel tests fail on MS-Windows\n* [8.2.4689](https://github.com/vim/vim/commit/d0fb2d804183c2786578b4c32ba5b92938f93d0e): using \<Cmd> in a mapping does not work for mouse keys\n* [8.2.4688](https://github.com/vim/vim/commit/91ff3d4f52a55a7c37a52aaad524cd9dd12efae4): new regexp engine does not give an error for "\%v"\n* [8.2.4687](https://github.com/vim/vim/commit/e8a4c0d91f89544e4f94b7bd612b5fb780944c33): "vimgrep /\%v/ \*" may cause a crash\n* [8.2.4686](https://github.com/vim/vim/commit/b471690fad5f40f74aca488b13669641fb2b9de1): configure doesn't find the Motif library with Cygwin\n* [8.2.4685](https://github.com/vim/vim/commit/188639d75c363dffaf813e8e2209f7350ad1e871): when a swap file is found for a popup there is no dialog\n* [8.2.4684](https://github.com/vim/vim/commit/cc766a85f460ebb7f8c915508447548b5f5b99bc): cannot open a channel on a Unix domain socket\n* [8.2.4683](https://github.com/vim/vim/commit/4829c1c9e9095a3303caec9af7d02f6547f6df0e): verbose check with dict\_find() to see if a key is present\n* [8.2.4682](https://github.com/vim/vim/commit/7a411a306f90339d8686e42ac16e1ae4fc7533c5): Vim9: can use :unlockvar for const variable\n* [8.2.4681](https://github.com/vim/vim/commit/15f74fab653a784548d5d966644926b47ba2cfa7): build fails with a combination of features\n* [8.2.4680](https://github.com/vim/vim/commit/242c152c08edbfaf17e8ae0b5d82841beabfa21a): build failure without +postscript\n* [8.2.4679](https://github.com/vim/vim/commit/2b74b6805b5c8c4836b66df5d949f5ff6a77f8c7): cannot have expandcmd() give an error message for mistakes\n* [8.2.4678](https://github.com/vim/vim/commit/1061195057c4518877cb6da7591eadff9db14598): Vim9: not all code is tested\n* [8.2.4677](https://github.com/vim/vim/commit/0b962e5685edd41b55d5427b894797e725707639): the Athena GUI support is outdated\n* [8.2.4676](https://github.com/vim/vim/commit/292e1b9f681054a1de8fa22315ae6eedd7acb205): test fails with different error\n* [8.2.4675](https://github.com/vim/vim/commit/fa010cdfb115fd2f6bae7ea6f6e63be906b5e347): no error for missing expression after :elseif\n* [8.2.4674](https://github.com/vim/vim/commit/c4cb544cd5beaa864b3893e4b8d0085393c7dbce): cannot force getting MouseMove events\n* [8.2.4673](https://github.com/vim/vim/commit/8ef6997e2d90808dec033373c96dda68843af12e): redrawing a split window is slow when using CTRL-F and CTRL-B\n* [8.2.4672](https://github.com/vim/vim/commit/ce416b453a849c837f9f6ffc91dd4792d84e1bfd): using :normal with Ex mode may make :substitute hang\n* [8.2.4671](https://github.com/vim/vim/commit/a3157a476bfa8c3077d510cc8400093c0d115df5): 'wildignorecase' is sometimes not used for glob()\n* [8.2.4670](https://github.com/vim/vim/commit/72bb47e38f6805050ed6d969f17591bed71f83d4): memory allocation failures for new tab page not tested\n* [8.2.4669](https://github.com/vim/vim/commit/58f331a05f5b7bdddf04e68b6e51a827fd0c43f0): in compiled code len('string') is not inlined\n* [8.2.4668](https://github.com/vim/vim/commit/0dac1ab5791819ee9a496273eea38f69a217ac45): buffer allocation failures insufficiently tested\n* [8.2.4667](https://github.com/vim/vim/commit/5018a836c030988944a9bbe2fd2e538bf5261a72): expandcmd() fails on an error\n* [8.2.4666](https://github.com/vim/vim/commit/97f8c1081ec6d6d158bb51e18fa23a36d3ed5623): Vim9: assignment not recognized in skipped block\n* [8.2.4665](https://github.com/vim/vim/commit/eabddc425ea23fb91b3b0058ff01e9e4ede53351): popup with "minwidth" and scrollbar not updated properly\n* [8.2.4664](https://github.com/vim/vim/commit/c1658a196bb05dd96562fd0a92409be2201b62e9): Elvish files are not recognized\n* [8.2.4663](https://github.com/vim/vim/commit/17fa233f6f88587d35310b76f48c5a26642c470a): occasional crash when running the GUI tests\n* [8.2.4662](https://github.com/vim/vim/commit/22ebd172e48ba060c8a7bae3dbf6480b7596d937): no error for using out of range list index\n* [8.2.4661](https://github.com/vim/vim/commit/ffe6e646dc6aede3bce062e40256ce0edc64bc08): Coverity warning for using uninitialized variable\n* [8.2.4660](https://github.com/vim/vim/commit/782c6744b49b30d9460ed00d4773666e42e07163): cursorcolumn is sometimes not correct\n* [8.2.4659](https://github.com/vim/vim/commit/96e08e028cbcda23dccf83de6b71b3c6bf1f9d4a): invalid memory access when using printable function name\n* [8.2.4658](https://github.com/vim/vim/commit/3a6f952cc87065a4cf1f6502b2054ba99fdf45ed): org-mode files are not recognized\n* [8.2.4657](https://github.com/vim/vim/commit/a6c18d38ca2df0a92403f2265a480d9dba08290f): errors for functions are sometimes hard to read\n* [8.2.4656](https://github.com/vim/vim/commit/ccbfd4883f0385a1d84cc87785ddcc86185b4ad9): Vim9: can't use item from "import autoload" with autoload dir\n* [8.2.4655](https://github.com/vim/vim/commit/1104a6d0c2004d39e9b6cb8f804d12b628a69869): cmdline completion popup menu positioned wrong\n* [8.2.4654](https://github.com/vim/vim/commit/49d008d96b80d17e9770b066031aaaf9495761e2): missing changes for import check\n* [8.2.4653](https://github.com/vim/vim/commit/4dea2d92e4c308b064ed1dd7b2ba7527a0d6b0a0): "import autoload" does not check the file name\n* [8.2.4652](https://github.com/vim/vim/commit/d1d2684c8006105444d249e846576c23d79ad4ee): leaking memory if assignment fails\n* [8.2.4651](https://github.com/vim/vim/commit/1712518f4808eb0bb59c8895aa0c17c3f04572a7): test fails because path differs\n* [8.2.4650](https://github.com/vim/vim/commit/c0ceeeb839b8c6bebd3a2abd1c07d40ec3c6edca): "import autoload" only works with using 'runtimepath'\n* [8.2.4649](https://github.com/vim/vim/commit/b4ad3b0deac12674a7773311890b48fd39c6807c): various formatting problems\n* [Update runtime files](https://github.com/vim/vim/commit/46eea444d992c2ae985cabb775a5d283f8e16df3)\n* [8.2.4648](https://github.com/vim/vim/commit/9247a221ce7800c0ae1b3487112d314b8ab79f53): handling LSP messages is a bit slow
1+
* [8.2.4710](https://github.com/vim/vim/commit/ac72c21da696cf6c31630a9e5ff4c0d3e2049c11): smart indenting does not work after completion\n* [8.2.4709](https://github.com/vim/vim/commit/5017c66bd461eab46094e076ad1aa818e246ce9d): after :redraw the statusline highlight might be used\n* [8.2.4708](https://github.com/vim/vim/commit/177847e67a495f80a15b6dfd0a3fcd151b44249e): PHP test files are not recognized\n* [8.2.4707](https://github.com/vim/vim/commit/8c9796085071950f9a03ca0fe116608e4f86aac2): redrawing could be a bit more efficient\n* [8.2.4706](https://github.com/vim/vim/commit/6a06940f8ae7283999c83ccdf268540220573105): buffer remains active with WinClosed and tabpages\n* [8.2.4705](https://github.com/vim/vim/commit/6d4e725a3447af6f69305fdc9f1e1ff8d82e3863): jump list marker disappears\n* [8.2.4704](https://github.com/vim/vim/commit/f26c16144ddb27642c09f2cf5271afd163b36306): using "else" after return or break increases indent\n* [8.2.4703](https://github.com/vim/vim/commit/cb49a1d934d38cbc0d445af59b71ffe45cbcae75): memory leak in handling 'cinscopedecls'\n* [8.2.4702](https://github.com/vim/vim/commit/3506cf34c17c5eae6c2d1317db1fcd5a8493c288): C++ scope labels are hard-coded\n* [8.2.4701](https://github.com/vim/vim/commit/3ad2090316edc85e93094bba7af64f9991cc7f85): Kuka Robot Language files not recognized\n* [8.2.4700](https://github.com/vim/vim/commit/c947b9ae419114ebfef9725814ea41a466fcf879): buffer remains active if WinClosed event throws an exception\n* [8.2.4699](https://github.com/vim/vim/commit/75a0f3c011dfbafd2d60e87d4b2b07572df3e3ec): hard to reproduce hang when reading from a channel\n* [8.2.4698](https://github.com/vim/vim/commit/aa7d0c233532fb9d8c2876ea8e978a82b12c377f): Vim9: script variable has no flag that it was set\n* [8.2.4697](https://github.com/vim/vim/commit/0d1f55c044610f627b1617e4cfbf6e094ff60921): Vim9: crash when adding a duplicate key to a dictionary\n* [8.2.4696](https://github.com/vim/vim/commit/478700336d1c72e133b8ff6841e968c1bb1658ed): delete() with "rf" argument does not report a failure\n* [8.2.4695](https://github.com/vim/vim/commit/beb0ef1ab2dbd9760345e3e03647b93914591d56): JSON encoding could be faster\n* [8.2.4694](https://github.com/vim/vim/commit/02560424bf838cadc8c19294af6b6b6c383ab291): avoidance of #elif causes more preproc nesting\n* [8.2.4693](https://github.com/vim/vim/commit/72bb10df1fb3eb69bc91f5babfb8881ce098cba1): new regexp does not accept pattern "\%>0v"\n* [8.2.4692](https://github.com/vim/vim/commit/0f68e6c07aaf62c034a242f183b93c1bb44e7f93): no test for what 8.2.4691 fixes\n* [8.2.4691](https://github.com/vim/vim/commit/ca9d8d2cb9fc6b9240f2a74ccd36f9d966488294): solution for \<Cmd> in a mapping causes trouble\n* [8.2.4690](https://github.com/vim/vim/commit/1b76a8dfe21903d6f3ff190e84f3690ee7a73643): channel tests fail on MS-Windows\n* [8.2.4689](https://github.com/vim/vim/commit/d0fb2d804183c2786578b4c32ba5b92938f93d0e): using \<Cmd> in a mapping does not work for mouse keys\n* [8.2.4688](https://github.com/vim/vim/commit/91ff3d4f52a55a7c37a52aaad524cd9dd12efae4): new regexp engine does not give an error for "\%v"\n* [8.2.4687](https://github.com/vim/vim/commit/e8a4c0d91f89544e4f94b7bd612b5fb780944c33): "vimgrep /\%v/ \*" may cause a crash\n* [8.2.4686](https://github.com/vim/vim/commit/b471690fad5f40f74aca488b13669641fb2b9de1): configure doesn't find the Motif library with Cygwin\n* [8.2.4685](https://github.com/vim/vim/commit/188639d75c363dffaf813e8e2209f7350ad1e871): when a swap file is found for a popup there is no dialog\n* [8.2.4684](https://github.com/vim/vim/commit/cc766a85f460ebb7f8c915508447548b5f5b99bc): cannot open a channel on a Unix domain socket\n* [8.2.4683](https://github.com/vim/vim/commit/4829c1c9e9095a3303caec9af7d02f6547f6df0e): verbose check with dict\_find() to see if a key is present\n* [8.2.4682](https://github.com/vim/vim/commit/7a411a306f90339d8686e42ac16e1ae4fc7533c5): Vim9: can use :unlockvar for const variable\n* [8.2.4681](https://github.com/vim/vim/commit/15f74fab653a784548d5d966644926b47ba2cfa7): build fails with a combination of features\n* [8.2.4680](https://github.com/vim/vim/commit/242c152c08edbfaf17e8ae0b5d82841beabfa21a): build failure without +postscript\n* [8.2.4679](https://github.com/vim/vim/commit/2b74b6805b5c8c4836b66df5d949f5ff6a77f8c7): cannot have expandcmd() give an error message for mistakes\n* [8.2.4678](https://github.com/vim/vim/commit/1061195057c4518877cb6da7591eadff9db14598): Vim9: not all code is tested\n* [8.2.4677](https://github.com/vim/vim/commit/0b962e5685edd41b55d5427b894797e725707639): the Athena GUI support is outdated\n* [8.2.4676](https://github.com/vim/vim/commit/292e1b9f681054a1de8fa22315ae6eedd7acb205): test fails with different error\n* [8.2.4675](https://github.com/vim/vim/commit/fa010cdfb115fd2f6bae7ea6f6e63be906b5e347): no error for missing expression after :elseif\n* [8.2.4674](https://github.com/vim/vim/commit/c4cb544cd5beaa864b3893e4b8d0085393c7dbce): cannot force getting MouseMove events\n* [8.2.4673](https://github.com/vim/vim/commit/8ef6997e2d90808dec033373c96dda68843af12e): redrawing a split window is slow when using CTRL-F and CTRL-B\n* [8.2.4672](https://github.com/vim/vim/commit/ce416b453a849c837f9f6ffc91dd4792d84e1bfd): using :normal with Ex mode may make :substitute hang\n* [8.2.4671](https://github.com/vim/vim/commit/a3157a476bfa8c3077d510cc8400093c0d115df5): 'wildignorecase' is sometimes not used for glob()\n* [8.2.4670](https://github.com/vim/vim/commit/72bb47e38f6805050ed6d969f17591bed71f83d4): memory allocation failures for new tab page not tested\n* [8.2.4669](https://github.com/vim/vim/commit/58f331a05f5b7bdddf04e68b6e51a827fd0c43f0): in compiled code len('string') is not inlined\n* [8.2.4668](https://github.com/vim/vim/commit/0dac1ab5791819ee9a496273eea38f69a217ac45): buffer allocation failures insufficiently tested\n* [8.2.4667](https://github.com/vim/vim/commit/5018a836c030988944a9bbe2fd2e538bf5261a72): expandcmd() fails on an error\n* [8.2.4666](https://github.com/vim/vim/commit/97f8c1081ec6d6d158bb51e18fa23a36d3ed5623): Vim9: assignment not recognized in skipped block\n* [8.2.4665](https://github.com/vim/vim/commit/eabddc425ea23fb91b3b0058ff01e9e4ede53351): popup with "minwidth" and scrollbar not updated properly\n* [8.2.4664](https://github.com/vim/vim/commit/c1658a196bb05dd96562fd0a92409be2201b62e9): Elvish files are not recognized\n* [8.2.4663](https://github.com/vim/vim/commit/17fa233f6f88587d35310b76f48c5a26642c470a): occasional crash when running the GUI tests\n* [8.2.4662](https://github.com/vim/vim/commit/22ebd172e48ba060c8a7bae3dbf6480b7596d937): no error for using out of range list index\n* [8.2.4661](https://github.com/vim/vim/commit/ffe6e646dc6aede3bce062e40256ce0edc64bc08): Coverity warning for using uninitialized variable\n* [8.2.4660](https://github.com/vim/vim/commit/782c6744b49b30d9460ed00d4773666e42e07163): cursorcolumn is sometimes not correct\n* [8.2.4659](https://github.com/vim/vim/commit/96e08e028cbcda23dccf83de6b71b3c6bf1f9d4a): invalid memory access when using printable function name\n* [8.2.4658](https://github.com/vim/vim/commit/3a6f952cc87065a4cf1f6502b2054ba99fdf45ed): org-mode files are not recognized\n* [8.2.4657](https://github.com/vim/vim/commit/a6c18d38ca2df0a92403f2265a480d9dba08290f): errors for functions are sometimes hard to read\n* [8.2.4656](https://github.com/vim/vim/commit/ccbfd4883f0385a1d84cc87785ddcc86185b4ad9): Vim9: can't use item from "import autoload" with autoload dir\n* [8.2.4655](https://github.com/vim/vim/commit/1104a6d0c2004d39e9b6cb8f804d12b628a69869): cmdline completion popup menu positioned wrong\n* [8.2.4654](https://github.com/vim/vim/commit/49d008d96b80d17e9770b066031aaaf9495761e2): missing changes for import check\n* [8.2.4653](https://github.com/vim/vim/commit/4dea2d92e4c308b064ed1dd7b2ba7527a0d6b0a0): "import autoload" does not check the file name\n* [8.2.4652](https://github.com/vim/vim/commit/d1d2684c8006105444d249e846576c23d79ad4ee): leaking memory if assignment fails\n* [8.2.4651](https://github.com/vim/vim/commit/1712518f4808eb0bb59c8895aa0c17c3f04572a7): test fails because path differs\n* [8.2.4650](https://github.com/vim/vim/commit/c0ceeeb839b8c6bebd3a2abd1c07d40ec3c6edca): "import autoload" only works with using 'runtimepath'\n* [8.2.4649](https://github.com/vim/vim/commit/b4ad3b0deac12674a7773311890b48fd39c6807c): various formatting problems\n* [Update runtime files](https://github.com/vim/vim/commit/46eea444d992c2ae985cabb775a5d283f8e16df3)\n* [8.2.4648](https://github.com/vim/vim/commit/9247a221ce7800c0ae1b3487112d314b8ab79f53): handling LSP messages is a bit slow

0 commit comments

Comments
 (0)