-
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.0919: filetype: some assembler files are not recognized * runtime(netrw): do not pollute search history with symlinks
- Loading branch information
1 parent
cb52816
commit 2898392
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.0918](https://github.com/vim/vim/commit/dff3c9c1a789351a741b6a430862c8b2a0eff383): tiny Vim crashes with fuzzy buffer completion | ||
* [9.1.0919](https://github.com/vim/vim/commit/d66d68763d0947c292a9fdda4da6fda3650fa563): filetype: some assembler files are not recognized\n* [runtime(netrw): do not pollute search history with symlinks](https://github.com/vim/vim/commit/5c42c7731536418c53273932d7ef76b80b001f38) |
Submodule vim
updated
5 files
+3 −1 | runtime/autoload/netrw.vim | |
+6 −3 | runtime/doc/syntax.txt | |
+8 −1 | runtime/filetype.vim | |
+3 −0 | src/testdir/test_filetype.vim | |
+2 −0 | src/version.c |