-
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.
* runtime(netrw): remove extraneous closing bracket * 9.1.0740: incorrect internal diff with empty file
- Loading branch information
1 parent
7c6cf23
commit 36100b5
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.0739](https://github.com/vim/vim/commit/a6de28755ec3fcc86d1ed0b744f1b410a8e9702d): \[security\]: use-after-free in ex\_getln.c\n* [runtime(filetype): tests: Test\_filetype\_detection() fails](https://github.com/vim/vim/commit/a0c14ef310acac62276b4ee51930d3246b11772e) | ||
* [runtime(netrw): remove extraneous closing bracket](https://github.com/vim/vim/commit/be551dacb87a0542afd8b5c17b89e6749f2dc355)\n* [9.1.0740](https://github.com/vim/vim/commit/f1694b439bb175d956b49da620f1253462ec507b): incorrect internal diff with empty file |
Submodule vim
updated
6 files
+2 −1 | runtime/autoload/netrw.vim | |
+7 −0 | src/diff.c | |
+20 −0 | src/testdir/dumps/Test_diff_21.dump | |
+20 −0 | src/testdir/dumps/Test_diff_22.dump | |
+9 −1 | src/testdir/test_diffmode.vim | |
+2 −0 | src/version.c |