-
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.0691: text properties are not adjusted for :substitute * 8.1.0690: setline() and setbufline() do not clear text properties * 8.1.0689: undo with text properties not tested * 8.1.0688: text properties are not restored by undo
- 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.0687](https://github.com/vim/vim/releases/tag/v8.1.0687): sentence text object in Visual mode is not tested\n* [8.1.0686](https://github.com/vim/vim/releases/tag/v8.1.0686): when 'y' is in 'cpoptions' yanking for the clipboard changes redo\n* [8.1.0685](https://github.com/vim/vim/releases/tag/v8.1.0685): get_buf_tv() is named inconsistently\n* [8.1.0684](https://github.com/vim/vim/releases/tag/v8.1.0684): warnings from 64-bit compiler\n* [8.1.0683](https://github.com/vim/vim/releases/tag/v8.1.0683): spell highlighting does not always end | ||
* [8.1.0691](https://github.com/vim/vim/releases/tag/v8.1.0691): text properties are not adjusted for :substitute\n* [8.1.0690](https://github.com/vim/vim/releases/tag/v8.1.0690): setline() and setbufline() do not clear text properties\n* [8.1.0689](https://github.com/vim/vim/releases/tag/v8.1.0689): undo with text properties not tested\n* [8.1.0688](https://github.com/vim/vim/releases/tag/v8.1.0688): text properties are not restored by undo |
Submodule vim
updated
10 files
+4 −2 | src/evalfunc.c | |
+21 −7 | src/ex_cmds.c | |
+36 −12 | src/memline.c | |
+1 −1 | src/proto/memline.pro | |
+1 −0 | src/proto/textprop.pro | |
+10 −2 | src/structs.h | |
+143 −9 | src/testdir/test_textprop.vim | |
+95 −0 | src/textprop.c | |
+88 −58 | src/undo.c | |
+8 −0 | src/version.c |