Skip to content

Commit

Permalink
vim: Import v8.1.0854
Browse files Browse the repository at this point in the history
* 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
chrisbra committed Jan 30, 2019
1 parent ea0d407 commit 6da4e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
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

0 comments on commit 6da4e95

Please sign in to comment.