-
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.0005: test for :compiler command fails on MS-Windows * 8.1.0004: test for :compiler command sometimes fails * 8.1.0003: the :compiler command is not tested * 8.1.0002: :stopinsert changes the message position
- 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 @@ | ||
* Runtime file and translation updates. | ||
* [8.1.0005](https://github.com/vim/vim/releases/tag/v8.1.0005): test for :compiler command fails on MS-Windows\n* [8.1.0004](https://github.com/vim/vim/releases/tag/v8.1.0004): test for :compiler command sometimes fails\n* [8.1.0003](https://github.com/vim/vim/releases/tag/v8.1.0003): the :compiler command is not tested\n* [8.1.0002](https://github.com/vim/vim/releases/tag/v8.1.0002): :stopinsert changes the message position |
Submodule vim
updated
6 files
+1 −0 | src/Makefile | |
+6 −0 | src/screen.c | |
+1 −0 | src/testdir/test_alot.vim | |
+49 −0 | src/testdir/test_compiler.vim | |
+21 −0 | src/testdir/test_messages.vim | |
+8 −0 | src/version.c |