Releases: vim/vim-win32-installer
v9.1.1111
Nightly Vim Windows build snapshots (more information).
If you do not know what to use, use the 32bit installer (use the signed one, if available).
Signed releases will occasionally be provided on a best effort approach.
Changes:
- 9.1.1111: Vim9: variable not found in transitive import
- 9.1.1110: Vim tests are slow and flaky
- 9.1.1109: cmdexpand.c hard to read
- runtime(exports): include simple filetype plugin
- runtime(samba): include simple filetype plugin
- 9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol"
- 9.1.1107: cannot loop through completion menu with fuzzy
- runtime(vim): Update base-syntax, always match continuation comments to EOL
- runtime(nroff): set define option & add matchit config in ftplugin
- runtime(vim): Update base-syntax, match Vim9 boolean and null literals in parens
Files:
🔓 Unsigned Files:
32-bit installer (If you don't know what to use, use this one)
64-bit installer
32-bit zip archive
64-bit zip archive
pdb files for debugging the corresponding 32-bit executable
pdb files for debugging the corresponding 64-bit executable
Interface Information
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.
v9.1.1106
Nightly Vim Windows build snapshots (more information).
If you do not know what to use, use the 32bit installer (use the signed one, if available).
Signed releases will occasionally be provided on a best effort approach.
Changes:
- 9.1.1106: tests: Test_log_nonexistent() causes asan failure
- 9.1.1105: Vim9: no support for protected new() method
- 9.1.1104: CI: using Ubuntu 22.04 Github runners
- ci: syntax tests spam output
- 9.1.1103: if_perl: still some compile errors with Perl 5.38
- 9.1.1102: tests: Test_WinScrolled_Resized_eiw() uses wrong filename
Files:
🔓 Unsigned Files:
32-bit installer (If you don't know what to use, use this one)
64-bit installer
32-bit zip archive
64-bit zip archive
pdb files for debugging the corresponding 32-bit executable
pdb files for debugging the corresponding 64-bit executable
Interface Information
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.
v9.1.1101
Nightly Vim Windows build snapshots (more information).
If you do not know what to use, use the 32bit installer (use the signed one, if available).
Signed releases will occasionally be provided on a best effort approach.
Changes:
- 9.1.1101: insexpand.c hard to read
- 9.1.1100: tests: Test_log_nonexistent only works on Linux
- runtime(vim): Update base-syntax, improve variable matching
- 9.1.1099: Vim9: import with extends may crash
- 9.1.1098: leaking memory with completing multi lines
- 9.1.1097: --log with non-existent path causes a crash
- 9.1.1096: if_perl: Perl 5.38 adds new symbols causing link failure
- 9.1.1095: tests: matchparen plugin test wrongly named
Files:
🔓 Unsigned Files:
32-bit installer (If you don't know what to use, use this one)
64-bit installer
32-bit zip archive
64-bit zip archive
pdb files for debugging the corresponding 32-bit executable
pdb files for debugging the corresponding 64-bit executable
Interface Information
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.
v9.1.1094
Nightly Vim Windows build snapshots (more information).
If you do not know what to use, use the 32bit installer (use the signed one, if available).
Signed releases will occasionally be provided on a best effort approach.
Changes:
- 9.1.1094: Vim9: problem finding implemented method in type hierarchy
- runtime(qf): Update syntax file, match second delimiter
- 9.1.1093: tests: output of test ...win32_ctrl_z depends on python version
- 9.1.1092: tests: fix expected return code for python 3.13 on Windows
- 9.1.1091: tests: timeout might be a bit too small
- 9.1.1090: tests: test_terminwscroll_topline2 unreliable
- 9.1.1089: tests: No check when tests are run under Github actions
- 9.1.1088: tests: plugin tests are named inconsistently
- 9.1.1087: Vim9: import with extends may crash
- 9.1.1086: completion doesn't work with multi lines
- 9.1.1085: filetype: cmmt files are not recognized
- 9.1.1084: Unable to persistently ignore events in a window and its buffers
- runtime(tex): improve syntax highlighting
- 9.1.1083: setreg() doesn't correctly handle mbyte chars in blockwise mode
This release includes signed files
Files:
🔒 Signed Files:
Signed 32-bit installer (If you don't know what to use, use this one)
Signed 64-bit installer
Signed 32-bit zip archive
Signed 64-bit zip archive
🔓 Unsigned Files:
32-bit installer (If you don't know what to use, use this one)
64-bit installer
32-bit zip archive
64-bit zip archive
pdb files for debugging the corresponding 32-bit executable
pdb files for debugging the corresponding 64-bit executable
Interface Information
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.
v9.1.1082
Nightly Vim Windows build snapshots (more information).
If you do not know what to use, use the 32bit installer (use the signed one, if available).
Signed releases will occasionally be provided on a best effort approach.
Changes:
- 9.1.1082: unexpected DCS responses may cause out of bounds reads
- 9.1.1081: has('bsd') is true for GNU/Hurd
- 9.1.1080: filetype: Mill files are not recognized
- 9.1.1079: GUI late startup leads to uninitialized scrollbars
- runtime(misc): Add support for lz4 to tar & gzip plugin
- 9.1.1078: Terminal ansi colors off by one after tgc reset
- 9.1.1077: included syntax items do not understand contains=TOP
- 9.1.1076: vim_strnchr() is strange and unnecessary
- 9.1.1075: Vim9: len variable not used in compile_load()
- runtime(vim): Update base-syntax, match :debuggreedy count prefix
- 9.1.1074: Strange error when heredoc marker starts with "trim"
- 9.1.1073: tests: test_compiler fails on Windows without Maven
- 9.1.1072: 'diffopt' "linematch" cannot be used with {n} less than 10
Files:
🔓 Unsigned Files:
32-bit installer (If you don't know what to use, use this one)
64-bit installer
32-bit zip archive
64-bit zip archive
pdb files for debugging the corresponding 32-bit executable
pdb files for debugging the corresponding 64-bit executable
Interface Information
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.
v9.1.1071
Nightly Vim Windows build snapshots (more information).
If you do not know what to use, use the 32bit installer (use the signed one, if available).
Signed releases will occasionally be provided on a best effort approach.
Changes:
- 9.1.1071: args missing after failing to redefine a function
- 9.1.1070: Cannot control cursor positioning of getchar()
- 9.1.1069: preinsert text completions not deleted with <C-W>/<C-U>
- 9.1.1068: getchar() can't distinguish between C-I and Tab
- CI: bump windows python to 3.13
- 9.1.1067: tests: Test_termwinscroll_topline2 fails on MacOS
- 9.1.1066: heap-use-after-free and stack-use-after-scope with :14verbose
Files:
🔓 Unsigned Files:
32-bit installer (If you don't know what to use, use this one)
64-bit installer
32-bit zip archive
64-bit zip archive
pdb files for debugging the corresponding 32-bit executable
pdb files for debugging the corresponding 64-bit executable
Interface Information
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.
v9.1.1065
Nightly Vim Windows build snapshots (more information).
If you do not know what to use, use the 32bit installer (use the signed one, if available).
Signed releases will occasionally be provided on a best effort approach.
Changes:
- 9.1.1065: no digraph for "Approaches the limit"
- 9.1.1064: not possible to use plural forms with gettext()
- 9.1.1063: too many strlen() calls in userfunc.c
- 9.1.1062: terminal: E315 when dragging the terminal with the mouse
- runtime(openPlugin): fix unclosed parenthesis in GetWordUnderCursor()
- runtime(doc): Tweak documentation style a bit
Files:
🔓 Unsigned Files:
32-bit installer (If you don't know what to use, use this one)
64-bit installer
32-bit zip archive
64-bit zip archive
pdb files for debugging the corresponding 32-bit executable
pdb files for debugging the corresponding 64-bit executable
Interface Information
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.
v9.1.1061
Nightly Vim Windows build snapshots (more information).
If you do not know what to use, use the 32bit installer (use the signed one, if available).
Signed releases will occasionally be provided on a best effort approach.
Changes:
- 9.1.1061: tests: test_glvs fails when unarchiver not available
- 9.1.1060: Vim always enables 'termguicolors' in a terminal
- 9.1.1059: completion: input text deleted with preinsert when adding leader
- 9.1.1058: translation(sr): Missing Serbian translation for the tutor
Files:
🔓 Unsigned Files:
32-bit installer (If you don't know what to use, use this one)
64-bit installer
32-bit zip archive
64-bit zip archive
pdb files for debugging the corresponding 32-bit executable
pdb files for debugging the corresponding 64-bit executable
Interface Information
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.
v9.1.1057
Nightly Vim Windows build snapshots (more information).
If you do not know what to use, use the 32bit installer (use the signed one, if available).
Signed releases will occasionally be provided on a best effort approach.
Changes:
- 9.1.1057: Superfluous cleanup steps in test_ins_complete.vim
- runtime(netrw): correct wrong version check
- 9.1.1056: Vim doesn't highlight to be inserted text when completing
- runtime(netrw): upstream snapshot of v176
- runtime(dist/vim9): fix regressions in dist#vim9#Open
- runtime(hyprlang): fix string recognition
Files:
🔓 Unsigned Files:
32-bit installer (If you don't know what to use, use this one)
64-bit installer
32-bit zip archive
64-bit zip archive
pdb files for debugging the corresponding 32-bit executable
pdb files for debugging the corresponding 64-bit executable
Interface Information
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.
v9.1.1055
Nightly Vim Windows build snapshots (more information).
If you do not know what to use, use the 32bit installer (use the signed one, if available).
Signed releases will occasionally be provided on a best effort approach.
Changes:
- 9.1.1055: make install fails because of a missing dependency
- runtime(asm): add byte directives to syntax script
- 9.1.1054: Vim doesn't work well with TERM=xterm-direct
Files:
🔓 Unsigned Files:
32-bit installer (If you don't know what to use, use this one)
64-bit installer
32-bit zip archive
64-bit zip archive
pdb files for debugging the corresponding 32-bit executable
pdb files for debugging the corresponding 64-bit executable
Interface Information
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.