-
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.
* 8.2.0090: generated files show up in git status * 8.2.0089: crash when running out of memory in :setfiletype completion * 8.2.0088: insufficient tests for tags; bug in using extra tag field * 8.2.0087: crash in command line expansion when out of memory
- Loading branch information
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 @@ | ||
* [8.2.0086](https://github.com/vim/vim/releases/tag/v8.2.0086): build error for small version\n* [8.2.0085](https://github.com/vim/vim/releases/tag/v8.2.0085): dead code in builtin functions\n* [8.2.0084](https://github.com/vim/vim/releases/tag/v8.2.0084): complete item "user\_data" can only be a string | ||
* [8.2.0090](https://github.com/vim/vim/releases/tag/v8.2.0090): generated files show up in git status\n* [8.2.0089](https://github.com/vim/vim/releases/tag/v8.2.0089): crash when running out of memory in :setfiletype completion\n* [8.2.0088](https://github.com/vim/vim/releases/tag/v8.2.0088): insufficient tests for tags; bug in using extra tag field\n* [8.2.0087](https://github.com/vim/vim/releases/tag/v8.2.0087): crash in command line expansion when out of memory |
Submodule vim
updated
10 files
+2 −0 | .gitignore | |
+6 −7 | runtime/doc/tagsrch.txt | |
+17 −10 | src/cmdexpand.c | |
+0 −1 | src/proto/cmdexpand.pro | |
+3 −1 | src/tag.c | |
+28 −0 | src/testdir/test_ins_complete.vim | |
+24 −0 | src/testdir/test_tagfunc.vim | |
+289 −0 | src/testdir/test_tagjump.vim | |
+96 −0 | src/testdir/test_taglist.vim | |
+8 −0 | src/version.c |