-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.2.2625: rss files not recognized * 8.2.2624: atom files not recognized * 8.2.2623: some tests fail when run as root
- 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.2622](https://github.com/vim/vim/commit/a555e6fcb6ec97b5ab30b20a340b228f4d820f14): GTK: error when starting up and -geometry is given\n* [8.2.2621](https://github.com/vim/vim/commit/108cf0153c5770e343aec9e2390acdaa4a0b149a): typval2type() cannot handle recursive structures\n* [8.2.2620](https://github.com/vim/vim/commit/4b3e1964d85a25ac7b2202094d1abf27ab93cc23): Vim9: Using #{ for a dictionary gives strange errors | ||
* [8.2.2625](https://github.com/vim/vim/commit/af125866db46405fdaf99ac4e43b630d196a4aa4): rss files not recognized\n* [8.2.2624](https://github.com/vim/vim/commit/74b99f6ab6e0265ebee4ed496845f28e0904318d): atom files not recognized\n* [8.2.2623](https://github.com/vim/vim/commit/17709e280ac5ba234b04641cde88d38e3522cedf): some tests fail when run as root |
Submodule vim
updated
7 files
+6 −0 | runtime/filetype.vim | |
+2 −1 | src/testdir/test_edit.vim | |
+11 −7 | src/testdir/test_excmd.vim | |
+1 −1 | src/testdir/test_filetype.vim | |
+31 −23 | src/testdir/test_help.vim | |
+3 −0 | src/testdir/test_writefile.vim | |
+6 −0 | src/version.c |