-
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.1420: popup window size only uses first line length * 8.1.1419: listener callbacks may be called recursively * 8.1.1418: win_execute() is not implemented yet * 8.1.1417: MS-Windows: resolve() does not resolve all components of path * 8.1.1416: popup_getposition() not implemented yet
- 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.1415](https://github.com/vim/vim/releases/tag/v8.1.1415): build error in MS-Windows GUI\n* [8.1.1414](https://github.com/vim/vim/releases/tag/v8.1.1414): alloc() returning "char_u *" causes a lot of type casts | ||
* [8.1.1420](https://github.com/vim/vim/releases/tag/v8.1.1420): popup window size only uses first line length\n* [8.1.1419](https://github.com/vim/vim/releases/tag/v8.1.1419): listener callbacks may be called recursively\n* [8.1.1418](https://github.com/vim/vim/releases/tag/v8.1.1418): win_execute() is not implemented yet\n* [8.1.1417](https://github.com/vim/vim/releases/tag/v8.1.1417): MS-Windows: resolve() does not resolve all components of path\n* [8.1.1416](https://github.com/vim/vim/releases/tag/v8.1.1416): popup_getposition() not implemented yet |
Submodule vim
updated
14 files
+12 −1 | runtime/doc/eval.txt | |
+16 −10 | runtime/doc/popup.txt | |
+15 −1 | src/change.c | |
+42 −6 | src/evalfunc.c | |
+0 −6 | src/os_mswin.c | |
+51 −8 | src/popupwin.c | |
+1 −0 | src/proto/popupwin.pro | |
+2 −2 | src/proto/screen.pro | |
+7 −3 | src/screen.c | |
+24 −0 | src/testdir/test_execute_func.vim | |
+14 −1 | src/testdir/test_functions.vim | |
+53 −0 | src/testdir/test_popupwin.vim | |
+1 −1 | src/ui.c | |
+10 −0 | src/version.c |