-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.1.1461: tests do not run or are not reliable on some systems * 8.1.1460: popup window border characters may be wrong * 8.1.1459: popup window border looks bad when 'ambiwidth' is "double" * 8.1.1458: crash when using gtags * 8.1.1457: cannot reuse a buffer when loading a screen dump
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [8.1.1456](https://github.com/vim/vim/releases/tag/v8.1.1456): WinBar not redrawn after scrolling one line\n* [8.1.1455](https://github.com/vim/vim/releases/tag/v8.1.1455): popup_atcursor() not completely implemented\n* [8.1.1454](https://github.com/vim/vim/releases/tag/v8.1.1454): build failure without the conceal feature\n* [8.1.1453](https://github.com/vim/vim/releases/tag/v8.1.1453): popup window "moved" property not implemented yet\n* [8.1.1452](https://github.com/vim/vim/releases/tag/v8.1.1452): line and col property of popup windows not properly checked\n* [8.1.1451](https://github.com/vim/vim/releases/tag/v8.1.1451): CTRL-L does not clear screen with a popup window\n* [8.1.1450](https://github.com/vim/vim/releases/tag/v8.1.1450): popup window positioning wrong when using padding or borders\n* [8.1.1449](https://github.com/vim/vim/releases/tag/v8.1.1449): popup text truncated at end of screen\n* [8.1.1448](https://github.com/vim/vim/releases/tag/v8.1.1448): statusline is sometimes drawn on top of popup\n* [8.1.1447](https://github.com/vim/vim/releases/tag/v8.1.1447): not allowed to create an empty popup | ||
* [8.1.1461](https://github.com/vim/vim/releases/tag/v8.1.1461): tests do not run or are not reliable on some systems\n* [8.1.1460](https://github.com/vim/vim/releases/tag/v8.1.1460): popup window border characters may be wrong\n* [8.1.1459](https://github.com/vim/vim/releases/tag/v8.1.1459): popup window border looks bad when 'ambiwidth' is "double"\n* [8.1.1458](https://github.com/vim/vim/releases/tag/v8.1.1458): crash when using gtags\n* [8.1.1457](https://github.com/vim/vim/releases/tag/v8.1.1457): cannot reuse a buffer when loading a screen dump |
Submodule vim
updated
11 files
+5 −0 | runtime/doc/eval.txt | |
+26 −0 | src/channel.c | |
+16 −3 | src/screen.c | |
+2 −0 | src/structs.h | |
+22 −2 | src/terminal.c | |
+8 −8 | src/testdir/test_debugger.vim | |
+1 −1 | src/testdir/test_environ.vim | |
+5 −1 | src/testdir/test_filetype.vim | |
+1 −0 | src/testdir/test_source.vim | |
+21 −1 | src/testdir/test_terminal.vim | |
+10 −0 | src/version.c |