-
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.
* 9.1.0626: Vim9: need more tests with null objects * runtime(autohotkey): include initial filetype plugin * 9.1.0625: tests: test output all translated messages for all translations * 9.1.0624: ex command modifiers not found * 9.1.0623: Mingw: errors when trying to delete non-existing files * 9.1.0622: MS-Windows: mingw-build can be optimized * 9.1.0621: MS-Windows: startup code can be improved * 9.1.0620: Vim9: segfauls with null objects * 9.1.0619: tests: test_popup fails
- Loading branch information
1 parent
4eb9ba0
commit 166604f
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 @@ | ||
* [9.1.0618](https://github.com/vim/vim/commit/508e7856ec4afc9d6038b14bb6893668268dccab): cannot mark deprecated attributes in completion menu\n* [9.1.0617](https://github.com/vim/vim/commit/dc373d456b5919ed2b8f83e8642c115f646ca93d): Cursor moves beyond first line of folded end of buffer\n* [9.1.0616](https://github.com/vim/vim/commit/eb4b903c9b238ebcc1d14cfcb207129b4931a33d): filetype: Make syntax highlighting off for MS Makefiles\n* [9.1.0615](https://github.com/vim/vim/commit/242667ae142d9862a7bace82c58cb11c79fdab7a): Unnecessary STRLEN() in make\_percent\_swname()\n* [runtime(progress): Add single-line comment syntax](https://github.com/vim/vim/commit/4d68054c1e49b937a1aa9567196b97b36fe99c27)\n* [runtime(progress): Add syntax test for comments](https://github.com/vim/vim/commit/408bd9ffe7e4d1f0891582edcbc4ab4c2a7df4bf)\n* [runtime(progress): Update maintainer info](https://github.com/vim/vim/commit/d5cc8ee0fa3e952492aed0c2f7e97586a0a87ab7)\n* [9.1.0614](https://github.com/vim/vim/commit/377a085ea360dd9c5342240bd18e6719fcb1ebfc): tests: screendump tests fail due to recent syntax changes | ||
* [9.1.0626](https://github.com/vim/vim/commit/94082b60d5087246b19615d9b7d46e377c4eb766): Vim9: need more tests with null objects\n* [runtime(autohotkey): include initial filetype plugin](https://github.com/vim/vim/commit/a7295ae7f5b956758f1c9c9a29d10c48661b29bc)\n* [9.1.0625](https://github.com/vim/vim/commit/6ed8ae837b9c19985c4291c885544f3f2f624154): tests: test output all translated messages for all translations\n* [9.1.0624](https://github.com/vim/vim/commit/70a11a6bf69f477844470ce59958b686024d2a41): ex command modifiers not found\n* [9.1.0623](https://github.com/vim/vim/commit/325420ebe459e7f67b959ce189269b0e8ca9dc12): Mingw: errors when trying to delete non-existing files\n* [9.1.0622](https://github.com/vim/vim/commit/032accd98b6915b5d642a2d059cc666c2c786579): MS-Windows: mingw-build can be optimized\n* [9.1.0621](https://github.com/vim/vim/commit/b32d0a479d18512be551a3bca6366796c47d2633): MS-Windows: startup code can be improved\n* [9.1.0620](https://github.com/vim/vim/commit/be82825687fcf020dc79667cc1cdf62ace2215f2): Vim9: segfauls with null objects\n* [9.1.0619](https://github.com/vim/vim/commit/8754efe437fcb17ad2c64192f8722e08d68e032e): tests: test\_popup fails |
Submodule vim
updated
17 files
+1 −0 | .github/MAINTAINERS | |
+16 −0 | runtime/ftplugin/autohotkey.vim | |
+2 −2 | src/GvimExt/Make_ming.mak | |
+31 −8 | src/Make_cyg_ming.mak | |
+4 −4 | src/Make_mvc.mak | |
+20 −61 | src/ex_docmd.c | |
+1 −1 | src/os_w32dll.c | |
+38 −17 | src/os_w32exe.c | |
+1 −1 | src/po/Makefile | |
+9 −10 | src/popupmenu.c | |
+21 −0 | src/testdir/test_cmdline.vim | |
+2 −2 | src/testdir/test_popup.vim | |
+79 −0 | src/testdir/test_vim9_class.vim | |
+18 −8 | src/typval.c | |
+16 −0 | src/version.c | |
+44 −16 | src/vim9execute.c | |
+1 −1 | src/xxd/Make_ming.mak |