-
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.1.0877: new buffer used every time the quickfix window is opened * 8.1.0876: completion match not displayed when popup menu is not shown
- 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.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 | ||
* [8.1.0877](https://github.com/vim/vim/releases/tag/v8.1.0877): new buffer used every time the quickfix window is opened\n* [8.1.0876](https://github.com/vim/vim/releases/tag/v8.1.0876): completion match not displayed when popup menu is not shown |
Submodule vim
updated
6 files
+5 −8 | src/buffer.c | |
+7 −3 | src/edit.c | |
+1 −0 | src/proto/quickfix.pro | |
+59 −25 | src/quickfix.c | |
+43 −0 | src/testdir/test_quickfix.vim | |
+4 −0 | src/version.c |