-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0918: tiny Vim crashes with fuzzy buffer completion
- Loading branch information
1 parent
af1f6c9
commit cb52816
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.0917](https://github.com/vim/vim/commit/eed63f96d26723ff31a9728647eed526d06a553d): various vartabstop and shiftround bugs when shifting lines\n* [runtime(typst): add definition lists to formatlistpat, update maintainer](https://github.com/vim/vim/commit/b66cac1a8ed8636a38e867226f5bb621c96ff322)\n* [add saccarosium to maintainers files](https://github.com/vim/vim/commit/ff70518f12b2e96946e233278da552ac666f7c21)\n* [9.1.0916](https://github.com/vim/vim/commit/36f36715e6173c2dc61e5c9817a22fb97a6166b2): messages.c is exceeding 80 columns\n* [runtime(proto): include filetype plugin for protobuf](https://github.com/vim/vim/commit/ad4764f65b678938c1b252245e1af1ae150fbce8) | ||
* [9.1.0918](https://github.com/vim/vim/commit/dff3c9c1a789351a741b6a430862c8b2a0eff383): tiny Vim crashes with fuzzy buffer completion |
Submodule vim
updated
5 files
+2 −2 | src/buffer.c | |
+4 −2 | src/testdir/Make_all.mak | |
+14 −0 | src/testdir/test29.in | |
+1 −0 | src/testdir/test29.ok | |
+2 −0 | src/version.c |