-
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.2758: Vim9: wrong line number for autoload function with wrong name * 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separate
- 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.2756](https://github.com/vim/vim/commit/cfc3023cb6ce5aaec13f49bc4b821feb05e3fb03): Vim9: blob index and slice not implemented yet\n* [8.2.2755](https://github.com/vim/vim/commit/af8ea0d066d31cf3cd0a39c5c49ce0342728588d): Vim9: no error for using a number in a condition\n* [8.2.2754](https://github.com/vim/vim/commit/09f067fca38c9f89ad088e8c096c4df3998575e2): :sleep! does not always hide the cursor | ||
* [8.2.2758](https://github.com/vim/vim/commit/f48b2fa33cda94e963f6fa8b78f344385c9ebea6): Vim9: wrong line number for autoload function with wrong name\n* [8.2.2757](https://github.com/vim/vim/commit/68452177ca4cda4a9d5f93892e437447cf9404c8): Vim9: blob tests for legacy and Vim9 script are separate |
Submodule vim
updated
13 files
+22 −0 | src/blob.c | |
+2 −0 | src/errors.h | |
+2 −13 | src/eval.c | |
+12 −9 | src/ex_docmd.c | |
+1 −0 | src/proto/blob.pro | |
+70 −60 | src/testdir/test_blob.vim | |
+24 −0 | src/testdir/test_vim9_func.vim | |
+35 −0 | src/testdir/vim9.vim | |
+4 −0 | src/userfunc.c | |
+4 −0 | src/version.c | |
+2 −0 | src/vim9.h | |
+48 −16 | src/vim9compile.c | |
+62 −0 | src/vim9execute.c |