-
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.2108: cannot close the cmdline window from CmdWinEnter * 8.1.2107: various memory leaks reported by asan * 8.1.2106: no tests for dragging the mouse beyond the window * 8.1.2105: MS-Windows: system() may crash
- 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.2104](https://github.com/vim/vim/releases/tag/v8.1.2104): the normal.c file is too big\n* [8.1.2103](https://github.com/vim/vim/releases/tag/v8.1.2103): wrong error message if "termdebugger" is not executable | ||
* [8.1.2108](https://github.com/vim/vim/releases/tag/v8.1.2108): cannot close the cmdline window from CmdWinEnter\n* [8.1.2107](https://github.com/vim/vim/releases/tag/v8.1.2107): various memory leaks reported by asan\n* [8.1.2106](https://github.com/vim/vim/releases/tag/v8.1.2106): no tests for dragging the mouse beyond the window\n* [8.1.2105](https://github.com/vim/vim/releases/tag/v8.1.2105): MS-Windows: system() may crash |
Submodule vim
updated
15 files
+2 −0 | src/buffer.c | |
+19 −1 | src/change.c | |
+10 −2 | src/eval.c | |
+1 −2 | src/evalfunc.c | |
+22 −20 | src/ex_cmds.c | |
+7 −5 | src/ex_getln.c | |
+1 −1 | src/option.c | |
+1 −0 | src/popupwin.c | |
+1 −0 | src/proto/change.pro | |
+3 −0 | src/scriptfile.c | |
+2 −1 | src/terminal.c | |
+29 −0 | src/testdir/test_autocmd.vim | |
+4 −0 | src/testdir/test_method.vim | |
+89 −2 | src/testdir/test_termcodes.vim | |
+8 −0 | src/version.c |