-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Submodule vim
updated
22 files
+5 −0 | runtime/doc/rileft.txt | |
+3 −0 | runtime/filetype.vim | |
+3 −0 | src/edit.c | |
+10 −3 | src/evalvars.c | |
+3 −13 | src/feature.h | |
+85 −3 | src/move.c | |
+1 −0 | src/normal.c | |
+1 −0 | src/proto/move.pro | |
+1 −0 | src/structs.h | |
+1 −1 | src/testdir/dumps/Test_smooth_long_8.dump | |
+5 −5 | src/testdir/dumps/Test_smooth_long_9.dump | |
+6 −0 | src/testdir/dumps/Test_smooth_one_long_1.dump | |
+6 −0 | src/testdir/dumps/Test_smooth_one_long_2.dump | |
+2 −1 | src/testdir/test_breakindent.vim | |
+1 −1 | src/testdir/test_filetype.vim | |
+4 −2 | src/testdir/test_normal.vim | |
+21 −0 | src/testdir/test_scroll_opt.vim | |
+3 −1 | src/testdir/test_startup.vim | |
+19 −0 | src/testdir/test_vim9_assign.vim | |
+2 −2 | src/testdir/test_vim9_builtin.vim | |
+20 −11 | src/time.c | |
+16 −0 | src/version.c |