-
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.0854: xxd does not work with more than 32 bit addresses * 8.1.0853: options test fails on Mac * 8.1.0852: findfile() and finddir() are not properly tested * 8.1.0851: feedkeys() with "L" does not work properly * 8.1.0850: test for 'backupskip' is not correct * 8.1.0849: cursorline highlight is not always updated * 8.1.0848: cannot build with Ruby 1.8
- 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.0847](https://github.com/vim/vim/releases/tag/v8.1.0847): may use terminal after it was cleaned up\n* [8.1.0846](https://github.com/vim/vim/releases/tag/v8.1.0846): not easy to recognize the system Vim runs on\n* [8.1.0845](https://github.com/vim/vim/releases/tag/v8.1.0845): having job_status() free the job causes problems\n* [8.1.0844](https://github.com/vim/vim/releases/tag/v8.1.0844): when timer fails test will hang forever\n* [8.1.0843](https://github.com/vim/vim/releases/tag/v8.1.0843): memory leak when running "make test_cd" | ||
* [8.1.0854](https://github.com/vim/vim/releases/tag/v8.1.0854): xxd does not work with more than 32 bit addresses\n* [8.1.0853](https://github.com/vim/vim/releases/tag/v8.1.0853): options test fails on Mac\n* [8.1.0852](https://github.com/vim/vim/releases/tag/v8.1.0852): findfile() and finddir() are not properly tested\n* [8.1.0851](https://github.com/vim/vim/releases/tag/v8.1.0851): feedkeys() with "L" does not work properly\n* [8.1.0850](https://github.com/vim/vim/releases/tag/v8.1.0850): test for 'backupskip' is not correct\n* [8.1.0849](https://github.com/vim/vim/releases/tag/v8.1.0849): cursorline highlight is not always updated\n* [8.1.0848](https://github.com/vim/vim/releases/tag/v8.1.0848): cannot build with Ruby 1.8 |
Submodule vim
updated
13 files
+8 −5 | src/evalfunc.c | |
+1 −1 | src/if_ruby.c | |
+1 −1 | src/popupmnu.c | |
+1 −0 | src/screen.c | |
+8 −0 | src/testdir/dumps/Test_cursorline_yank_01.dump | |
+1 −1 | src/testdir/test_autocmd.vim | |
+164 −20 | src/testdir/test_findfile.vim | |
+23 −4 | src/testdir/test_highlight.vim | |
+1 −1 | src/testdir/test_mapping.vim | |
+39 −8 | src/testdir/test_options.vim | |
+2 −3 | src/testdir/test_timers.vim | |
+14 −0 | src/version.c | |
+29 −13 | src/xxd/xxd.c |