-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.1057: Superfluous cleanup steps in test_ins_complete.vim * runtime(netrw): correct wrong version check * 9.1.1056: Vim doesn't highlight to be inserted text when completing * runtime(netrw): upstream snapshot of v176 * runtime(dist/vim9): fix regressions in dist#vim9#Open * runtime(hyprlang): fix string recognition
- Loading branch information
1 parent
5ee46cb
commit 6e0a17e
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.1056](https://github.com/vim/vim/commit/edd4ac3e895ce16034c7e098f1d68e0155d97886): Vim doesn't highlight to be inserted text when completing\n* [runtime(netrw): upstream snapshot of v176](https://github.com/vim/vim/commit/ec961b05dcc1efb0a234f6d0b31a0945517e75d2)\n* [runtime(dist/vim9): fix regressions in dist#vim9#Open](https://github.com/vim/vim/commit/766801295df78193a93712cd53b73e103f95e445)\n* [runtime(hyprlang): fix string recognition](https://github.com/vim/vim/commit/a5d19aa44d97151d572362a24efccbfa09d560ae) | ||
* [9.1.1057](https://github.com/vim/vim/commit/8297e2cee337c626c6691e81b25e1f1897c71b86): Superfluous cleanup steps in test\_ins\_complete.vim\n* [runtime(netrw): correct wrong version check](https://github.com/vim/vim/commit/6d6ec2ee054b93ea7705a584607956d06dadfe35)\n* [9.1.1056](https://github.com/vim/vim/commit/edd4ac3e895ce16034c7e098f1d68e0155d97886): Vim doesn't highlight to be inserted text when completing\n* [runtime(netrw): upstream snapshot of v176](https://github.com/vim/vim/commit/ec961b05dcc1efb0a234f6d0b31a0945517e75d2)\n* [runtime(dist/vim9): fix regressions in dist#vim9#Open](https://github.com/vim/vim/commit/766801295df78193a93712cd53b73e103f95e445)\n* [runtime(hyprlang): fix string recognition](https://github.com/vim/vim/commit/a5d19aa44d97151d572362a24efccbfa09d560ae) |
Submodule vim
updated
5 files
+5 −0 | runtime/pack/dist/opt/netrw/autoload/netrw.vim | |
+0 −5 | runtime/plugin/netrwPlugin.vim | |
+6 −5 | src/insexpand.c | |
+1 −5 | src/testdir/test_ins_complete.vim | |
+2 −0 | src/version.c |