-
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.0682: text properties not adjusted when backspacing replaced text * 8.1.0681: text properties as not adjusted for deleted text * 8.1.0680: not easy to see what features are unavailable * 8.1.0679: sign functions do not take buffer argument as documented * 8.1.0678: text properties as not adjusted for inserted text
- 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.0677](https://github.com/vim/vim/releases/tag/v8.1.0677): look-behind match may use the wrong line number\n* [8.1.0676](https://github.com/vim/vim/releases/tag/v8.1.0676): textprop screendump test fails\n* [8.1.0675](https://github.com/vim/vim/releases/tag/v8.1.0675): text property column in screen columns is not practical\n* Update runtime files\n* [8.1.0674](https://github.com/vim/vim/releases/tag/v8.1.0674): leaking memory when updating a single line\n* [8.1.0673](https://github.com/vim/vim/releases/tag/v8.1.0673): functionality for signs is spread out over several files\n* [8.1.0672](https://github.com/vim/vim/releases/tag/v8.1.0672): the Lua interface doesn't know about v:null | ||
* [8.1.0682](https://github.com/vim/vim/releases/tag/v8.1.0682): text properties not adjusted when backspacing replaced text\n* [8.1.0681](https://github.com/vim/vim/releases/tag/v8.1.0681): text properties as not adjusted for deleted text\n* [8.1.0680](https://github.com/vim/vim/releases/tag/v8.1.0680): not easy to see what features are unavailable\n* [8.1.0679](https://github.com/vim/vim/releases/tag/v8.1.0679): sign functions do not take buffer argument as documented\n* [8.1.0678](https://github.com/vim/vim/releases/tag/v8.1.0678): text properties as not adjusted for inserted text |
Submodule vim
updated
10 files
+23 −2 | src/edit.c | |
+3 −3 | src/evalfunc.c | |
+4 −0 | src/globals.h | |
+25 −11 | src/misc1.c | |
+1 −0 | src/proto/misc1.pro | |
+3 −3 | src/testdir/dumps/Test_textprop_01.dump | |
+66 −7 | src/testdir/test_signs.vim | |
+64 −1 | src/testdir/test_textprop.vim | |
+56 −2 | src/textprop.c | |
+19 −1 | src/version.c |