Skip to content

Commit f616efd

Browse files
committed
vim: Import v8.0.0946
* 8.0.0946: using PATH_MAX does not work well on some systems * 8.0.0945: 64-bit compiler warnings * 8.0.0944: test_profile is a little bit flaky * 8.0.0943: MS-Windows: Test_terminal_scrape_multibyte may fail * 8.0.0942: using freed memory with ":terminal" * 8.0.0941: existing color schemes don't like StatusLineTerm * 8.0.0940: Test_terminal_scrape_multibyte is flaky * 8.0.0939: Test_terminal_env is flaky
1 parent 28ab7a4 commit f616efd

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.0938](https://github.com/vim/vim/releases/tag/v8.0.0938): scrolling in terminal window is inefficient\n* [8.0.0937](https://github.com/vim/vim/releases/tag/v8.0.0937): user highlight groups not adjusted for terminal\n* [8.0.0936](https://github.com/vim/vim/releases/tag/v8.0.0936): mode() returns wrong value for a terminal window\n* [8.0.0935](https://github.com/vim/vim/releases/tag/v8.0.0935): cannot recognize a terminal buffer in :ls output\n* [8.0.0934](https://github.com/vim/vim/releases/tag/v8.0.0934): change to struts.h missing in patch\n* [8.0.0933](https://github.com/vim/vim/releases/tag/v8.0.0933): terminal test tries to start GUI when it's not possible\n* [8.0.0932](https://github.com/vim/vim/releases/tag/v8.0.0932): terminal may not use right characters for BS and Enter\n* [8.0.0931](https://github.com/vim/vim/releases/tag/v8.0.0931): getwininfo() does not indicate a terminal window\n* [8.0.0930](https://github.com/vim/vim/releases/tag/v8.0.0930): terminal buffers are stored in the viminfo file\n* [8.0.0929](https://github.com/vim/vim/releases/tag/v8.0.0929): :term without argument does not work\n* [8.0.0928](https://github.com/vim/vim/releases/tag/v8.0.0928): MS-Windows: passing arglist to job has escaping problems\n* [8.0.0927](https://github.com/vim/vim/releases/tag/v8.0.0927): if a terminal job sends a blank title "running" is not shown\n* [8.0.0926](https://github.com/vim/vim/releases/tag/v8.0.0926): when job in terminal window ends topline is wrong\n* [8.0.0925](https://github.com/vim/vim/releases/tag/v8.0.0925): MS-Windows GUI: channel I/O not handled right away\n* [8.0.0924](https://github.com/vim/vim/releases/tag/v8.0.0924): terminal window not updated after using term_sendkeys()\n* [8.0.0923](https://github.com/vim/vim/releases/tag/v8.0.0923): crash in GUI when terminal job exits\n* [8.0.0922](https://github.com/vim/vim/releases/tag/v8.0.0922): quickfix list always added after current one
1+
* [8.0.0946](https://github.com/vim/vim/releases/tag/v8.0.0946): using PATH_MAX does not work well on some systems\n* [8.0.0945](https://github.com/vim/vim/releases/tag/v8.0.0945): 64-bit compiler warnings\n* [8.0.0944](https://github.com/vim/vim/releases/tag/v8.0.0944): test_profile is a little bit flaky\n* [8.0.0943](https://github.com/vim/vim/releases/tag/v8.0.0943): MS-Windows: Test_terminal_scrape_multibyte may fail\n* [8.0.0942](https://github.com/vim/vim/releases/tag/v8.0.0942): using freed memory with ":terminal"\n* [8.0.0941](https://github.com/vim/vim/releases/tag/v8.0.0941): existing color schemes don't like StatusLineTerm\n* [8.0.0940](https://github.com/vim/vim/releases/tag/v8.0.0940): Test_terminal_scrape_multibyte is flaky\n* [8.0.0939](https://github.com/vim/vim/releases/tag/v8.0.0939): Test_terminal_env is flaky

0 commit comments

Comments
 (0)