-
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.0069: ETYPE\_ is used for two different enums * 8.2.0068: crash when using Python 3 with "utf32" encoding * 8.2.0067: ERROR\_UNKNOWN clashes on some systems * 8.2.0066: some corners of vim\_snprintf() are not tested
- 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.0065](https://github.com/vim/vim/releases/tag/v8.2.0065): Amiga and alikes: autoopen only used on Amiga OS4\n* [8.2.0064](https://github.com/vim/vim/releases/tag/v8.2.0064): diffmode completion doesn't use per-window setting\n* [8.2.0063](https://github.com/vim/vim/releases/tag/v8.2.0063): wrong size argument to vim\_snprintf()\n* [8.2.0062](https://github.com/vim/vim/releases/tag/v8.2.0062): memory test is flaky on FreeBSD\n* [8.2.0061](https://github.com/vim/vim/releases/tag/v8.2.0061): the execute stack can grow big and never shrinks\n* [8.2.0060](https://github.com/vim/vim/releases/tag/v8.2.0060): message test only runs with one encoding\n* [8.2.0059](https://github.com/vim/vim/releases/tag/v8.2.0059): compiler warnings for unused variables in small build\n* [8.2.0058](https://github.com/vim/vim/releases/tag/v8.2.0058): running tests changes ~/.viminfo | ||
* [8.2.0069](https://github.com/vim/vim/releases/tag/v8.2.0069): ETYPE\_ is used for two different enums\n* [8.2.0068](https://github.com/vim/vim/releases/tag/v8.2.0068): crash when using Python 3 with "utf32" encoding\n* [8.2.0067](https://github.com/vim/vim/releases/tag/v8.2.0067): ERROR\_UNKNOWN clashes on some systems\n* [8.2.0066](https://github.com/vim/vim/releases/tag/v8.2.0066): some corners of vim\_snprintf() are not tested |
Submodule vim
updated
10 files
+1 −1 | src/debugger.c | |
+63 −63 | src/eval.c | |
+9 −9 | src/evalfunc.c | |
+1 −1 | src/if_py_both.h | |
+163 −0 | src/message_test.c | |
+11 −11 | src/structs.h | |
+7 −0 | src/testdir/test_python3.vim | |
+21 −21 | src/userfunc.c | |
+8 −0 | src/version.c | |
+9 −9 | src/vim.h |