Skip to content

Commit

Permalink
vim: Import v8.1.0700
Browse files Browse the repository at this point in the history
* 8.1.0700: using "gt" sometimes does not redraw a tab
* 8.1.0699: compiler warning for uninitialized variable
* 8.1.0698: clearing the window is used too often
* 8.1.0697: ":sign place" requires the buffer argument
* 8.1.0696: when test_edit fails 'insertmode' may not be reset
* 8.1.0695: internal error when using :popup
* 8.1.0694: when using text props may free memory that is not allocated
  • Loading branch information
chrisbra committed Jan 6, 2019
1 parent cba2de2 commit c16dc92
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.0693](https://github.com/vim/vim/releases/tag/v8.1.0693): channel test fails sometimes\n* [8.1.0692](https://github.com/vim/vim/releases/tag/v8.1.0692): if a buffer was deleted a channel can't write to it
* [8.1.0700](https://github.com/vim/vim/releases/tag/v8.1.0700): using "gt" sometimes does not redraw a tab\n* [8.1.0699](https://github.com/vim/vim/releases/tag/v8.1.0699): compiler warning for uninitialized variable\n* [8.1.0698](https://github.com/vim/vim/releases/tag/v8.1.0698): clearing the window is used too often\n* [8.1.0697](https://github.com/vim/vim/releases/tag/v8.1.0697): ":sign place" requires the buffer argument\n* [8.1.0696](https://github.com/vim/vim/releases/tag/v8.1.0696): when test_edit fails 'insertmode' may not be reset\n* [8.1.0695](https://github.com/vim/vim/releases/tag/v8.1.0695): internal error when using :popup\n* [8.1.0694](https://github.com/vim/vim/releases/tag/v8.1.0694): when using text props may free memory that is not allocated

0 comments on commit c16dc92

Please sign in to comment.