-
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(vim): update base-syntax after v9.1.0936 * 9.1.0942: a few typos were found * 9.1.0941: ComplMatchIns doesn't work after multibyte chars * runtime(doc): Fix style in fold.txt * ci: Update macOS from macos-14 to macos-15 * translation(sv): Fix typo in Swedish translation * 9.1.0940: Wrong cursor shape with "gq" and 'indentexpr' executes :normal * runtime(doc): fix some small errors * 9.1.0939: make installtutor fails
- Loading branch information
1 parent
af5dfdb
commit dee3b0b
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.0938](https://github.com/vim/vim/commit/bb955894734b287abfadd3a25786a42038d18d61): exclusive selection not respected when re-selecting block mode\n* [9.1.0937](https://github.com/vim/vim/commit/381ff7726efee9a0a7c2f79e01340fa972cafdfd): test\_undolist() is flaky\n* [9.1.0936](https://github.com/vim/vim/commit/6a38aff218f5b99a1aed7edaa357df24b9092734): cannot highlight completed text\n* [9.1.0935](https://github.com/vim/vim/commit/368ef5a48c7a41af7fe2c32a5d5659e23aff63d0): SpotBugs compiler can be improved\n* [9.1.0934](https://github.com/vim/vim/commit/a2a2fe841ed2efdbb1f8055f752a3a4d0988ae9d): hard to view an existing buffer in the preview window\n* [runtime(doc): document how to minimize fold computation costs](https://github.com/vim/vim/commit/3920bb4356aa7324a4be1071c87524a2f921d921)\n* [9.1.0933](https://github.com/vim/vim/commit/468db1f8af178d89149b6bc01f1d0202cb86aac2): Vim9: vim9compile.c can be further improved\n* [9.1.0932](https://github.com/vim/vim/commit/3f7d584e967e28ca9d3dab0b4726106bbcb5094d): new Italian tutor not installed\n* [runtime(doc): fix a few minor errors from the last doc updates](https://github.com/vim/vim/commit/0a4e57f44abc05033f839b4538efee8120f7d967) | ||
* [runtime(vim): update base-syntax after v9.1.0936](https://github.com/vim/vim/commit/21c37d7f695077efe6df57806ff35da79adce1d5)\n* [9.1.0942](https://github.com/vim/vim/commit/d32bf0a06762f9ad08334d67b4d7f235f87f9063): a few typos were found\n* [9.1.0941](https://github.com/vim/vim/commit/f4ccada5c372b2c14cc32490860c6995cd00268c): ComplMatchIns doesn't work after multibyte chars\n* [runtime(doc): Fix style in fold.txt](https://github.com/vim/vim/commit/a977883ef336f83102dc0a1edbfc999e6b5c129c)\n* [ci: Update macOS from macos-14 to macos-15](https://github.com/vim/vim/commit/38281e1b96d620748d212e52c3ae3c09dd8374a4)\n* [translation(sv): Fix typo in Swedish translation](https://github.com/vim/vim/commit/98874dca6d0b60ccd6fc3a140b3ec1cc3e560f95)\n* [9.1.0940](https://github.com/vim/vim/commit/6c3027744e71937b24829135ba072090d7d52bc3): Wrong cursor shape with "gq" and 'indentexpr' executes :normal\n* [runtime(doc): fix some small errors](https://github.com/vim/vim/commit/9c3330de283b6ffd9ce033b665585f18cf0b972a)\n* [9.1.0939](https://github.com/vim/vim/commit/3353833f891cd4a79f57a0e88dc68543a05d11ce): make installtutor fails |
Submodule vim
updated
20 files
+5 −5 | .github/workflows/ci.yml | |
+20 −16 | runtime/doc/fold.txt | |
+3 −3 | runtime/doc/motion.txt | |
+2 −2 | runtime/doc/pi_tutor.txt | |
+4 −3 | runtime/doc/usr_01.txt | |
+3 −3 | runtime/syntax/vim.vim | |
+2 −1 | src/Makefile | |
+12 −15 | src/drawline.c | |
+3 −3 | src/insexpand.c | |
+12,591 −4,265 | src/po/sv.po | |
+4 −4 | src/testdir/dumps/Test_pum_matchins_01.dump | |
+4 −4 | src/testdir/dumps/Test_pum_matchins_02.dump | |
+4 −4 | src/testdir/dumps/Test_pum_matchins_03.dump | |
+2 −2 | src/testdir/dumps/Test_pum_matchins_04.dump | |
+2 −2 | src/testdir/dumps/Test_pum_matchins_05.dump | |
+49 −0 | src/testdir/test_indent.vim | |
+6 −6 | src/testdir/test_popup.vim | |
+1 −1 | src/testdir/test_vim9_class.vim | |
+11 −0 | src/textformat.c | |
+8 −0 | src/version.c |