-
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.2875: cancelling inputlist() after a digit does not return zero * 8.2.2874: MS-Windows: screen redraws too often
- 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.2873](https://github.com/vim/vim/commit/46aa6f93acb5d932d2893606d980a6b4b8a9594c): not enough tests for writing buffers\n* [8.2.2872](https://github.com/vim/vim/commit/56c9fd01076bc62b55c8cb89d8a66f6136e52f3a): Python tests fail without the channel feature | ||
* [8.2.2875](https://github.com/vim/vim/commit/5cf94577cf2045fec87344d7d89422fe6dfce62f): cancelling inputlist() after a digit does not return zero\n* [8.2.2874](https://github.com/vim/vim/commit/4eb1914e1bd870a7ea829cae150e1f9fdc3df7b1): MS-Windows: screen redraws too often |
Submodule vim
updated
4 files
+6 −1 | src/misc1.c | |
+3 −1 | src/os_win32.c | |
+4 −0 | src/testdir/test_functions.vim | |
+4 −0 | src/version.c |