-
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.
* runtime(syntax-tests): Facilitate the viewing of rendered screendumps * runtime(doc): fix a few style issues
- Loading branch information
1 parent
81e7625
commit 1eca261
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.0672](https://github.com/vim/vim/commit/8d02e5cf961b06da5bc490ac5972bcbc252c4793): marker folds may get corrupted on undo\n* [Problem: crash with WinNewPre autocommand](https://github.com/vim/vim/commit/fb3f9699362f8d51c3b48fcaea1eb2ed16c81454)\n* [9.1.0670](https://github.com/vim/vim/commit/e20aeb875c5da145922696823d893de5f61807ae): po file encoding fails on \*BSD during make\n* [translation(it): Update Italian translation](https://github.com/vim/vim/commit/659713da338fc758317e4e600170b02887ae3727)\n* [translation: Stop using msgconv](https://github.com/vim/vim/commit/26306873150cfd717aea09164ee6046138ed77ff)\n* [9.1.0669](https://github.com/vim/vim/commit/1c032e36a689932e58a2b3f0b0c890c773ca00d8): if\_python: stable python ABI not used by default\n* [Update .gitignore and .hgignore files](https://github.com/vim/vim/commit/3383ed7e2446a4d977250360c45c568296110615) | ||
* [runtime(syntax-tests): Facilitate the viewing of rendered screendumps](https://github.com/vim/vim/commit/d33afe12c6639d70fca82230df6b9fdee7365423)\n* [runtime(doc): fix a few style issues](https://github.com/vim/vim/commit/90e1fe4b76ece24e5182ba5a5fa1240462276dce) |
Submodule vim
updated
9 files
+3 −3 | .github/actions/screendump/action.yml | |
+1 −0 | Filelist | |
+3 −3 | runtime/doc/autocmd.txt | |
+2 −2 | runtime/doc/options.txt | |
+3 −2 | runtime/doc/repeat.txt | |
+25 −0 | runtime/syntax/testdir/README.txt | |
+7 −1 | runtime/syntax/testdir/runtest.vim | |
+77 −0 | runtime/syntax/testdir/viewdumps.vim | |
+7 −0 | src/testdir/README.txt |