-
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.0.1478: unnecessary condition * 8.0.1477: redraw flicker when moving the mouse outside of terminal window * 8.0.1476: screen isn't always updated right away
- 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.0.1475](https://github.com/vim/vim/releases/tag/v8.0.1475): invalid memory access in read_redo()\n* [8.0.1474](https://github.com/vim/vim/releases/tag/v8.0.1474): Visual C 2017 has multiple MSVCVER numbers | ||
* [8.0.1478](https://github.com/vim/vim/releases/tag/v8.0.1478): unnecessary condition\n* [8.0.1477](https://github.com/vim/vim/releases/tag/v8.0.1477): redraw flicker when moving the mouse outside of terminal window\n* [8.0.1476](https://github.com/vim/vim/releases/tag/v8.0.1476): screen isn't always updated right away |
Submodule vim
updated
4 files
+1 −1 | src/regexp_nfa.c | |
+2 −3 | src/screen.c | |
+59 −16 | src/terminal.c | |
+6 −0 | src/version.c |