Releases: vim/vim-win32-installer
v9.1.1151
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:
- nsis: add Portuguese Brazilian translation to nsis installer
- 9.1.1151: too many strlen() calls in getchar.c
- runtime(vim): make VimKeywordPrg even smarter for regexes
- 9.1.1150: :hi completion may complete to wrong value
- 9.1.1149: Unix Makefile does not support Brazilian lang for the installer
- 9.1.1148: Vim9: finding imported scripts can be further improved
- runtime(lua): Update lua ftplugin and documentation
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.1147
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.1147: preview-window does not scroll correctly
- nsis: added support for pt-BR to installer and update README.txt
- translation(tr): Update Turkish translations
- 9.1.1146: Vim9: wrong context being used when evaluating class member
- 9.1.1145: multi-line completion has wrong indentation for last line
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.1144
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:
- runtime(netrw): runtime(netrw): upstream snapshot of v178
- 9.1.1144: no way to create raw strings from a blob
- 9.1.1143: illegal memory access when putting a register
- 9.1.1142: tests: test_startup fails if $HOME/$XDG_CONFIG_HOME is defined
- runtime(vim): improve &keywordprg in ftplugin
- runtime(vim): Update base-syntax, match :CompilerSet and :SynMenu commands
- 9.1.1141: Misplaced comment in readfile()
- 9.1.1140: filetype: m17ndb files are not detected
- 9.1.1139: [fifo] is not displayed when editing a fifo
- 9.1.1138: cmdline completion for :hi is too simplistic
- 9.1.1137: ins_str() is inefficient by calling STRLEN()
- CI: Install netbeans on windows to make sure to run test_netbeans.vim
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.1136
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:
- runtime(dockerfile): set comments in filetype plugin
- runtime(compiler): include svelte-check compiler
- runtime(doc): get rid of the titlestring hack for terminal-api
- 9.1.1136: Match highlighting marks a buffer region as changed
- 9.1.1135: 'suffixesadd' doesn't work with multiple items
- runtime(filetype): move filetype detection into filetypedetect augroup
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.1134
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:
- CI: add Makefile target to verify default highlighting groups are present
- 9.1.1134: filetype: Guile init file not recognized
- 9.1.1133: filetype: xkb files not recognized everywhere
- 9.1.1132: Mark positions wrong after triggering multiline completion
- 9.1.1131: potential out-of-memory issue in search.c
- runtime(doc): remove resolved complete item from todo list
- 9.1.1130: 'listchars' "precedes" is not drawn on Tabs.
- runtime(sieve): set fileformat=dos in filetype plugin
- 9.1.1129: missing out-of-memory test in buf_write()
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.1128
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:
- runtime(mail): add commentstring '> %s' to ftplugin
- 9.1.1128: patch 9.1.1119 caused a regression with imports
- runtime(dnsmasq): include simple filetype plugin
- 9.1.1127: preinsert text is not cleaned up correctly
- 9.1.1126: patch 9.1.1121 used a wrong way to handle enter
- 9.1.1125: cannot loop through pum menu with multiline items
- 9.1.1124: No test for 'listchars' "precedes" with double-width char
- 9.1.1123: popup hi groups not falling back to defaults
- runtime(dosini): Add support for # comments to ftplugin
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.1122
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.1122: too many strlen() calls in findfile.c
- 9.1.1121: Enter does not insert newline with "noselect"
- runtime(netrw): fix s:NetrwHome() regression
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.1120
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.1120: tests: Test_registers fails
- runtime(doc): add reference to extendnew() at extend()
- 9.1.1119: Vim9: Not able to use an autoloaded class from another autoloaded script
- 9.1.1118: tests: test_termcodes fails
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.1117
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:
- runtime(vim): Update base-syntax, improve performance
- 9.1.1117: there are a few minor style issues
- 9.1.1116: Vim9: super not supported in lambda expressions
- runtime(doc): Update the 'specifies' keyword documentation, slightly reformat
- 9.1.1115: [security]: use-after-free in str_to_reg()
- 9.1.1114: enabling termguicolors automatically confuses users
- runtime(keymap): Add ukrainian-enhanced keymap
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.1113
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.1113: tests: Test_terminal_builtin_without_gui waits 2 seconds
- 9.1.1112: Inconsistencies in get_next_or_prev_match()
- runtime(doc): document ComplMatchIns highlight for insert-completion
- runtime(netrw): upstream snapshot of v177
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.