-
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.0606: 'cryptmethod' defaults to a very old method * 8.1.0605: running make in the top directory echoes a comment * 8.1.0604: autocommand test fails on MS-Windows * 8.1.0603: the :stop command is not tested * 8.1.0602: DirChanged is also triggered when directory didn't change * 8.1.0601: a few compiler warnings
- 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.0600](https://github.com/vim/vim/releases/tag/v8.1.0600): channel test is flaky\n* [8.1.0599](https://github.com/vim/vim/releases/tag/v8.1.0599): without the +eval feature the indent tests don't work\n* [8.1.0598](https://github.com/vim/vim/releases/tag/v8.1.0598): indent tests may use the wrong Vim binary\n* [8.1.0597](https://github.com/vim/vim/releases/tag/v8.1.0597): cannot run test_libvterm from the top directory\n* [8.1.0596](https://github.com/vim/vim/releases/tag/v8.1.0596): not all parts of printf() are tested\n* [8.1.0595](https://github.com/vim/vim/releases/tag/v8.1.0595): libvterm tests are not run with coverage\n* [8.1.0594](https://github.com/vim/vim/releases/tag/v8.1.0594): libvterm tests fail to run on Mac\n* [8.1.0593](https://github.com/vim/vim/releases/tag/v8.1.0593): illegal memory access in libvterm test\n* [8.1.0592](https://github.com/vim/vim/releases/tag/v8.1.0592): the libvterm tests are not run as part of Vim tests | ||
* [8.1.0606](https://github.com/vim/vim/releases/tag/v8.1.0606): 'cryptmethod' defaults to a very old method\n* [8.1.0605](https://github.com/vim/vim/releases/tag/v8.1.0605): running make in the top directory echoes a comment\n* [8.1.0604](https://github.com/vim/vim/releases/tag/v8.1.0604): autocommand test fails on MS-Windows\n* [8.1.0603](https://github.com/vim/vim/releases/tag/v8.1.0603): the :stop command is not tested\n* [8.1.0602](https://github.com/vim/vim/releases/tag/v8.1.0602): DirChanged is also triggered when directory didn't change\n* [8.1.0601](https://github.com/vim/vim/releases/tag/v8.1.0601): a few compiler warnings |
Submodule vim
updated
13 files
+1 −1 | Makefile | |
+3 −3 | runtime/doc/options.txt | |
+0 −1 | src/GvimExt/gvimext.cpp | |
+11 −6 | src/ex_docmd.c | |
+3 −3 | src/memline.c | |
+20 −8 | src/misc2.c | |
+1 −1 | src/option.c | |
+10 −0 | src/testdir/shared.vim | |
+8 −0 | src/testdir/test_autochdir.vim | |
+20 −13 | src/testdir/test_autocmd.vim | |
+31 −0 | src/testdir/test_terminal.vim | |
+5 −5 | src/textprop.c | |
+12 −0 | src/version.c |