-
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.
* runtime(swayconfig): add flag for bindsym/bindcode to syntax script * 9.1.0791: tests: errors in gen_opt_test.vim are not shown * runtime(compiler): check for compile_commands in build dirs for cppcheck * 9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)
- Loading branch information
1 parent
622dee2
commit cd60c08
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 @@ | ||
* [runtime(help): Update help syntax](https://github.com/vim/vim/commit/6c2fc377bfbfb6f1a46b1061413cd21116b596ed)\n* [runtime(help): fix end of sentence highlight in code examples](https://github.com/vim/vim/commit/4bfb89996f227d5fbb4803f0d8dbd3105483b625)\n* [runtime(jinja): Support jinja syntax as secondary filetype](https://github.com/vim/vim/commit/5e53fca76fd991d64d83429d74b573cc73116d66)\n* [9.1.0789](https://github.com/vim/vim/commit/c0cba184f54e052cf8f04baca24bdee72a4b7de6): tests: ':resize + 5' has invalid space after '+'\n* [9.1.0788](https://github.com/vim/vim/commit/a2834e17d18a3e7211da6f792cc6d86dac5e8c3b): \<CSI>27;\<mod>u is not decoded to literal Escape in kitty/foot | ||
* [runtime(swayconfig): add flag for bindsym/bindcode to syntax script](https://github.com/vim/vim/commit/f10db2536755736807908ffd8e423614939f7421)\n* [9.1.0791](https://github.com/vim/vim/commit/b498c444440b9da0e7abec430d446a31e01d5eb9): tests: errors in gen\_opt\_test.vim are not shown\n* [runtime(compiler): check for compile\_commands in build dirs for cppcheck](https://github.com/vim/vim/commit/5e48e97e4231e95385e07470a7e5659ff59bd0d7)\n* [9.1.0790](https://github.com/vim/vim/commit/8fc2a097e241d29f883a5a20e8fc998eb37e6580): Amiga: AmigaOS4 build should use default runtime (newlib) |
Submodule vim
updated
8 files
+6 −4 | runtime/compiler/cppcheck.vim | |
+2 −2 | runtime/syntax/swayconfig.vim | |
+2 −2 | src/Make_ami.mak | |
+6 −2 | src/testdir/Make_ming.mak | |
+3 −2 | src/testdir/Make_mvc.mak | |
+8 −2 | src/testdir/Makefile | |
+13 −4 | src/testdir/gen_opt_test.vim | |
+4 −0 | src/version.c |