-
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.0927: style issues in insexpand.c * 9.1.0926: filetype: Pixi lock files are not recognized * runtime(doc): Add a reference to |++opt| and |+cmd| at `:h :pedit` * runtime(doc): add a note about inclusive motions and exclusive selection * 9.1.0925: Vim9: expression compiled when not necessary
- Loading branch information
1 parent
2d68ff7
commit 6e7af3d
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.0924](https://github.com/vim/vim/commit/6cc3027e544e4389bd665140511a3d347490b102): patch 9.1.0923 causes issues\n* [9.1.0923](https://github.com/vim/vim/commit/e29c8bafa78847414419522baecd008e287389db): too many strlen() calls in filepath.c\n* [9.1.0923](https://github.com/vim/vim/commit/618c4d36ca92a62212a37e787c202229ceff8537): wrong MIN macro in popupmenu.c\n* [9.1.0921](https://github.com/vim/vim/commit/c942f84aadffd0c8969ecf81e3e9103722b2714f): popupmenu logic is a bit convoluted\n* [9.1.0920](https://github.com/vim/vim/commit/95a03fc321dcb9d6958ac508dbfb85f8e7752836): Vim9: compile\_assignment() too long | ||
* [9.1.0927](https://github.com/vim/vim/commit/6e19993991cfbea2e00435cc706a15ba7e766c55): style issues in insexpand.c\n* [9.1.0926](https://github.com/vim/vim/commit/7d1bb90dcf711c732a49e0a45e56028a4853a17d): filetype: Pixi lock files are not recognized\n* [runtime(doc): Add a reference to |++opt| and |+cmd| at \`:h :pedit\`](https://github.com/vim/vim/commit/fbe9a6903a5b66d5b546a5a080726cba50372df5)\n* [runtime(doc): add a note about inclusive motions and exclusive selection](https://github.com/vim/vim/commit/ed89206efe404a94e8424ccfe03c978fd93470f1)\n* [9.1.0925](https://github.com/vim/vim/commit/e203841e0dbae2851e23f87f5bd89a458895d0d6): Vim9: expression compiled when not necessary |
Submodule vim
updated
11 files
+8 −1 | runtime/doc/motion.txt | |
+3 −1 | runtime/doc/options.txt | |
+1 −0 | runtime/doc/tags | |
+3 −1 | runtime/doc/windows.txt | |
+3 −0 | runtime/filetype.vim | |
+24 −30 | src/insexpand.c | |
+1 −1 | src/testdir/test_filetype.vim | |
+8 −0 | src/testdir/test_vim9_assign.vim | |
+38 −0 | src/testdir/test_vim9_script.vim | |
+6 −0 | src/version.c | |
+1 −1 | src/vim9compile.c |