-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.2.4950: text properties position wrong after shifting text * 8.2.4949: Vim9: some code not covered by tests * 8.2.4948: cannot use Perl heredoc in nested :def function * 8.2.4947: text properties not adjusted when accepting spell suggestion
- 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.2.4946](https://github.com/vim/vim/commit/7f8a3b11bfc02f24dfd877d0a81392d679008180): Vim9: some code not covered by tests\n* [8.2.4945](https://github.com/vim/vim/commit/9f1983de4e8293bae32fdab72a459b1b64bf767f): inconsistent use of white space\n* [Update runtime files and translations](https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2)\n* [8.2.4944](https://github.com/vim/vim/commit/d0b1a09f44654bb5e29b09de1311845200f17d90): text properties are wrong after "cc"\n* [8.2.4943](https://github.com/vim/vim/commit/39c46b43780ad00ea27a93d92aadd44753d4c3ea): changing 'switchbuf' may have no effect\n* [8.2.4942](https://github.com/vim/vim/commit/de216732d45caa87e6f08f4319aa71e805a89a0e): error when setting 'filetype' in help file again\n* [8.2.4941](https://github.com/vim/vim/commit/82444cefa3fef87624a078ea86a72af7ef4ef42e): '\[ and '\] marks may be wrong after undo\n* [8.2.4940](https://github.com/vim/vim/commit/d0132f4862342eebe6d8e7a9096adf956ba6588b): some code is never used | ||
* [8.2.4950](https://github.com/vim/vim/commit/4b93674159d60c985de906c30f45dbaf2b64056f): text properties position wrong after shifting text\n* [8.2.4949](https://github.com/vim/vim/commit/31ad32a325cc31f0f2bdd530c68bfb856a2187c5): Vim9: some code not covered by tests\n* [8.2.4948](https://github.com/vim/vim/commit/d881d1598467d88808bafd2fa86982ebbca7dcc1): cannot use Perl heredoc in nested :def function\n* [8.2.4947](https://github.com/vim/vim/commit/b7a701255578b38896631ba20556b856e8888069): text properties not adjusted when accepting spell suggestion |
Submodule vim
updated
9 files
+23 −20 | src/ops.c | |
+3 −0 | src/spell.c | |
+5 −0 | src/spellsuggest.c | |
+69 −0 | src/testdir/test_textprop.vim | |
+32 −0 | src/testdir/test_vim9_expr.vim | |
+18 −0 | src/testdir/test_vim9_func.vim | |
+41 −37 | src/userfunc.c | |
+8 −0 | src/version.c | |
+3 −1 | src/vim9expr.c |