-
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.2204: crash on exit when closing terminals * 8.1.2203: running libvterm tests without the +terminal feature * 8.1.2202: MS-Windows: build failure with GUI and small features * 8.1.2201: cannot build with dynamically linked Python 3.8
- 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.2200](https://github.com/vim/vim/releases/tag/v8.1.2200): crash when memory allocation fails\n* [8.1.2199](https://github.com/vim/vim/releases/tag/v8.1.2199): build failure when using normal features without GUI | ||
* [8.1.2204](https://github.com/vim/vim/releases/tag/v8.1.2204): crash on exit when closing terminals\n* [8.1.2203](https://github.com/vim/vim/releases/tag/v8.1.2203): running libvterm tests without the +terminal feature\n* [8.1.2202](https://github.com/vim/vim/releases/tag/v8.1.2202): MS-Windows: build failure with GUI and small features\n* [8.1.2201](https://github.com/vim/vim/releases/tag/v8.1.2201): cannot build with dynamically linked Python 3.8 |
Submodule vim
updated
8 files
+1 −1 | src/Makefile | |
+3 −0 | src/auto/configure | |
+1 −0 | src/config.mk.in | |
+2 −0 | src/configure.ac | |
+2 −0 | src/gui_w32.c | |
+36 −0 | src/if_python3.c | |
+1 −1 | src/terminal.c | |
+8 −0 | src/version.c |