-
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.
* 8.1.0875: not all errors of marks and findfile()/finddir() are tested * Add missing matchit file. * 8.1.0874: using old style comments in new file
- 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.1.0873](https://github.com/vim/vim/releases/tag/v8.1.0873): list if distributed files does not include matchit autoload\n* [8.1.0872](https://github.com/vim/vim/releases/tag/v8.1.0872): confusing condition\n* Update runtime files.\n* [8.1.0871](https://github.com/vim/vim/releases/tag/v8.1.0871): build error when building with Ruby 2.6.0\n* [8.1.0870](https://github.com/vim/vim/releases/tag/v8.1.0870): Vim doesn't use the new ConPTY support in Windows 10\n* [8.1.0869](https://github.com/vim/vim/releases/tag/v8.1.0869): Travis CI script is too complicated | ||
* [8.1.0875](https://github.com/vim/vim/releases/tag/v8.1.0875): not all errors of marks and findfile()/finddir() are tested\n* Add missing matchit file.\n* [8.1.0874](https://github.com/vim/vim/releases/tag/v8.1.0874): using old style comments in new file |
Submodule vim
updated
5 files
+754 −0 | runtime/pack/dist/opt/matchit/autoload/matchit.vim | |
+793 −1,016 | src/indent.c | |
+16 −0 | src/testdir/test_findfile.vim | |
+41 −0 | src/testdir/test_marks.vim | |
+4 −0 | src/version.c |