From d9ee693a70f82476feec2e657ac83f02c31ce6cb Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Fri, 1 Feb 2019 00:00:36 +0100 Subject: [PATCH] vim: Import v8.1.0865 * 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 --- gitlog.txt | 2 +- vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlog.txt b/gitlog.txt index e6ff1b6a..6f539504 100644 --- a/gitlog.txt +++ b/gitlog.txt @@ -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 diff --git a/vim b/vim index d8c56a0d..895d966e 160000 --- a/vim +++ b/vim @@ -1 +1 @@ -Subproject commit d8c56a0d29ccb53e12c6dec73b9a0e8a6dad99c2 +Subproject commit 895d966e341c187ffcf9da88dba193cbfcebf000