forked from vim/vim-win32-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0631: wrong completion list displayed with non-existing dir + fuzzy completion * 9.1.0630: MS-Windows: build fails with VIMDLL and mzscheme * 9.1.0629: Rename of pum hl_group is incomplete * 9.1.0628: MinGW: coverage files are not cleaned up * 9.1.0627: MinGW: build-error when COVERAGE is enabled
- Loading branch information
1 parent
c823291
commit 3373cc6
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.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 | ||
* [9.1.0631](https://github.com/vim/vim/commit/6b6280c4a270547f84f01c0e0d9be1b7d6bb9e20): wrong completion list displayed with non-existing dir + fuzzy completion\n* [9.1.0630](https://github.com/vim/vim/commit/f0ce176b5ff631cbc4d149e9f6ba03e78a9bf2a6): MS-Windows: build fails with VIMDLL and mzscheme\n* [9.1.0629](https://github.com/vim/vim/commit/4100852e099133a0c9603e1087e5dc6d82001ce7): Rename of pum hl\_group is incomplete\n* [9.1.0628](https://github.com/vim/vim/commit/f08865ce8309a7d4c7d55d5d9d60b9062eca5370): MinGW: coverage files are not cleaned up\n* [9.1.0627](https://github.com/vim/vim/commit/e4486bad10dc605e2c996c9ef2f7656c01c7eb33): MinGW: build-error when COVERAGE is enabled |
Submodule vim
updated
14 files
+7 −7 | runtime/doc/insert.txt | |
+18 −5 | src/Make_cyg_ming.mak | |
+15 −4 | src/Make_mvc.mak | |
+1 −1 | src/cmdexpand.c | |
+19 −2 | src/if_mzsch.c | |
+19 −12 | src/insexpand.c | |
+21 −0 | src/os_w32exe.c | |
+7 −7 | src/popupmenu.c | |
+1 −1 | src/structs.h | |
+20 −0 | src/testdir/dumps/Test_pum_highlights_13.dump | |
+20 −0 | src/testdir/dumps/Test_pum_highlights_14.dump | |
+20 −0 | src/testdir/dumps/Test_pum_highlights_15.dump | |
+25 −5 | src/testdir/test_popup.vim | |
+10 −0 | src/version.c |