-
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.0.1563: timeout of getwinposx() can be too short * 8.0.1562: the terminal debugger can't set a breakpoint with the mouse * 8.0.1561: crash with rust syntax highligting * 8.0.1560: build failure without GUI on MS-Windows * 8.0.1559: build failure without GUI * 8.0.1558: no right-click menu in a terminal * 8.0.1557: printf() does not work with only one argument
- 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.1556](https://github.com/vim/vim/releases/tag/v8.0.1556): may not parse the t_RS response correctly | ||
* [8.0.1563](https://github.com/vim/vim/releases/tag/v8.0.1563): timeout of getwinposx() can be too short\n* [8.0.1562](https://github.com/vim/vim/releases/tag/v8.0.1562): the terminal debugger can't set a breakpoint with the mouse\n* [8.0.1561](https://github.com/vim/vim/releases/tag/v8.0.1561): crash with rust syntax highligting\n* [8.0.1560](https://github.com/vim/vim/releases/tag/v8.0.1560): build failure without GUI on MS-Windows\n* [8.0.1559](https://github.com/vim/vim/releases/tag/v8.0.1559): build failure without GUI\n* [8.0.1558](https://github.com/vim/vim/releases/tag/v8.0.1558): no right-click menu in a terminal\n* [8.0.1557](https://github.com/vim/vim/releases/tag/v8.0.1557): printf() does not work with only one argument |
Submodule vim
updated
16 files
+13 −4 | runtime/doc/eval.txt | |
+49 −27 | runtime/doc/terminal.txt | |
+52 −16 | runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | |
+37 −3 | src/evalfunc.c | |
+7 −0 | src/feature.h | |
+67 −57 | src/menu.c | |
+74 −62 | src/normal.c | |
+191 −32 | src/popupmnu.c | |
+2 −1 | src/proto/menu.pro | |
+1 −0 | src/proto/popupmnu.pro | |
+1 −1 | src/proto/term.pro | |
+2 −1 | src/syntax.c | |
+3 −3 | src/term.c | |
+3 −0 | src/testdir/test_expr.vim | |
+4 −2 | src/ui.c | |
+14 −0 | src/version.c |