-
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(doc): add some docs for file-watcher programs * CI: uploading failed screendumps still fails on Cirrus CI * 9.1.0785: cannot preserve error position when setting quickfix list * 9.1.0784: there are several problems with python 3.13 * 9.1.0783: 'spell' option setting has problems * 9.1.0782: tests: using wrong neomuttlog file name * runtime(doc): add preview flag to statusline example
- Loading branch information
1 parent
045cded
commit 02df91e
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.0781](https://github.com/vim/vim/commit/7d755d8ef328a3eced18c57ea1b569898cc448a2): tests: test\_filetype fails\n* [9.1.0780](https://github.com/vim/vim/commit/b516598092b37be5b486373b44fbc5a26ef54540): MS-Windows: incorrect Win32 error checking\n* [9.1.0779](https://github.com/vim/vim/commit/a2aa921f767da17d4b619f41b7a1210c762c91e2): filetype: neomuttlog files are not recognized\n* [9.1.0778](https://github.com/vim/vim/commit/0f146b7925178a5bdfdc8e07642976f0b76d9612): filetype: lf config files are not recognized\n* [runtime(comment): fix commment toggle with mixed tabs & spaces](https://github.com/vim/vim/commit/f64bafd98a775de4b8a762c411ee11d6411bba7d)\n* [runtime(misc): Use consistent "Vim script" spelling](https://github.com/vim/vim/commit/a4205471adae39c80fb7f151a4f33051fcb80001)\n* [runtime(gleam): add ftplugin for gleam files](https://github.com/vim/vim/commit/6e918538b117c8c0b87a3d30300e8bbd073d652c)\n* [runtime(doc): link help-writing from write-local-help](https://github.com/vim/vim/commit/5dcee3c723b817fcd14c9abc7435e5cc4c0fc862) | ||
* [runtime(doc): add some docs for file-watcher programs](https://github.com/vim/vim/commit/5bcfb5a30cfd8e8574061bdd82a192f47aae09b5)\n* [CI: uploading failed screendumps still fails on Cirrus CI](https://github.com/vim/vim/commit/793c3151152861d3fcfac06ad762bb0d7190cab1)\n* [9.1.0785](https://github.com/vim/vim/commit/27fbf6e5e8bee5c6b61819a5e82a0b50b265f0b0): cannot preserve error position when setting quickfix list\n* [9.1.0784](https://github.com/vim/vim/commit/83a06705dcfb10e13a75eace6319cb77b6af4d29): there are several problems with python 3.13\n* [9.1.0783](https://github.com/vim/vim/commit/322ad0c953b7a3023cd2a65db61d05e180a5d682): 'spell' option setting has problems\n* [9.1.0782](https://github.com/vim/vim/commit/0c59c3027199ce593f6612d7cd418f375933c7cb): tests: using wrong neomuttlog file name\n* [runtime(doc): add preview flag to statusline example](https://github.com/vim/vim/commit/7b5e52d16fb457c90cc44340a6190712aab7e03b) |
Submodule vim
updated
19 files
+2 −2 | .cirrus.yml | |
+3 −1 | runtime/doc/builtin.txt | |
+10 −1 | runtime/doc/editing.txt | |
+5 −4 | runtime/doc/options.txt | |
+1 −0 | runtime/doc/tags | |
+3 −1 | runtime/doc/version9.txt | |
+4 −4 | src/if_py_both.h | |
+5 −0 | src/if_python3.c | |
+1 −1 | src/option.c | |
+2 −2 | src/optionstr.c | |
+1 −1 | src/proto/spell.pro | |
+115 −15 | src/quickfix.c | |
+16 −17 | src/spell.c | |
+5 −1 | src/testdir/gen_opt_test.vim | |
+1 −1 | src/testdir/test_filetype.vim | |
+9 −5 | src/testdir/test_python3.vim | |
+91 −0 | src/testdir/test_quickfix.vim | |
+1 −1 | src/testdir/test_spellfile.vim | |
+8 −0 | src/version.c |