From f8d25a9b1ee7f2c0dc547ca845cc0b07651db9c9 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 13 Oct 2022 00:00:33 +0200 Subject: [PATCH] vim: Import v9.0.0735 * 9.0.0735: breakindent and scrolloff tests fail * 9.0.0734: cursor position invalid when scrolling with 'smoothscroll' * 9.0.0733: use of strftime() is not safe * 9.0.0732: no check for white space before and after "=<<" * 9.0.0731: clang-tidy configuration files are not recognized * 9.0.0730: startup test fails with right-left feature * 9.0.0729: the rightleft and arabic features are disabled * 9.0.0728: extend() test fails * 9.0.0727: help in the repository differs from patched version too much * 9.0.0726: looping over list of lists works in script, not in function * 9.0.0725: virtual text "after" wraps to next line when 'wrap' is off * 9.0.0724: closure in compiled function gets same variable in block * 9.0.0723: extra empty line below virtual text when 'list' is set * 9.0.0722: virtual text "after" does not show with 'list' set * 9.0.0721: virtual text "above" with padding not displayed correctly * 9.0.0720: MS-Windows GUI may have pixel dust from antialiasing --- gitlog.txt | 2 +- vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlog.txt b/gitlog.txt index 32e8d840..25b0ee18 100644 --- a/gitlog.txt +++ b/gitlog.txt @@ -1 +1 @@ -* [9.0.0727](https://github.com/vim/vim/commit/7c6cd443757348aa987eed87506549ab6b2079fe): help in the repository differs from patched version too much\n* [9.0.0726](https://github.com/vim/vim/commit/159b2d5bfc4edc013024e8c996141d37542ebc15): looping over list of lists works in script, not in function\n* [9.0.0725](https://github.com/vim/vim/commit/7e017461e21ac534f8a0d59c1165d11358c69d87): virtual text "after" wraps to next line when 'wrap' is off\n* [9.0.0724](https://github.com/vim/vim/commit/a275f2cdcc4353e7653a69c7c818422db5da599d): closure in compiled function gets same variable in block\n* [9.0.0723](https://github.com/vim/vim/commit/a9a364872e41932990aba1787af65f67c7e14917): extra empty line below virtual text when 'list' is set\n* [9.0.0722](https://github.com/vim/vim/commit/877151b3d8f6dacca56ce8e7f20fa5b27142d782): virtual text "after" does not show with 'list' set\n* [9.0.0721](https://github.com/vim/vim/commit/9466fb8001227a4bc9045e91045426bc40680366): virtual text "above" with padding not displayed correctly\n* [9.0.0720](https://github.com/vim/vim/commit/0c502d2e7031611788c301c7da0896f0fd9515fd): MS-Windows GUI may have pixel dust from antialiasing +* [9.0.0735](https://github.com/vim/vim/commit/e42033e735febb163fdc57aadbc11787ca611ba9): breakindent and scrolloff tests fail\n* [9.0.0734](https://github.com/vim/vim/commit/2fbabd238a94022c99506e920186a5b6cdf15426): cursor position invalid when scrolling with 'smoothscroll'\n* [9.0.0733](https://github.com/vim/vim/commit/84d14ccdb50dc9f362066a2c83bfaf331314e5ea): use of strftime() is not safe\n* [9.0.0732](https://github.com/vim/vim/commit/d987642626f84fe2f0b32a1ca5ede31b436ce677): no check for white space before and after "=\<\<"\n* [9.0.0731](https://github.com/vim/vim/commit/af40f9af335e0c8b167eac31ceace45b6a2e0565): clang-tidy configuration files are not recognized\n* [9.0.0730](https://github.com/vim/vim/commit/9ce7915d0667e6cb8f930634473f0caf2967f4e3): startup test fails with right-left feature\n* [9.0.0729](https://github.com/vim/vim/commit/ae906c8b1bf023f4a15f38b4abef9dedc2f18467): the rightleft and arabic features are disabled\n* [9.0.0728](https://github.com/vim/vim/commit/a4962cd7bac8464d9f8d95d37614ecf595c5487e): extend() test fails\n* [9.0.0727](https://github.com/vim/vim/commit/7c6cd443757348aa987eed87506549ab6b2079fe): help in the repository differs from patched version too much\n* [9.0.0726](https://github.com/vim/vim/commit/159b2d5bfc4edc013024e8c996141d37542ebc15): looping over list of lists works in script, not in function\n* [9.0.0725](https://github.com/vim/vim/commit/7e017461e21ac534f8a0d59c1165d11358c69d87): virtual text "after" wraps to next line when 'wrap' is off\n* [9.0.0724](https://github.com/vim/vim/commit/a275f2cdcc4353e7653a69c7c818422db5da599d): closure in compiled function gets same variable in block\n* [9.0.0723](https://github.com/vim/vim/commit/a9a364872e41932990aba1787af65f67c7e14917): extra empty line below virtual text when 'list' is set\n* [9.0.0722](https://github.com/vim/vim/commit/877151b3d8f6dacca56ce8e7f20fa5b27142d782): virtual text "after" does not show with 'list' set\n* [9.0.0721](https://github.com/vim/vim/commit/9466fb8001227a4bc9045e91045426bc40680366): virtual text "above" with padding not displayed correctly\n* [9.0.0720](https://github.com/vim/vim/commit/0c502d2e7031611788c301c7da0896f0fd9515fd): MS-Windows GUI may have pixel dust from antialiasing diff --git a/vim b/vim index 7c6cd443..e42033e7 160000 --- a/vim +++ b/vim @@ -1 +1 @@ -Subproject commit 7c6cd443757348aa987eed87506549ab6b2079fe +Subproject commit e42033e735febb163fdc57aadbc11787ca611ba9