-
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.
* 9.1.0787: cursor position changed when using hidden terminal * 9.1.0786: tests: quickfix update test does not test location list
- Loading branch information
1 parent
02df91e
commit 7e15b06
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): 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) | ||
* [9.1.0787](https://github.com/vim/vim/commit/991657e87db9a6212e14b10594ca0a008d1ccd1c): cursor position changed when using hidden terminal\n* [9.1.0786](https://github.com/vim/vim/commit/6a1deaf5adf4dddea0d27a7f18792ae8d870805e): tests: quickfix update test does not test location list |
Submodule vim
updated
4 files
+3 −0 | src/terminal.c | |
+18 −9 | src/testdir/test_quickfix.vim | |
+25 −0 | src/testdir/test_terminal3.vim | |
+4 −0 | src/version.c |