Skip to content

Commit

Permalink
vim: Import v8.1.1764
Browse files Browse the repository at this point in the history
* 8.1.1764: ":browse oldfiles" is not tested
* 8.1.1763: evalfunc.c is still too big
* 8.1.1762: some filetype rules are in the wrong place
* 8.1.1761: filetype "vuejs" causes problems for some users
* 8.1.1760: extra line break for wrapping output of :args
* 8.1.1759: no mode char for terminal mapping from maparg()
* 8.1.1758: count of g$ not used correctly when text is not wrapped
* 8.1.1757: text added with appendbufline() isn't displayed
* 8.1.1756: autocommand that splits window messes up window layout
  • Loading branch information
chrisbra committed Jul 27, 2019
1 parent d828eb5 commit 4001c9a
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.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
* [8.1.1764](https://github.com/vim/vim/releases/tag/v8.1.1764): ":browse oldfiles" is not tested\n* [8.1.1763](https://github.com/vim/vim/releases/tag/v8.1.1763): evalfunc.c is still too big\n* [8.1.1762](https://github.com/vim/vim/releases/tag/v8.1.1762): some filetype rules are in the wrong place\n* [8.1.1761](https://github.com/vim/vim/releases/tag/v8.1.1761): filetype "vuejs" causes problems for some users\n* [8.1.1760](https://github.com/vim/vim/releases/tag/v8.1.1760): extra line break for wrapping output of :args\n* [8.1.1759](https://github.com/vim/vim/releases/tag/v8.1.1759): no mode char for terminal mapping from maparg()\n* [8.1.1758](https://github.com/vim/vim/releases/tag/v8.1.1758): count of g$ not used correctly when text is not wrapped\n* [8.1.1757](https://github.com/vim/vim/releases/tag/v8.1.1757): text added with appendbufline() isn't displayed\n* [8.1.1756](https://github.com/vim/vim/releases/tag/v8.1.1756): autocommand that splits window messes up window layout

0 comments on commit 4001c9a

Please sign in to comment.