-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0457: tests: test_gui fails on Wayland * 9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0 * runtime(doc): clarify 'shortmess' flag "S" * 9.1.0455: MS-Windows: compiler warning for size_t to int conversion * runtime(doc): include some vim9 script examples in the help
- 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 @@ | ||
* [runtime(doc): include some vim9 script examples in the help](https://github.com/vim/vim/commit/bad9577b9ae7a6ab61ec636aaa1ed7d446ef5db9)\n* [9.1.0454](https://github.com/vim/vim/commit/f3dd6f617c65a9b939697362efe6833eb2778612): minor issues in test\_filetype with rasi test\n* [9.1.0453](https://github.com/vim/vim/commit/280e5b13ca568ed592a894140bf1ac74356f4b33): filetype: rasi files are not recognized\n* [runtime(java): Improve the matching of lambda expressions (#14880)](https://github.com/vim/vim/commit/7129f2ad2fd9de3e3812a569ba3ad6bf162fd238) | ||
* [9.1.0457](https://github.com/vim/vim/commit/e5bc2e4bc9e7456daef480dd422252dbf444c58c): tests: test\_gui fails on Wayland\n* [9.1.0456](https://github.com/vim/vim/commit/88d4f255b7b7a19bb4f6489e0ad0956e47d51fed): Left shift is incorrect with vartabstop and shiftwidth=0\n* [runtime(doc): clarify 'shortmess' flag "S"](https://github.com/vim/vim/commit/e299591498a20c5c587364e4df57f947dfc02897)\n* [9.1.0455](https://github.com/vim/vim/commit/16b63bd002d48fa0b04f27cf3ccca894e14db378): MS-Windows: compiler warning for size\_t to int conversion\n* [runtime(doc): include some vim9 script examples in the help](https://github.com/vim/vim/commit/bad9577b9ae7a6ab61ec636aaa1ed7d446ef5db9) |
Submodule vim
updated
11 files
+2 −2 | runtime/doc/eval.txt | |
+8 −4 | runtime/doc/options.txt | |
+6 −5 | src/edit.c | |
+2 −2 | src/evalfunc.c | |
+33 −14 | src/indent.c | |
+3 −3 | src/insexpand.c | |
+12 −12 | src/ops.c | |
+3 −3 | src/proto/indent.pro | |
+1 −1 | src/testdir/test_gui.vim | |
+59 −0 | src/testdir/test_vartabs.vim | |
+6 −0 | src/version.c |