-
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.1.1108: test for 'visualbell' doesn't work * 8.1.1107: no test for 'visualbell' * 8.1.1106: no test for 'writedelay' * 8.1.1105: long escape sequences may be split up * 8.1.1104: MS-Windows: not all environment variables can be used
- 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.1103](https://github.com/vim/vim/releases/tag/v8.1.1103): MS-Windows: old API calls are no longer needed\n* [8.1.1102](https://github.com/vim/vim/releases/tag/v8.1.1102): Win32 exe file contains unused code\n* [8.1.1101](https://github.com/vim/vim/releases/tag/v8.1.1101): signals test may fail in the GUI\n* [8.1.1100](https://github.com/vim/vim/releases/tag/v8.1.1100): tag file without trailing newline no longer works | ||
* [8.1.1108](https://github.com/vim/vim/releases/tag/v8.1.1108): test for 'visualbell' doesn't work\n* [8.1.1107](https://github.com/vim/vim/releases/tag/v8.1.1107): no test for 'visualbell'\n* [8.1.1106](https://github.com/vim/vim/releases/tag/v8.1.1106): no test for 'writedelay'\n* [8.1.1105](https://github.com/vim/vim/releases/tag/v8.1.1105): long escape sequences may be split up\n* [8.1.1104](https://github.com/vim/vim/releases/tag/v8.1.1104): MS-Windows: not all environment variables can be used |
Submodule vim
updated
8 files
+4 −5 | src/Make_cyg.mak | |
+6 −3 | src/Make_cyg_ming.mak | |
+3 −3 | src/Make_mvc.mak | |
+1 −1 | src/main.c | |
+8 −6 | src/os_w32exe.c | |
+15 −7 | src/term.c | |
+27 −0 | src/testdir/test_options.vim | |
+10 −0 | src/version.c |