Skip to content

Commit

Permalink
vim: Import v8.1.0865
Browse files Browse the repository at this point in the history
* 8.1.0865: when 'listchars' only contains "nbsp:X" it does not work
* 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'
* 8.1.0863: cannot see what signal caused a job to end
* 8.1.0862: no verbose version of character classes
* 8.1.0861: building with MinGW and static libc doesn't work
* 8.1.0860: debug lines left in the code
* 8.1.0859: "%v" in 'errorformat' does handle multi-byte characters
* 8.1.0858: 'indentkeys' and 'cinkeys' defaults are different
* 8.1.0857: indent functionality is not separated
* 8.1.0856: when scrolling a window the cursorline is not always updated
* 8.1.0855: cannot build xxd with MSVC 10
  • Loading branch information
chrisbra committed Jan 31, 2019
1 parent 6da4e95 commit d9ee693
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.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
* [8.1.0865](https://github.com/vim/vim/releases/tag/v8.1.0865): when 'listchars' only contains "nbsp:X" it does not work\n* [8.1.0864](https://github.com/vim/vim/releases/tag/v8.1.0864): cannot have a local value for 'scrolloff' and 'sidescrolloff'\n* [8.1.0863](https://github.com/vim/vim/releases/tag/v8.1.0863): cannot see what signal caused a job to end\n* [8.1.0862](https://github.com/vim/vim/releases/tag/v8.1.0862): no verbose version of character classes\n* [8.1.0861](https://github.com/vim/vim/releases/tag/v8.1.0861): building with MinGW and static libc doesn't work\n* [8.1.0860](https://github.com/vim/vim/releases/tag/v8.1.0860): debug lines left in the code\n* [8.1.0859](https://github.com/vim/vim/releases/tag/v8.1.0859): "%v" in 'errorformat' does handle multi-byte characters\n* [8.1.0858](https://github.com/vim/vim/releases/tag/v8.1.0858): 'indentkeys' and 'cinkeys' defaults are different\n* [8.1.0857](https://github.com/vim/vim/releases/tag/v8.1.0857): indent functionality is not separated\n* [8.1.0856](https://github.com/vim/vim/releases/tag/v8.1.0856): when scrolling a window the cursorline is not always updated\n* [8.1.0855](https://github.com/vim/vim/releases/tag/v8.1.0855): cannot build xxd with MSVC 10

0 comments on commit d9ee693

Please sign in to comment.