-
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.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
b6748bb
commit 5ee46cb
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.1055](https://github.com/vim/vim/commit/04cc8975930b7b2c5d6753d3eddf57dab2816518): make install fails because of a missing dependency\n* [runtime(asm): add byte directives to syntax script](https://github.com/vim/vim/commit/db23436b92a1b08e91146ef462482f2c1a79dfe8)\n* [9.1.1054](https://github.com/vim/vim/commit/279dd703e16cfa9e5089fb5e7c60b21a0a7debc3): Vim doesn't work well with TERM=xterm-direct | ||
* [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
22 files
+1 −0 | Filelist | |
+13 −12 | runtime/autoload/dist/vim9.vim | |
+14 −2 | runtime/doc/eval.txt | |
+7 −1 | runtime/doc/options.txt | |
+1 −4 | runtime/doc/tags | |
+3 −1 | runtime/doc/version9.txt | |
+111 −380 | runtime/pack/dist/opt/netrw/autoload/netrw.vim | |
+53 −0 | runtime/pack/dist/opt/netrw/autoload/netrw/own.vim | |
+1 −7 | runtime/pack/dist/opt/netrw/autoload/netrwSettings.vim | |
+2 −25 | runtime/pack/dist/opt/netrw/doc/netrw.txt | |
+1 −1 | runtime/pack/dist/opt/netrw/plugin/netrwPlugin.vim | |
+5 −0 | runtime/plugin/netrwPlugin.vim | |
+11 −2 | runtime/plugin/openPlugin.vim | |
+3 −2 | runtime/syntax/hyprlang.vim | |
+4 −1 | src/edit.c | |
+56 −10 | src/insexpand.c | |
+1 −0 | src/option.h | |
+1 −1 | src/optionstr.c | |
+2 −1 | src/proto/insexpand.pro | |
+1 −1 | src/testdir/gen_opt_test.vim | |
+117 −0 | src/testdir/test_ins_complete.vim | |
+2 −0 | src/version.c |