Skip to content

Commit ae35d76

Browse files
committed
vim: Import v8.0.0142
* 8.0.0142 Normal colors are wrong with 'termguicolors'. Solution: Initialize to INVALCOLOR instead * Updated runtime files. * 8.0.0141 Nested function test fails on AppVeyor. Solution: Disable the test on Windows for now. * 8.0.0140 Pasting inserted text in Visual mode does not work properly. (Matthew Malcomson) Solution * 8.0.0139 Warning for unused argument. Solution: Add UNUSED. * 8.0.0138 Small build fails. Solution: Add #ifdef. * 8.0.0137 When 'maxfuncdepth' is set above 200 the nesting is limited to 200. (Brett Stahlman) Solu * 8.0.0136 When using indent folding and changing indent the wrong fold is opened. (Jonathan Fudger) * 8.0.0135 An address relative to the current line, ":.,+3y", does not work properly on a closed fol
1 parent 4dedc45 commit ae35d76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [8.0.0134](https://github.com/vim/vim/releases/tag/v8.0.0134) Null pointer access reported by UBsan. Solution: Check curwin->w_buffer is not NULL. (Yeg
1+
* [8.0.0142](https://github.com/vim/vim/releases/tag/v8.0.0142) Normal colors are wrong with 'termguicolors'. Solution: Initialize to INVALCOLOR instead \n* Updated runtime files.\n* [8.0.0141](https://github.com/vim/vim/releases/tag/v8.0.0141) Nested function test fails on AppVeyor. Solution: Disable the test on Windows for now.\n* [8.0.0140](https://github.com/vim/vim/releases/tag/v8.0.0140) Pasting inserted text in Visual mode does not work properly. (Matthew Malcomson) Solution\n* [8.0.0139](https://github.com/vim/vim/releases/tag/v8.0.0139) Warning for unused argument. Solution: Add UNUSED.\n* [8.0.0138](https://github.com/vim/vim/releases/tag/v8.0.0138) Small build fails. Solution: Add #ifdef.\n* [8.0.0137](https://github.com/vim/vim/releases/tag/v8.0.0137) When 'maxfuncdepth' is set above 200 the nesting is limited to 200. (Brett Stahlman) Solu\n* [8.0.0136](https://github.com/vim/vim/releases/tag/v8.0.0136) When using indent folding and changing indent the wrong fold is opened. (Jonathan Fudger)\n* [8.0.0135](https://github.com/vim/vim/releases/tag/v8.0.0135) An address relative to the current line, ":.,+3y", does not work properly on a closed fol

0 commit comments

Comments
 (0)