-
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.2.3878: Vim9: debugger tries to read more lines than there are
- 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.3877](https://github.com/vim/vim/commit/28fbbeac7046f33db350294908eecb380042d553): function does not abort after a type error in compare\n* [8.2.3876](https://github.com/vim/vim/commit/f2f0bddf303e37d4d532ca22e2d53179c20b1d19): 'cindent' does not recognize inline namespace\n* [8.2.3875](https://github.com/vim/vim/commit/b4168fd917e869912e0649fe13c10e5e6a595199): gcc complains about buffer overrun\n* [8.2.3874](https://github.com/vim/vim/commit/a80aad717464760a5a50ac2201ce35b24a0cf7a5): cannot highlight the number column for a sign\n* [8.2.3873](https://github.com/vim/vim/commit/82b3b4c6cf2973fe767f8e2311482af0bd95267e): go.mod files are not recognized\n* [8.2.3872](https://github.com/vim/vim/commit/080182216e605df3428cc699b9fd7e761368d12f): Vim9: finddir() and uniq() return types can be more specific\n* [8.2.3871](https://github.com/vim/vim/commit/f973eeb4911de09258e84cb2248dc0f9392824b4): list.c contains code for dict and blob\n* [8.2.3870](https://github.com/vim/vim/commit/1aeccdb464d81f0af047b399cbad160307a91f7c): MS-Windows: wrong dir when using right-click context menu\n* [8.2.3869](https://github.com/vim/vim/commit/fa46ead31abe66494da775921feefece02ce6d95): Vim9: type checking for "any" is inconsistent | ||
* [8.2.3878](https://github.com/vim/vim/commit/310091d20f26f6472fefc31e19004684f3d640bf): Vim9: debugger tries to read more lines than there are |
Submodule vim
updated
3 files
+40 −0 | src/testdir/test_vim9_script.vim | |
+2 −0 | src/version.c | |
+2 −1 | src/vim9execute.c |