-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.0.1322: textformat test isn't run * 8.0.1321: can't build huge version with Athena * 8.0.1320: popup test fails on GUI-only build * 8.0.1319: can't build GUI on MS-Windows * 8.0.1318: terminal balloon only shows one line * 8.0.1317: accessing freed memory in term_wait()
- 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.1316](https://github.com/vim/vim/releases/tag/v8.0.1316): build still still fails on Mac\n* [8.0.1315](https://github.com/vim/vim/releases/tag/v8.0.1315): build still fails on Mac\n* [8.0.1314](https://github.com/vim/vim/releases/tag/v8.0.1314): build fails on Mac\n* [8.0.1313](https://github.com/vim/vim/releases/tag/v8.0.1313): missing dependencies cause parallel make to fail\n* [8.0.1312](https://github.com/vim/vim/releases/tag/v8.0.1312): balloon_show() only works in terminal when compiled with GUI\n* [8.0.1311](https://github.com/vim/vim/releases/tag/v8.0.1311): no test for strpart()\n* [8.0.1310](https://github.com/vim/vim/releases/tag/v8.0.1310): cproto generates errors because of missing type\n* [8.0.1309](https://github.com/vim/vim/releases/tag/v8.0.1309): cannot use 'balloonexpr' in a terminal\n* [8.0.1308](https://github.com/vim/vim/releases/tag/v8.0.1308): the "Reading from stdin" message may be undesired | ||
* [8.0.1322](https://github.com/vim/vim/releases/tag/v8.0.1322): textformat test isn't run\n* [8.0.1321](https://github.com/vim/vim/releases/tag/v8.0.1321): can't build huge version with Athena\n* [8.0.1320](https://github.com/vim/vim/releases/tag/v8.0.1320): popup test fails on GUI-only build\n* [8.0.1319](https://github.com/vim/vim/releases/tag/v8.0.1319): can't build GUI on MS-Windows\n* [8.0.1318](https://github.com/vim/vim/releases/tag/v8.0.1318): terminal balloon only shows one line\n* [8.0.1317](https://github.com/vim/vim/releases/tag/v8.0.1317): accessing freed memory in term_wait() |
Submodule vim
updated
14 files
+17 −3 | runtime/doc/eval.txt | |
+9 −4 | runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | |
+5 −4 | src/beval.c | |
+0 −1 | src/beval.h | |
+39 −1 | src/evalfunc.c | |
+165 −13 | src/popupmnu.c | |
+3 −1 | src/proto.h | |
+1 −1 | src/proto/beval.pro | |
+2 −1 | src/proto/popupmnu.pro | |
+4 −0 | src/terminal.c | |
+1 −0 | src/testdir/Make_all.mak | |
+36 −0 | src/testdir/test_popup.vim | |
+12 −0 | src/version.c | |
+4 −3 | src/vim.h |