Skip to content

Commit

Permalink
vim: Import v8.1.1711
Browse files Browse the repository at this point in the history
* 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
chrisbra committed Jul 17, 2019
1 parent d6c572e commit ef6be8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
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
2 changes: 1 addition & 1 deletion vim

0 comments on commit ef6be8b

Please sign in to comment.