-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.1.1711: listener callback called at the wrong moment * 8.1.1710: Coverity found dead code * 8.1.1709: Coverity warns for possibly using a NULL pointer * 8.1.1708: Coverity warns for using uninitialized variable * 8.1.1707: Coverity warns for possibly using a NULL pointer * 8.1.1706: typo in #ifdef
- 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.1705](https://github.com/vim/vim/releases/tag/v8.1.1705): using ~{} for a literal dict is not nice\n* [8.1.1704](https://github.com/vim/vim/releases/tag/v8.1.1704): C-R C-W does not work after C-G when using 'incsearch'\n* [8.1.1703](https://github.com/vim/vim/releases/tag/v8.1.1703): breaking out of loop by checking window pointer insufficient\n* [8.1.1702](https://github.com/vim/vim/releases/tag/v8.1.1702): compiler warning for uninitialized variable\n* [8.1.1701](https://github.com/vim/vim/releases/tag/v8.1.1701): Appveyor build with MSVC fails puts progress bar in log | ||
* [8.1.1711](https://github.com/vim/vim/releases/tag/v8.1.1711): listener callback called at the wrong moment\n* [8.1.1710](https://github.com/vim/vim/releases/tag/v8.1.1710): Coverity found dead code\n* [8.1.1709](https://github.com/vim/vim/releases/tag/v8.1.1709): Coverity warns for possibly using a NULL pointer\n* [8.1.1708](https://github.com/vim/vim/releases/tag/v8.1.1708): Coverity warns for using uninitialized variable\n* [8.1.1707](https://github.com/vim/vim/releases/tag/v8.1.1707): Coverity warns for possibly using a NULL pointer\n* [8.1.1706](https://github.com/vim/vim/releases/tag/v8.1.1706): typo in #ifdef |
Submodule vim
updated
6 files
+3 −1 | src/beval.c | |
+10 −43 | src/change.c | |
+9 −8 | src/memline.c | |
+12 −14 | src/popupwin.c | |
+6 −0 | src/testdir/test_popupwin.vim | |
+12 −0 | src/version.c |