-
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 a note about handling symbolic links in starting.txt * 9.1.0949: popups inconsistently shifted to the left * git: ignore reformatting change of netrw plugin * runtime(netrw): change indent size from 1 to 2 * 9.1.0948: Missing cmdline completion for :pbuffer * runtime(tutor): Reformat tutor1 * 9.1.0947: short-description * 9.1.0946: cross-compiling fails on osx-arm64 * 9.1.0945: ComplMatchIns highlight doesn't end after inserted text * translation(sv): re-include the change from #16240 * 9.1.0944: tests: test_registers fails when not run under X11 * 9.1.0943: Vim9: vim9compile.c can be further improved * runtime(doc): Update README and mention make check to verify * translation(sv): partly revert commit 98874dca6d0b60ccd6fc3a140b3ec
- Loading branch information
1 parent
b912070
commit c67ed4d
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.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(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) |
Submodule vim
updated
13 files
+2 −0 | .git-blame-ignore-revs | |
+8,469 −8,468 | runtime/autoload/netrw.vim | |
+1 −2 | runtime/doc/popup.txt | |
+2 −1 | runtime/doc/starting.txt | |
+124 −123 | runtime/plugin/netrwPlugin.vim | |
+3 −5 | runtime/tutor/tutor1 | |
+3 −5 | runtime/tutor/tutor1.utf-8 | |
+1 −0 | src/cmdexpand.c | |
+11 −12 | src/popupwin.c | |
+20 −6 | src/testdir/test_popupwin.vim | |
+11 −0 | src/testdir/test_preview.vim | |
+8 −0 | src/version.c | |
+1 −1 | src/vim9compile.c |