Skip to content

Commit

Permalink
vim: Import v8.1.1350
Browse files Browse the repository at this point in the history
* 8.1.1350: "W" for wrapping not shown when more than 99 matches
* 8.1.1349: if writing runs into conversion error backup file is deleted
* 8.1.1348: running tests may cause the window to move
* 8.1.1347: fractional scroll position not restored after closing window
* 8.1.1346: error for Python exception does not show useful info
* 8.1.1345: stuck in sandbox with ":s/../\\=Function/gn"
* 8.1.1344: Coverity complains about possibly using a NULL pointer
  • Loading branch information
chrisbra committed May 18, 2019
1 parent 7dd7650 commit 319c90d
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.1343](https://github.com/vim/vim/releases/tag/v8.1.1343): text properties not adjusted for Visual block mode delete\n* [8.1.1342](https://github.com/vim/vim/releases/tag/v8.1.1342): using freed memory when joining line with text property\n* [8.1.1341](https://github.com/vim/vim/releases/tag/v8.1.1341): text properties are lost when joining lines\n* [8.1.1340](https://github.com/vim/vim/releases/tag/v8.1.1340): attributes from 'cursorline' overwrite textprop\n* [8.1.1339](https://github.com/vim/vim/releases/tag/v8.1.1339): installer needs to product name et al.\n* [8.1.1338](https://github.com/vim/vim/releases/tag/v8.1.1338): hang when concealing the '>' shown for half of wide char\n* [8.1.1337](https://github.com/vim/vim/releases/tag/v8.1.1337): get empty text prop when splitting line just after text prop
* [8.1.1350](https://github.com/vim/vim/releases/tag/v8.1.1350): "W" for wrapping not shown when more than 99 matches\n* [8.1.1349](https://github.com/vim/vim/releases/tag/v8.1.1349): if writing runs into conversion error backup file is deleted\n* [8.1.1348](https://github.com/vim/vim/releases/tag/v8.1.1348): running tests may cause the window to move\n* [8.1.1347](https://github.com/vim/vim/releases/tag/v8.1.1347): fractional scroll position not restored after closing window\n* [8.1.1346](https://github.com/vim/vim/releases/tag/v8.1.1346): error for Python exception does not show useful info\n* [8.1.1345](https://github.com/vim/vim/releases/tag/v8.1.1345): stuck in sandbox with ":s/../\=Function/gn"\n* [8.1.1344](https://github.com/vim/vim/releases/tag/v8.1.1344): Coverity complains about possibly using a NULL pointer

0 comments on commit 319c90d

Please sign in to comment.