-
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(dockerfile): do not set commentstring in syntax script * 9.1.0950: filetype: fennelrc files are not recognized * runtime(netrw): do not double escape Vim special characters * git: ignore reformatting change of netrw plugin * runtime(netrw): more reformating #16248
- Loading branch information
1 parent
c67ed4d
commit fc30d84
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 a note about handling symbolic links in starting.txt](https://github.com/vim/vim/commit/af0fed598889cbc2fbf286c1e282c27b92215e8d)\n* [9.1.0949](https://github.com/vim/vim/commit/13c1153eefe54ce933e60258358300868c22f68a): popups inconsistently shifted to the left\n* [git: ignore reformatting change of netrw plugin](https://github.com/vim/vim/commit/83029a354e9fe1a94832d35e46b8a6dda84e2034)\n* [runtime(netrw): change indent size from 1 to 2](https://github.com/vim/vim/commit/c363ca1ecd1f8db03663ef98dcf41eeacc3c22c7)\n* [9.1.0948](https://github.com/vim/vim/commit/3baf19a2b144b215c5b537c3c1b3b80a79b0fe99): Missing cmdline completion for :pbuffer\n* [runtime(tutor): Reformat tutor1](https://github.com/vim/vim/commit/b183f502803f81a7affa089aa2f6d9dca8bb1b8d)\n* [9.1.0947](https://github.com/vim/vim/commit/59c8880adef567addc8e91b37ee6b91fc7d7638d): short-description\n* [9.1.0946](https://github.com/vim/vim/commit/cbdc3c1f7a534ca845675544f88021ed7b1af52c): cross-compiling fails on osx-arm64\n* [9.1.0945](https://github.com/vim/vim/commit/f25d8f9312a24da2727671560a865888812ab8d9): ComplMatchIns highlight doesn't end after inserted text\n* [translation(sv): re-include the change from #16240](https://github.com/vim/vim/commit/beccb339770eb29ffea2c091866a6ca44a3d7f97)\n* [9.1.0944](https://github.com/vim/vim/commit/b2a8df35e8d708e0247875730f70a254855af0f1): tests: test\_registers fails when not run under X11\n* [9.1.0943](https://github.com/vim/vim/commit/d0186c54c2bbcc548c3a30adac339818903bdd4d): Vim9: vim9compile.c can be further improved\n* [runtime(doc): Update README and mention make check to verify](https://github.com/vim/vim/commit/80d72aa547ed29054d1b4f4406ba044d76a0b7d5)\n* [translation(sv): partly revert commit 98874dca6d0b60ccd6fc3a140b3ec](https://github.com/vim/vim/commit/116d2787adce56a413d4e42129756f736d178644) | ||
* [runtime(dockerfile): do not set commentstring in syntax script](https://github.com/vim/vim/commit/70881ba195d267d01df912294ddc5b5d525bba3d)\n* [9.1.0950](https://github.com/vim/vim/commit/f173f4249fc785fb3e2b341bcfb0f21192cd4bf5): filetype: fennelrc files are not recognized\n* [runtime(netrw): do not double escape Vim special characters](https://github.com/vim/vim/commit/2328a39a54fbd75576769193d7ff1ed2769e2ff9)\n* [git: ignore reformatting change of netrw plugin](https://github.com/vim/vim/commit/fb27cf9cb17d756dc3d983a7d1739bbf75b2d70e)\n* [runtime(netrw): more reformating #16248](https://github.com/vim/vim/commit/c673b805ad80d0aef07e745d412a2bf298ba1c07) |
Submodule vim
updated
7 files
+1 −0 | .git-blame-ignore-revs | |
+2,895 −2,895 | runtime/autoload/netrw.vim | |
+1 −1 | runtime/filetype.vim | |
+3 −3 | runtime/ftplugin/dockerfile.vim | |
+1 −2 | runtime/syntax/dockerfile.vim | |
+1 −1 | src/testdir/test_filetype.vim | |
+2 −0 | src/version.c |