Skip to content

Commit a11e40f

Browse files
authored
New version: vim.vim version 9.1.2094 (microsoft#331585)
1 parent 5f9a8ad commit a11e40f

4 files changed

Lines changed: 304 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: vim.vim
5+
PackageVersion: 9.1.2094
6+
InstallerLocale: en-US
7+
Platform:
8+
- Windows.Desktop
9+
InstallerType: nullsoft
10+
Scope: machine
11+
InstallModes:
12+
- interactive
13+
- silent
14+
UpgradeBehavior: install
15+
Commands:
16+
- gvim
17+
- tee
18+
- vim
19+
- xxd
20+
ProductCode: Vim 9.1
21+
ElevationRequirement: elevatesSelf
22+
Installers:
23+
- Architecture: x86
24+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.2094/gvim_9.1.2094_x86.exe
25+
InstallerSha256: 255A3424ABD8BF377F206DDBD6F6FAD9A38EE24DE832ABC105D59AA71D824728
26+
ReleaseDate: 2026-01-19
27+
InstallationMetadata:
28+
DefaultInstallLocation: '%ProgramFiles(x86)%\Vim'
29+
- Architecture: x64
30+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.2094/gvim_9.1.2094_x64.exe
31+
InstallerSha256: 421520356FD050079972297682A89580A41FA98985A2331D3C9412B13E0E6EC0
32+
ReleaseDate: 2026-01-18
33+
InstallationMetadata:
34+
DefaultInstallLocation: '%ProgramFiles%\Vim'
35+
- Architecture: arm64
36+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.2094/gvim_9.1.2094_arm64.exe
37+
InstallerSha256: E8D5BFA7EC5808DC1934B2DD5C0D10A3E71BAF121784DDD1AE057F4D51530B1E
38+
ReleaseDate: 2026-01-19
39+
InstallationMetadata:
40+
DefaultInstallLocation: '%ProgramFiles%\Vim'
41+
ManifestType: installer
42+
ManifestVersion: 1.10.0
Lines changed: 225 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,225 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: vim.vim
5+
PackageVersion: 9.1.2094
6+
PackageLocale: en-US
7+
Publisher: Bram Moolenaar et al.
8+
PublisherUrl: https://github.com/vim/vim-win32-installer
9+
PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues
10+
Author: Bram Moolenaar et al.
11+
PackageName: Vim
12+
PackageUrl: https://www.vim.org/
13+
License: |
14+
Copyright (C) 1991-2020 Bram Moolenaar [[email protected]] - Charityware / GNU GPL compatible
15+
LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright
16+
Copyright: Copyright (C) 1991-2020 Bram Moolenaar [[email protected]]
17+
CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright
18+
ShortDescription: |
19+
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient
20+
Moniker: vim
21+
Tags:
22+
- code-editor
23+
- g-vim
24+
- gvim
25+
- text-editing
26+
- text-editor
27+
- tool
28+
- utility
29+
- vi
30+
ReleaseNotes: |-
31+
v9.1.2094
32+
Nightly Vim Windows build snapshots (more information).
33+
If you do not know what to use, use the 32bit installer (use the signed one, if available).
34+
Signed releases will occasionally be provided on a best effort approach.
35+
Changes:
36+
- runtime(haskell): add include-search and define support in ftplugin
37+
- runtime(doc): Update advice for [gnt]roff users
38+
- 9.1.2094: filetype: tiger files are not recognized
39+
- 9.1.2093: heap-use-after-free when wiping buffer in TabClosedPre
40+
- runtime(doc): Tweak documentation style in {ft_context,terminal}.txt
41+
- runtime: Changed old "Sponsor" menu item name to a new one
42+
- 9.1.2092: cannot detect kitty foreground/background color
43+
- 9.1.2091: Ruby integration does not work correctly
44+
- 9.1.2090: Last buffer not freed with EXITFREE
45+
- runtime(doc): fix return type in getqflist() and getloclist()
46+
- runtime(syntax-tests): tests: sh_10 fails on MacOS runners
47+
- 9.1.2089: Wayland: Clipboard not working with external programs
48+
- 9.1.2088: Redundant NULL checks in find_pattern_in_path()
49+
- 9.1.2087: Crash when using :tabonly in BufUnload
50+
- runtime(tutor): Add Chinese translation for chapter 1
51+
- runtime(c,cpp): Add reference links to noreturn tests
52+
- runtime(sh): highlight single-dash short options containing digits
53+
- translation(sr): update Serbian messages translation
54+
- runtime(c): Do not highlight noreturn in C++ code
55+
- runtime(csh): Support negated if in matchit
56+
- runtime(rapid): Update syntax file for ABB Rapid
57+
- 9.1.2086: Memory leak when skipping invalid literal dict
58+
- runtime(mbsync): Add syntax highlighting for TLSVersions keyword
59+
- runtime(yaml): fix indentation script
60+
- 9.1.2085: Use-after-free in winframe_remove()
61+
- runtime(compiler): add compiler plugin for cabal
62+
- 9.1.2084: Compile error when build with job feature
63+
- CI: Add C preproc indentation check to CI
64+
- 9.1.2083: style: wrong indentation of nested ifdefs
65+
- 9.1.2082: modeless auto-select not working
66+
- runtime(krl): Update syntax file for Kuka Robot Language
67+
- runtime(matchit): include minor improvement from chrisbra/matchit
68+
- 9.1.2081: MS-Windows: unnecessary "#ifdef FEAT_GUI" in os_win32.c
69+
- 9.1.2080: W23/W24 messsage appears on :reg
70+
- 9.1.2079: use-after-free with 'qftf' wiping buffer
71+
- 9.1.2078: A few more typos in various files
72+
- runtime(doc): Fix typo at :help 'fsync'
73+
- runtime(rst): set suffixesadd for rst
74+
- runtime: Update files for ConTeXt, METAFONT, and MetaPost.
75+
- runtime(syntax-tests): Add :help command termination tests
76+
- runtime(doc): clarify vim.eval behavior with Vim special variables
77+
- runtime(compiler): Do not set title in pandoc compiler
78+
- 9.1.2077: Vim9: type issue when appending item to a list
79+
- 9.1.2076: tests: MinGW test fails midway and stops
80+
- 9.1.2075: tests: wrong change to test_ins_complete.vim
81+
- 9.1.2074: Compile error with Motif GUI
82+
- runtime(sieve): preserve existing line endings in ftplugin
83+
- 9.1.2073: auto/configure needs to be regenerated
84+
- 9.1.2072: Socket server has a few minor issues
85+
- runtime(syntax-tests): Adapt "runtime/syntax/testdir/vimcmd" for "src/testdir/util/shared.vim"
86+
- 9.1.2071: tests: test_ins_complete.vim leaves swapfiles behind
87+
- 9.1.2070: completion: autocomplete breaks with large dict
88+
- 9.1.2069: Search wrap indicator not shown w/out 'shm-S'
89+
- runtime(lynx): Update syntax file
90+
- runtime(doc): clarify the behaviour of 'fo-m'
91+
- translation(de): update German message translation
92+
- 9.1.2068: :bd/bw may try to switch to a closing buffer
93+
- runtime(cpp): Fix c++ float and integer literal syntax highlighting
94+
- runtime(matchit): Update to Release 1.21
95+
- runtime(sh): Update indent script
96+
- 9.1.2067: shadow variable warning in menu.c
97+
- runtime(racket): update Racket syntax file
98+
- 9.1.2066: :wqall! doesn't close a terminal like :qall! does
99+
- 9.1.2065: GvimExt cannot be linked statically using MinGW
100+
- CI: build failure in if_perl.xs
101+
- runtime(yaml): update YAML indentation for mapping keys inside list items
102+
- 9.1.2064: completion: segfault during file name completion
103+
- gitattributes: mark test21.ok binary, drop test42.in
104+
- runtime(doc): add termdebug tag, remove term "floating window"
105+
- runtime(sqloracle): Update syntax script
106+
- runtime(xml): update XML runtime files
107+
- runtime(zsh): Update runtime files
108+
- runtime(privoxy): Update syntax file
109+
- runtime(tutor): fix wrong motion in instruction
110+
- 9.1.2063: A few typos in the code and runtime files
111+
- runtime(wget): Update syntax files
112+
- runtime(doc): Minor updates to version9.txt
113+
- runtime(cpp): Announce syntax file adoption
114+
- 9.1.2062: filetype: djot files are not recognized
115+
- 9.1.2061: filetype: Koka files are not recognized
116+
- 9.1.2060: filetype: Rasi include files are not recognized
117+
- 9.1.2059: filetype: Nickel files are not recognized
118+
- 9.1.2058: b_locked_split is not checked for :sbuffer
119+
- 9.1.2057: copying to clipboard register broken with 'go-P'
120+
- 9.1.2056: tests: inconsistent indent and line breaking in Test_maparg()
121+
- translation(ru): Updated message file
122+
- translation(ru): added a disclaimer to the license translation
123+
- translation(ru): updated menu files according to the patch 9.1.1989
124+
- translation(ru): updated tutor files
125+
- 9.1.2055: Division by zero in :file after failing to wipe buffer
126+
- Always force LF line endings in old test .ok files
127+
- runtime(cangjie): Update syntax script
128+
- 9.1.2054: Can't unpack tuple from imported function
129+
- 9.1.2053: MS-Windows: May use wrong find command
130+
- 9.1.2052: Compile error when disabling linebreak feature
131+
- 9.1.2051: tests: fix Test_cd_completion fails in Appveyor
132+
- 9.1.2050: tests: Test_cd_completion may fail
133+
- 9.1.2049: Vim9: unexpected E1209 error
134+
- 9.1.2048: MS-Windows: backspace behavior wrong with ConPTY
135+
- 9.1.2047: MS-Windows: style issue in gui_w32.c
136+
- 9.1.2046: MS-Windows: compile warnings
137+
- runtime(doc): Clarify visual mark behavior in getpos(), setpos()
138+
- runtime: mention subscription only ml, fix typo in maintainer email
139+
- CI: Missing test of Vim with ConPTY on Windows
140+
- translation(it): Update Italian translation
141+
- 9.1.2045: Mac: Build failure with Mac OS X 10.6
142+
- 9.1.2044: Inefficient use of ga_concat()
143+
- 9.1.2043: filetype: kos files are not reconized
144+
- 9.1.2042: filetype: systemd quadlet files are not recognized
145+
- 9.1.2041: tests: test_menu.vim leaves swapfiles behind
146+
- 9.1.2040: :tlunmenu incorrectly accepts a range
147+
- runtime(logtalk): Update Logtalk runtime files for the latest language spec
148+
- 9.1.2039: if_ruby: crash when using Ruby/dyn 4.0
149+
- 9.1.2038: tests: test_marks.vim leaves swapfiles behind
150+
- runtime: Revert several "mark invalid contact addresses" commits
151+
- 9.1.2037: undo: cursor position not correctly restored
152+
- 9.1.2036: if_ruby: build error with ruby 4.0
153+
- runtime: mark more invalid email addresses
154+
- runtime: mark more invalid email addresses
155+
- runtime: mark invalid contact addresses
156+
- 9.1.2035: filetype: filetype: Fennel fnlm files are not recognized
157+
- 9.1.2034: filetype: Fennel fnml files are not recognized
158+
- 9.1.2033: tests: Test_terminal_cwd flaky when using ConPTY
159+
- 9.1.2032: Vim9: error when using class member in Lambda
160+
- translation(zh_CN): Update the Simplify Chinese translation
161+
- runtime(rust): Update indentation after nested array literal
162+
- runtime(doc): Update Contributing.md on the use of AI
163+
- runtime(doc): Emphasize adding tests when contributing
164+
- README.md: remove the warp ad again
165+
- runtime(rust): partly revert e426245b, it causes more issues than it solves
166+
- 9.1.2031: Makefile: cannot run make installinks twice
167+
- 9.1.2030: inefficient use of ga_concat()
168+
- 9.1.2029: tests: the test_vim9_class.vim testfile is too long
169+
- runtime(tutor): Improve Spanish translation for chapter 2 after 757b42a
170+
- runtime(indent-tests): Include a simple Rust indent test
171+
- runtime(rust): clean-up indent script, handle opening empty line correctly
172+
- 9.1.2028: [security]: Buffer-overflow with incomplete multi-byte chars
173+
- runtime(bpftrace): add indention plugin
174+
- translation(zh_CN): Update the Simplify Chinese translation
175+
- runtime(doc): improve :catch documentation
176+
- 9.1.2027: filetype: bicep filetype used for 2 bicep file types
177+
- 9.1.2026: tests: patch 9.1.2019 not tested properly
178+
- 9.1.2025: conpty terminal process may not start
179+
- 9.1.2024: 'fsync' option cannot be set per buffer
180+
- 9.1.2023: [security]: Use-after-free in alist_add() with nasty autocmd
181+
- runtime(compiler): add pyright Python type checker
182+
This release includes signed files
183+
Files:
184+
🔒 Signed Files:
185+
- gvim_9.1.2094_x86_signed.exe
186+
Signed 32-bit installer (If you don't know what to use, use this one)
187+
- gvim_9.1.2094_x64_signed.exe
188+
Signed 64-bit installer
189+
- gvim_9.1.2094_arm64_signed.exe
190+
Signed ARM64-bit installer
191+
- gvim_9.1.2094_x86_signed.zip
192+
Signed 32-bit zip archive
193+
- gvim_9.1.2094_x64_signed.zip
194+
Signed 64-bit zip archive
195+
- gvim_9.1.2094_arm64_signed.zip
196+
Signed ARM64-bit zip archive
197+
🔓 Unsigned Files:
198+
- gvim_9.1.2094_x86.exe
199+
32-bit installer (If you don't know what to use, use this one)
200+
- gvim_9.1.2094_x64.exe
201+
64-bit installer
202+
- gvim_9.1.2094_arm64.exe
203+
ARM 64-bit installer
204+
- gvim_9.1.2094_x86.zip
205+
32-bit zip archive
206+
- gvim_9.1.2094_x64.zip
207+
64-bit zip archive
208+
- gvim_9.1.2094_arm64.zip
209+
ARM 64-bit zip archive
210+
- gvim_9.1.2094_x86_pdb.zip
211+
pdb files for debugging the corresponding 32-bit executable
212+
- gvim_9.1.2094_x64_pdb.zip
213+
pdb files for debugging the corresponding 64-bit executable
214+
Interface Information
215+
- Strawberry Perl 5.32
216+
- LuaBinaries 5.4
217+
- Python 2.7
218+
- Python3 3.8 or later
219+
- Racket 8.7 (BC)
220+
- RubyInstaller 3.2
221+
- libsodium 1.0.19
222+
See the README for detail.
223+
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.2094
224+
ManifestType: defaultLocale
225+
ManifestVersion: 1.10.0
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: vim.vim
5+
PackageVersion: 9.1.2094
6+
PackageLocale: zh-CN
7+
Publisher: Bram Moolenaar et al.
8+
PublisherUrl: https://github.com/vim/vim-win32-installer
9+
PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues
10+
Author: Bram Moolenaar et al.
11+
PackageName: Vim
12+
PackageUrl: https://www.vim.org/
13+
License: |
14+
Copyright (C) 1991-2020 Bram Moolenaar [[email protected]] - Charityware / GNU GPL compatible
15+
LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright
16+
Copyright: Copyright (C) 1991-2020 Bram Moolenaar [[email protected]]
17+
CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright
18+
ShortDescription: Vim 是一个高度可配置的文本编辑器,可高效创建和更改任何类型的文本。
19+
Tags:
20+
- g-vim
21+
- gvim
22+
- vi
23+
- 代码编辑器
24+
- 实用工具
25+
- 工具
26+
- 文本编辑
27+
- 文本编辑器
28+
ManifestType: locale
29+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: vim.vim
5+
PackageVersion: 9.1.2094
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)