-
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.
* translation(it): add Italian translation for the interactive tutor * runtime(doc): update the change.txt help file * runtime(help): Add Vim lang annotation support for codeblocks * 9.1.0931: ml_get error in terminal buffer * 9.1.0930: tests: test_terminal2 may hang in GUI mode * 9.1.0929: filetype: lalrpop files are not recognized * 9.1.0928: tests: test_popupwin fails because the filter command fails * editorconfig: set trim_trailing_whitespace = false for src/testdir/test*.vim
- Loading branch information
1 parent
6e7af3d
commit ad40334
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.1.0927](https://github.com/vim/vim/commit/6e19993991cfbea2e00435cc706a15ba7e766c55): style issues in insexpand.c\n* [9.1.0926](https://github.com/vim/vim/commit/7d1bb90dcf711c732a49e0a45e56028a4853a17d): filetype: Pixi lock files are not recognized\n* [runtime(doc): Add a reference to |++opt| and |+cmd| at \`:h :pedit\`](https://github.com/vim/vim/commit/fbe9a6903a5b66d5b546a5a080726cba50372df5)\n* [runtime(doc): add a note about inclusive motions and exclusive selection](https://github.com/vim/vim/commit/ed89206efe404a94e8424ccfe03c978fd93470f1)\n* [9.1.0925](https://github.com/vim/vim/commit/e203841e0dbae2851e23f87f5bd89a458895d0d6): Vim9: expression compiled when not necessary | ||
* [translation(it): add Italian translation for the interactive tutor](https://github.com/vim/vim/commit/b100477190caa8680df0bf19951b79d65665aa7d)\n* [runtime(doc): update the change.txt help file](https://github.com/vim/vim/commit/41d6de2974429f5fc76fbeacc233a1fa66c6f869)\n* [runtime(help): Add Vim lang annotation support for codeblocks](https://github.com/vim/vim/commit/6fea0a54804fc36ab7138a66210b0eb380d96198)\n* [9.1.0931](https://github.com/vim/vim/commit/3a3a2c921c78a12eac35ef6d6b9cceb117fcc7e1): ml\_get error in terminal buffer\n* [9.1.0930](https://github.com/vim/vim/commit/b34622579ca2ffa701ea6cf27a09b17bf74e6f62): tests: test\_terminal2 may hang in GUI mode\n* [9.1.0929](https://github.com/vim/vim/commit/5a2e0cf5f11c611c9b01f1bd6e7294edf0dd2bf4): filetype: lalrpop files are not recognized\n* [9.1.0928](https://github.com/vim/vim/commit/b48108d58ea30ba72b635af6ae8d888e7f0fe223): tests: test\_popupwin fails because the filter command fails\n* [editorconfig: set trim\_trailing\_whitespace = false for src/testdir/test\*.vim](https://github.com/vim/vim/commit/3c5d782dbc61c9328ef0cd906dab2b043dc084a9) |
Submodule vim
updated
17 files
+4 −0 | .editorconfig | |
+8 −9 | runtime/doc/change.txt | |
+8 −2 | runtime/doc/helphelp.txt | |
+1 −0 | runtime/doc/tags | |
+4 −1 | runtime/doc/various.txt | |
+3 −0 | runtime/filetype.vim | |
+15 −3 | runtime/syntax/help.vim | |
+1,029 −0 | runtime/tutor/it/vim-01-beginner.tutor | |
+45 −0 | runtime/tutor/it/vim-01-beginner.tutor.json | |
+3 −1 | src/gui_gtk_x11.c | |
+1 −1 | src/testdir/dumps/Test_popup_setbuf_04.vim | |
+1 −1 | src/testdir/dumps/Test_popup_setbuf_05.vim | |
+1 −1 | src/testdir/dumps/Test_popup_setbuf_06.vim | |
+1 −0 | src/testdir/test_filetype.vim | |
+44 −0 | src/testdir/test_terminal2.vim | |
+8 −0 | src/version.c | |
+4 −0 | src/window.c |