-
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.0905: Missing information in CompleteDone event * 9.1.0904: Vim9: copy-paste error in class_defining_member() * 9.1.0903: potential overflow in spell_soundfold_wsal() * runtime(netrw): do not detach when launching external programs in gvim * runtime(doc): make tag alignment more consistent in filetype.txt * runtime(doc): fix wrong syntax and style of vietnamese.txt * translation(it): update Italian manpage for vimtutor
- Loading branch information
1 parent
892c904
commit 2556b2b
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(lua): add optional lua function folding](https://github.com/vim/vim/commit/fdfcce56a6b8fe64ae155c822e3b920db97cde0d)\n* [Filelist: include translations for Chapter 2 tutor](https://github.com/vim/vim/commit/c6db53ce5fc509c6d1f8142d2dc8d40bbe0420e3)\n* [translation(vi): Update Vietnamese translation](https://github.com/vim/vim/commit/336fb22eaef7977741712d0c4735fc6d65428a4f)\n* [runtime(doc): include vietnamese.txt](https://github.com/vim/vim/commit/189e24bb1441abe87387a4e21c4387bbf2eac718)\n* [runtime(tutor): fix another typo in tutor2](https://github.com/vim/vim/commit/cdbbdb9eced3792278803b60a2528f366dc647c4)\n* [runtime(doc): fix typo in vimtutor manpage](https://github.com/vim/vim/commit/23eea9b98490d27065d4158741bbad5c0fcd0555)\n* [translation(it): update Italian manpage for vimtutor](https://github.com/vim/vim/commit/1d20ad0bbd37ed58a715fb35609006022cc6ac73)\n* [translation(it): include Italian version of tutor chapter 2](https://github.com/vim/vim/commit/0b5926f77fb8ff042cc061566bb3fc634428ce2e)\n* [runtime(tutor): regenerated some translated tutor1 files](https://github.com/vim/vim/commit/5ccf7f14070f620de1b599469cf5ea0d51fe4f92)\n* [runtime(tutor): fix typo in Chapter 2](https://github.com/vim/vim/commit/2e359b98f212a2ef080a99661a70fe094394d72a)\n* [9.1.0902](https://github.com/vim/vim/commit/876de275cb3affa5910664cc52a5177c214313e8): filetype: Conda configuration files are not recognized\n* [runtime(doc): Tweak documentation style a bit](https://github.com/vim/vim/commit/b534e80008e325e66a246457bc2924383b86f979) | ||
* [9.1.0905](https://github.com/vim/vim/commit/1c5a120a701fcf558617c4e70b5a447778f0e51d): Missing information in CompleteDone event\n* [9.1.0904](https://github.com/vim/vim/commit/215c82d061d750d8a26ef52f529a9e3ca4e0f82a): Vim9: copy-paste error in class\_defining\_member()\n* [9.1.0903](https://github.com/vim/vim/commit/39a94d20487794aeb722c21e84f8816e217f0cfe): potential overflow in spell\_soundfold\_wsal()\n* [runtime(netrw): do not detach when launching external programs in gvim](https://github.com/vim/vim/commit/eda923e9c9e639bc4f02b8b3ead1e7d27981e552)\n* [runtime(doc): make tag alignment more consistent in filetype.txt](https://github.com/vim/vim/commit/ea0e41a1152378358975e5021ea9f5540dabf542)\n* [runtime(doc): fix wrong syntax and style of vietnamese.txt](https://github.com/vim/vim/commit/8a52587ee05a360cad4d42322200775fc74a4430)\n* [translation(it): update Italian manpage for vimtutor](https://github.com/vim/vim/commit/4854647abe4b50e261a4a5a5333d4a2f2b011508) |
Submodule vim
updated
12 files
+2 −1 | runtime/autoload/netrw.vim | |
+7 −1 | runtime/doc/autocmd.txt | |
+7 −7 | runtime/doc/filetype.txt | |
+1 −4 | runtime/doc/todo.txt | |
+5 −9 | runtime/doc/vietnamese.txt | |
+3 −3 | runtime/doc/vimtutor-it.1 | |
+3 −3 | runtime/doc/vimtutor-it.UTF-8.1 | |
+36 −2 | src/insexpand.c | |
+1 −1 | src/spell.c | |
+85 −0 | src/testdir/test_ins_complete.vim | |
+6 −0 | src/version.c | |
+1 −1 | src/vim9class.c |