-
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.1471: 'background' not correctly set for 2-digit rgb termresponse * 8.1.1470: new Unicode character U32FF missing from double-width table * 8.1.1469: no test for checking the cursor style response * 8.1.1468: the generated desktop files may be invalid
- 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.1467](https://github.com/vim/vim/releases/tag/v8.1.1467): cscope test fails\n* [8.1.1466](https://github.com/vim/vim/releases/tag/v8.1.1466): not updating priority on existing sign\n* [8.1.1465](https://github.com/vim/vim/releases/tag/v8.1.1465): allocating wrong amount of memory\n* [8.1.1464](https://github.com/vim/vim/releases/tag/v8.1.1464): only 4-digit rgb termresponse is recognized\n* [8.1.1463](https://github.com/vim/vim/releases/tag/v8.1.1463): gcc warns for uninitialized variable\n* [8.1.1462](https://github.com/vim/vim/releases/tag/v8.1.1462): MS-Windows: using special character requires quoting | ||
* [8.1.1471](https://github.com/vim/vim/releases/tag/v8.1.1471): 'background' not correctly set for 2-digit rgb termresponse\n* [8.1.1470](https://github.com/vim/vim/releases/tag/v8.1.1470): new Unicode character U32FF missing from double-width table\n* [8.1.1469](https://github.com/vim/vim/releases/tag/v8.1.1469): no test for checking the cursor style response\n* [8.1.1468](https://github.com/vim/vim/releases/tag/v8.1.1468): the generated desktop files may be invalid |
Submodule vim
updated
5 files
+1 −2 | src/mbyte.c | |
+7 −3 | src/po/Makefile | |
+35 −31 | src/term.c | |
+88 −0 | src/testdir/test_termcodes.vim | |
+8 −0 | src/version.c |