-
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.3049: JSON patch file not recognized * 8.2.3048: strange error for white space after ++ command * 8.2.3047: increment and decrement don't allow for next command
- 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.3046](https://github.com/vim/vim/commit/b420ac9d20d484ba0ebf3e328069251a63f96996): Amiga MorphOS: Term mode is set using DOS packets\n* [8.2.3045](https://github.com/vim/vim/commit/98703d7f6c9a0ef9e54cb291a92342b9f96db732): minor typos\n* [8.2.3044](https://github.com/vim/vim/commit/3a62b14077c51c739cdc755356882b40c299f1c0): Amiga MorphOS and AROS: process ID is not valid | ||
* [8.2.3049](https://github.com/vim/vim/commit/6582e230a0f6592287b1123c5fc3807d6fed997e): JSON patch file not recognized\n* [8.2.3048](https://github.com/vim/vim/commit/22480d147fe83cb31316d2dabc5c5f249477af15): strange error for white space after ++ command\n* [8.2.3047](https://github.com/vim/vim/commit/f3d30842dcc8ef4134da462bd4197ae2e2c6c0c1): increment and decrement don't allow for next command |
Submodule vim
updated
8 files
+3 −0 | runtime/filetype.vim | |
+2 −0 | src/errors.h | |
+2 −2 | src/ex_cmds.h | |
+1 −1 | src/testdir/test_filetype.vim | |
+10 −0 | src/testdir/test_vim9_assign.vim | |
+6 −0 | src/version.c | |
+6 −0 | src/vim9compile.c | |
+13 −2 | src/vim9script.c |