Skip to content

Commit

Permalink
vim: Import v8.1.2214
Browse files Browse the repository at this point in the history
* 8.1.2214: too much is redrawn when 'cursorline' is set
* 8.1.2213: popup_textprop tests fail
* 8.1.2212: cannot see the selection type in :reg output
* 8.1.2211: listener callback "added" argument is not the total
* 8.1.2210: using negative offset for popup_create() does not work
* 8.1.2209: LF in escape codes may be expanded to CR-LF
* 8.1.2208: Unix: Tabs in output might be expanded to spaces
* 8.1.2207: "gn" doesn't work quite right
* 8.1.2206: no test for fixed issue #3893
* 8.1.2205: sign entry structure has confusing name
  • Loading branch information
chrisbra committed Oct 24, 2019
1 parent 9297001 commit 7ce5944
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.2204](https://github.com/vim/vim/releases/tag/v8.1.2204): crash on exit when closing terminals\n* [8.1.2203](https://github.com/vim/vim/releases/tag/v8.1.2203): running libvterm tests without the +terminal feature\n* [8.1.2202](https://github.com/vim/vim/releases/tag/v8.1.2202): MS-Windows: build failure with GUI and small features\n* [8.1.2201](https://github.com/vim/vim/releases/tag/v8.1.2201): cannot build with dynamically linked Python 3.8
* [8.1.2214](https://github.com/vim/vim/releases/tag/v8.1.2214): too much is redrawn when 'cursorline' is set\n* [8.1.2213](https://github.com/vim/vim/releases/tag/v8.1.2213): popup_textprop tests fail\n* [8.1.2212](https://github.com/vim/vim/releases/tag/v8.1.2212): cannot see the selection type in :reg output\n* [8.1.2211](https://github.com/vim/vim/releases/tag/v8.1.2211): listener callback "added" argument is not the total\n* [8.1.2210](https://github.com/vim/vim/releases/tag/v8.1.2210): using negative offset for popup_create() does not work\n* [8.1.2209](https://github.com/vim/vim/releases/tag/v8.1.2209): LF in escape codes may be expanded to CR-LF\n* [8.1.2208](https://github.com/vim/vim/releases/tag/v8.1.2208): Unix: Tabs in output might be expanded to spaces\n* [8.1.2207](https://github.com/vim/vim/releases/tag/v8.1.2207): "gn" doesn't work quite right\n* [8.1.2206](https://github.com/vim/vim/releases/tag/v8.1.2206): no test for fixed issue #3893\n* [8.1.2205](https://github.com/vim/vim/releases/tag/v8.1.2205): sign entry structure has confusing name

0 comments on commit 7ce5944

Please sign in to comment.