-
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.1755: leaking memory when using a popup window mask * 8.1.1754: build failure * 8.1.1753: use of popup window mask is inefficient * 8.1.1752: resizing hashtable is inefficient * 8.1.1751: when redrawing popups plines_win() may be called often * 8.1.1750: depending on the terminal width :version may miss a line break
- 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.1749](https://github.com/vim/vim/releases/tag/v8.1.1749): Coverity warns for using negative index\n* [8.1.1748](https://github.com/vim/vim/releases/tag/v8.1.1748): :args output is not aligned\n* [8.1.1747](https://github.com/vim/vim/releases/tag/v8.1.1747): compiler warning for unused variables | ||
* [8.1.1755](https://github.com/vim/vim/releases/tag/v8.1.1755): leaking memory when using a popup window mask\n* [8.1.1754](https://github.com/vim/vim/releases/tag/v8.1.1754): build failure\n* [8.1.1753](https://github.com/vim/vim/releases/tag/v8.1.1753): use of popup window mask is inefficient\n* [8.1.1752](https://github.com/vim/vim/releases/tag/v8.1.1752): resizing hashtable is inefficient\n* [8.1.1751](https://github.com/vim/vim/releases/tag/v8.1.1751): when redrawing popups plines_win() may be called often\n* [8.1.1750](https://github.com/vim/vim/releases/tag/v8.1.1750): depending on the terminal width :version may miss a line break |
Submodule vim
updated
10 files
+1 −1 | src/beval.c | |
+1 −1 | src/evalfunc.c | |
+3 −5 | src/hashtab.c | |
+61 −25 | src/popupwin.c | |
+1 −0 | src/proto/hashtab.pro | |
+1 −1 | src/proto/ui.pro | |
+4 −1 | src/structs.h | |
+30 −16 | src/ui.c | |
+14 −0 | src/version.c | |
+1 −0 | src/window.c |