-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Submodule vim
updated
19 files
+8 −4 | src/change.c | |
+6 −9 | src/ex_cmds.c | |
+4 −4 | src/fileio.c | |
+2 −0 | src/if_py_both.h | |
+4 −3 | src/memline.c | |
+1 −1 | src/search.c | |
+1 −1 | src/testdir/test86.ok | |
+1 −1 | src/testdir/test87.ok | |
+18 −1 | src/testdir/test_edit.vim | |
+8 −0 | src/testdir/test_python2.vim | |
+8 −0 | src/testdir/test_python3.vim | |
+8 −0 | src/testdir/test_pyx2.vim | |
+8 −0 | src/testdir/test_pyx3.vim | |
+8 −0 | src/testdir/test_search_stat.vim | |
+11 −0 | src/testdir/test_substitute.vim | |
+15 −15 | src/testdir/test_window_cmd.vim | |
+24 −1 | src/testdir/test_writefile.vim | |
+14 −0 | src/version.c | |
+3 −2 | src/window.c |