vim-win32-installer

Vim Win32 Installer

Stars
2.2K
Committers
12
vim-win32-installer - v8.2.4533

Published by chrisbra over 2 years ago

v8.2.4533
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:

  • 8.2.4533: Vim9: no test that after assigning null type is still checked
  • 8.2.4532: suspending with CTRL-Z does not work on OpenBSD
  • 8.2.4531: LGTM warnings for condition and buffer size
  • 8.2.4530: making comparison with null work changes legacy behavior
  • Update runtime files

Files:

🔓 Unsigned Files:

  • gvim_8.2.4533_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4533_x64.exe
    64-bit installer
  • gvim_8.2.4533_x86.zip
    32-bit zip archive
  • gvim_8.2.4533_x64.zip
    64-bit zip archive
  • gvim_8.2.4533_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4533_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4529

Published by chrisbra over 2 years ago

v8.2.4529
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:

Files:

🔓 Unsigned Files:

  • gvim_8.2.4529_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4529_x64.exe
    64-bit installer
  • gvim_8.2.4529_x86.zip
    32-bit zip archive
  • gvim_8.2.4529_x64.zip
    64-bit zip archive
  • gvim_8.2.4529_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4529_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4525

Published by chrisbra over 2 years ago

v8.2.4525
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:

  • 8.2.4525: some GUI tests don't work on Athena
  • 8.2.4524: MS-Windows: cannot build with some sodium libraries
  • 8.2.4523: when gvim is started maximized the 'window' option isn't set

Files:

🔓 Unsigned Files:

  • gvim_8.2.4525_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4525_x64.exe
    64-bit installer
  • gvim_8.2.4525_x86.zip
    32-bit zip archive
  • gvim_8.2.4525_x64.zip
    64-bit zip archive
  • gvim_8.2.4525_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4525_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4522

Published by chrisbra over 2 years ago

v8.2.4522
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:

  • 8.2.4522: GUI test fails with Motif
  • 8.2.4521: build failure without the +diff feature
  • 8.2.4520: using wrong highlight for cursor line number
  • 8.2.4519: Vim9: Can still use ":fini" and ":finis" for ":finish"
  • 8.2.4518: the binary tag search feature is always enabled
  • 8.2.4517: MS-Windows: cannot specify location of sodium library

Files:

🔒 Signed Files:

  • gvim_8.2.4522_x86_signed.exe
    Signed 32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4522_x64_signed.exe
    Signed 64-bit installer
  • gvim_8.2.4522_x86_signed.zip
    Signed 32-bit zip archive
  • gvim_8.2.4522_x64_signed.zip
    Signed 64-bit zip archive

🔓 Unsigned Files:

  • gvim_8.2.4522_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4522_x64.exe
    64-bit installer
  • gvim_8.2.4522_x86.zip
    32-bit zip archive
  • gvim_8.2.4522_x64.zip
    64-bit zip archive
  • gvim_8.2.4522_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4522_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4516

Published by chrisbra over 2 years ago

v8.2.4516
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:

  • 8.2.4516: build failure without the +eval feature
  • 8.2.4515: old subsitute syntax is still supported
  • 8.2.4514: Vim9: some flow commands can be shortened
  • 8.2.4513: window-local directory is not applied if 'acd' fails
  • 8.2.4512: the find_tags_in_file() function is much too long
  • 8.2.4511: filetype test fails
  • 8.2.4510: Vim9: shortening commands leads to confusing script
  • 8.2.4509: Vim9: can declare a variable with ":va"
  • 8.2.4508: Vim9: cannot assign to a global variable on the command line
  • 8.2.4507: test fails because of new error message
  • 8.2.4506: "pattern not found" for :global is not an error message
  • 8.2.4505: Vim9: outdated "autocmd nested" still works
  • 8.2.4504: when there is a partially matching map full map may not work
  • 8.2.4503: Vim9: there is no point in supporting :Print and :mode
  • 8.2.4502: in the GUI a modifier is not recognized after CTRL-X

Files:

🔓 Unsigned Files:

  • gvim_8.2.4516_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4516_x64.exe
    64-bit installer
  • gvim_8.2.4516_x86.zip
    32-bit zip archive
  • gvim_8.2.4516_x64.zip
    64-bit zip archive
  • gvim_8.2.4516_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4516_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4501

Published by chrisbra over 2 years ago

v8.2.4501
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:

  • 8.2.4501: with 'showbreak' set cursor displayed in wrong position
  • 8.2.4500: Vim9: can declare a global variable on the command line
  • 8.2.4499: Vim9: at the script level declarations leak to next block
  • 8.2.4498: using <Plug> with "noremap" does not work
  • 8.2.4497: wrong color for half of wide character next to pum scrollbar
  • 8.2.4496: Coverity gives warnings after tags code refactoring
  • 8.2.4495: help test fails in 24 line terminal
  • 8.2.4494: the find_tags() function is much too long
  • 8.2.4493: options test fails in the GUI
  • 8.2.4492: no error if an option is given a value with ":let &opt = val"
  • 8.2.4491: MS-Windows makefile dependencies are outdated
  • 8.2.4490: terminal focus reporting only works for xterm-like terminals
  • 8.2.4489: failing test for comparing v:null with number
  • 8.2.4488: build error with +eval but without +channel or +job
  • 8.2.4487: Vim9: cannot compare with v:null
  • 8.2.4486: MS-Windows GUI: slow scrolling with maximized window

Files:

🔓 Unsigned Files:

  • gvim_8.2.4501_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4501_x64.exe
    64-bit installer
  • gvim_8.2.4501_x86.zip
    32-bit zip archive
  • gvim_8.2.4501_x64.zip
    64-bit zip archive
  • gvim_8.2.4501_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4501_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4485

Published by chrisbra over 2 years ago

v8.2.4485
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:

  • 8.2.4485: compiler warning for uninitialized variable
  • 8.2.4484: Vim9: some error messages are not tested
  • 8.2.4483: command completion makes two rounds to collect matches
  • 8.2.4482: no fuzzy cmdline completion for user defined completion
  • 8.2.4481: cmdline popup menu not removed when 'lazyredraw' is set
  • 8.2.4480: suspending with CTRL-Z does not work on Android
  • 8.2.4479: no fuzzy completieon for maps and abbreviations

Files:

🔓 Unsigned Files:

  • gvim_8.2.4485_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4485_x64.exe
    64-bit installer
  • gvim_8.2.4485_x86.zip
    32-bit zip archive
  • gvim_8.2.4485_x64.zip
    64-bit zip archive
  • gvim_8.2.4485_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4485_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4478

Published by chrisbra over 2 years ago

v8.2.4478
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:

Files:

🔒 Signed Files:

  • gvim_8.2.4478_x86_signed.exe
    Signed 32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4478_x64_signed.exe
    Signed 64-bit installer
  • gvim_8.2.4478_x86_signed.zip
    Signed 32-bit zip archive
  • gvim_8.2.4478_x64_signed.zip
    Signed 64-bit zip archive

🔓 Unsigned Files:

  • gvim_8.2.4478_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4478_x64.exe
    64-bit installer
  • gvim_8.2.4478_x86.zip
    32-bit zip archive
  • gvim_8.2.4478_x64.zip
    64-bit zip archive
  • gvim_8.2.4478_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4478_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4473

Published by chrisbra over 2 years ago

v8.2.4473
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:

  • 8.2.4473: Coverity warnds for not checking return value of ftell()
  • 8.2.4472: Coverity warns for use of a freed function name
  • 8.2.4471: Coverity warns for uninitialized variable
  • 8.2.4470: Coverity warns for uninitialized variable
  • 8.2.4469: Coverity warns for uninitialized variable
  • 8.2.4468: Coverity warns for uninitialized struct member
  • 8.2.4467: running filetype test leaves file behind
  • 8.2.4466: MS-Windows: illegal memory access in installer
  • 8.2.4465: fuzzy completion does not order matches properly
  • 8.2.4464: Dtrace files are recognized as filetype D
  • 8.2.4463: completion only uses strict matching
  • 8.2.4462: not enough testing for quickfix code
  • 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLL
  • 8.2.4460: Vim9: wrong error for defining dict function
  • 8.2.4459: Vim9: compiling sort() call fails with unknown arguments
  • 8.2.4458: Vim9: compiling filter() call fails with unknown arguments
  • 8.2.4457: the GPM library can only be linked statically
  • 8.2.4456: terminal test may fail on some machines
  • 8.2.4455: accepting one and zero for second sort() argument is strange
  • 8.2.4454: resetting cmdwin_type only for one situation
  • 8.2.4453: :helpgrep may free an option that was not allocated
  • 8.2.4452: test for what 8.2.4436 fixes does not check for regression

Files:

🔓 Unsigned Files:

  • gvim_8.2.4473_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4473_x64.exe
    64-bit installer
  • gvim_8.2.4473_x86.zip
    32-bit zip archive
  • gvim_8.2.4473_x64.zip
    64-bit zip archive
  • gvim_8.2.4473_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4473_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4451

Published by chrisbra over 2 years ago

v8.2.4451
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:

  • 8.2.4451: sort() fails when ignoring case
  • 8.2.4450: list sort test fails
  • 8.2.4449: vim9: function argument of sort() not checked at compile time
  • 8.2.4448: filetype detection is failing
  • 8.2.4447: Vim9: can still use s:var in a compiled function
  • 8.2.4446: Vim9: cannot refer to a global function like a local one
  • 8.2.4445: exit test fails on MS-Windows anyway
  • 8.2.4444: beep caused by test
  • 8.2.4443: regexp pattern test fails on Mac
  • 8.2.4442: test for error reading input fails on MS-Windows
  • 8.2.4441: Vim9: function argument of filter() not checked like map()
  • 8.2.4440: crash with specific regexp pattern and string
  • 8.2.4439: accepting "iso8859" 'encoding' as "iso-8859-"
  • 8.2.4438: crash on exit when using cmdline window
  • 8.2.4437: vartabs test fails on MS-Windows
  • 8.2.4436: crash with weird 'vartabstop' value
  • 8.2.4435: dead code in checking map() arguments
  • 8.2.4434: duplicate check for cmdline window
  • 8.2.4433: CI: cannot see interface versions for MS-Windows
  • 8.2.4432: cannot use settabvar() while the cmdline window is open
  • 8.2.4431: unnecessary condition when assigning to a variable
  • 8.2.4430: GTK: crash when using 'guiligatures' and reading from stdin
  • 8.2.4429: using script-local function from the wrong script

Files:

🔓 Unsigned Files:

  • gvim_8.2.4451_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4451_x64.exe
    64-bit installer
  • gvim_8.2.4451_x86.zip
    32-bit zip archive
  • gvim_8.2.4451_x64.zip
    64-bit zip archive
  • gvim_8.2.4451_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4451_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4428

Published by chrisbra over 2 years ago

v8.2.4428
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:

  • 8.2.4428: crash when switching tabpage while in the cmdline window
  • Update runtime files
  • 8.2.4427: getchar() may return modifiers if no character is available
  • 8.2.4426: map() function on string and blob does not check types
  • 8.2.4425: map() function does not check function arguments

Files:

🔒 Signed Files:

  • gvim_8.2.4428_x86_signed.exe
    Signed 32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4428_x64_signed.exe
    Signed 64-bit installer
  • gvim_8.2.4428_x86_signed.zip
    Signed 32-bit zip archive
  • gvim_8.2.4428_x64_signed.zip
    Signed 64-bit zip archive

🔓 Unsigned Files:

  • gvim_8.2.4428_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4428_x64.exe
    64-bit installer
  • gvim_8.2.4428_x86.zip
    32-bit zip archive
  • gvim_8.2.4428_x64.zip
    64-bit zip archive
  • gvim_8.2.4428_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4428_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4424

Published by chrisbra over 2 years ago

v8.2.4424
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:

  • 8.2.4424: ".gts" and ".gjs" files are not recognized
  • 8.2.4423: "make nvcmdidxs" fails
  • 8.2.4422: autochdir test fails on MS-Windows
  • 8.2.4421: some installed files and directories have wrong permissions
  • 8.2.4420: menu translations are inconsistent
  • 8.2.4419: illegal memory access when using 20 highlights
  • 8.2.4418: crash when using special multi-byte character

Files:

🔓 Unsigned Files:

  • gvim_8.2.4424_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4424_x64.exe
    64-bit installer
  • gvim_8.2.4424_x86.zip
    32-bit zip archive
  • gvim_8.2.4424_x64.zip
    64-bit zip archive
  • gvim_8.2.4424_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4424_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4417

Published by chrisbra over 2 years ago

v8.2.4417
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:

  • 8.2.4417: using NULL pointer
  • 8.2.4416: Vim9: using a script-local function requires using "s:"
  • 8.2.4415: function argument name conflicts with C++ keyword
  • 8.2.4414: solidity files are not recognized
  • 8.2.4413: Vim9: Coverity warns for using NULL pointer
  • 8.2.4412: translation cleanup script does not remove empty lines at end

Files:

🔓 Unsigned Files:

  • gvim_8.2.4417_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4417_x64.exe
    64-bit installer
  • gvim_8.2.4417_x86.zip
    32-bit zip archive
  • gvim_8.2.4417_x64.zip
    64-bit zip archive
  • gvim_8.2.4417_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4417_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4411

Published by chrisbra over 2 years ago

v8.2.4411
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:

  • 8.2.4411: bicep files are not recognized
  • 8.2.4410: Vim9: some code not covered by tests
  • 8.2.4409: Vim9: some code not covered by tests
  • 8.2.4408: Vim9: some code not covered by tests
  • 8.2.4407: Vim9: some code not covered by tests
  • 8.2.4406: expand functions use confusing argument names

Files:

🔓 Unsigned Files:

  • gvim_8.2.4411_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4411_x64.exe
    64-bit installer
  • gvim_8.2.4411_x86.zip
    32-bit zip archive
  • gvim_8.2.4411_x64.zip
    64-bit zip archive
  • gvim_8.2.4411_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4411_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4405

Published by chrisbra over 2 years ago

v8.2.4405
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:

  • 8.2.4405: compiler warning for unused variable without +folding
  • 8.2.4404: Vim9: some code not covered by tests
  • 8.2.4403: ml_get error with nested folds and deleting lines
  • 8.2.4402: missing parenthesis may cause unexpected problems
  • 8.2.4401: map listing does not clear the rest of the command line
  • 8.2.4400: MS-Windows: cannot use the mouse in the console with VIMDLL
  • 8.2.4399: crash after ml_get error
  • 8.2.4398: some command completion functions are too long
  • 8.2.4397: crash when using many composing characters in error message

Files:

🔓 Unsigned Files:

  • gvim_8.2.4405_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4405_x64.exe
    64-bit installer
  • gvim_8.2.4405_x86.zip
    32-bit zip archive
  • gvim_8.2.4405_x64.zip
    64-bit zip archive
  • gvim_8.2.4405_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4405_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4396

Published by chrisbra over 2 years ago

v8.2.4396
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:

  • 8.2.4396: Python3 test fails
  • 8.2.4395: some code lines not covered by tests
  • 8.2.4394: UTF8 select mode test fails on MS-Windows
  • 8.2.4393: possible number overflow with nested folds
  • 8.2.4392: MS-Windows with VIMDLL: Escaping CSI is wrong
  • 8.2.4391: command line executed when typing Esc in the GUI
  • 8.2.4390: Vim9: list from declaration with inferred type not set
  • 8.2.4389: screenpos() does not handle a position in a closed fold
  • 8.2.4388: dead code in op_insert()
  • 8.2.4387: command line completion doesn't always work properly

Files:

🔓 Unsigned Files:

  • gvim_8.2.4396_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4396_x64.exe
    64-bit installer
  • gvim_8.2.4396_x86.zip
    32-bit zip archive
  • gvim_8.2.4396_x64.zip
    64-bit zip archive
  • gvim_8.2.4396_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4396_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4386

Published by chrisbra over 2 years ago

v8.2.4386
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:

  • 8.2.4386: still cannot build tiny version
  • 8.2.4385: cannot build tiny version
  • 8.2.4384: Vim9: error message not tested, some code not tested
  • 8.2.4383: Vim9: unused code lines
  • 8.2.4382: a custom 'tabline' may cause Esc to work like Enter
  • 8.2.4381: translation file listed twice
  • 8.2.4380: small differences between Chinese translation files
  • 8.2.4379: an empty change is reported to a listener
  • 8.2.4378: incsearch HL broken when calling searchcount in 'tabLine'
  • 8.2.4377: CI steps for Windows are a bit unorganized
  • 8.2.4376: not enough tests for command line completion

Files:

🔓 Unsigned Files:

  • gvim_8.2.4386_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4386_x64.exe
    64-bit installer
  • gvim_8.2.4386_x86.zip
    32-bit zip archive
  • gvim_8.2.4386_x64.zip
    64-bit zip archive
  • gvim_8.2.4386_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4386_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4375

Published by chrisbra over 2 years ago

v8.2.4375
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:

  • 8.2.4375: ctx_imports is not used
  • 8.2.4374: unreachable code
  • 8.2.4373: expression test fails
  • 8.2.4372: filetype detection from file contents is in legacy script
  • 8.2.4371: Vim9: can create a script variable from a legacy function
  • 8.2.4370: MS-Windows: libsodium.dll not included with the installer
  • 8.2.4369: redundant #ifdef argument
  • 8.2.4368: Amiga: a few compiler warnings
  • 8.2.4367: calling in_vim9script() multiple times
  • 8.2.4366: not enough tests for command line completion

Files:

🔓 Unsigned Files:

  • gvim_8.2.4375_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4375_x64.exe
    64-bit installer
  • gvim_8.2.4375_x86.zip
    32-bit zip archive
  • gvim_8.2.4375_x64.zip
    64-bit zip archive
  • gvim_8.2.4375_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4375_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4365

Published by chrisbra over 2 years ago

v8.2.4365
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:

  • 8.2.4365: sticky command modifiers are too sticky
  • 8.2.4364: MS-Windows: still running out of memory for a very long line
  • 8.2.4363: MS-Windows: running out of memory for a very long line
  • 8.2.4362: :retab may allocate too much memory
  • 8.2.4361: Vim9: some tests fail
  • 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies
  • 8.2.4359: crash when repeatedly using :retab
  • 8.2.4358: Vim9: line number of exception is not set
  • 8.2.4357: sticky command modifiers are too sticky
  • 8.2.4356: command line completion functions are very long
  • 8.2.4355: unnecessary call to check_colorcolumn()
  • 8.2.4354: dynamic loading of libsodium not handled properly
  • 8.2.4353: CI does not use the latest Lua and Python
  • 8.2.4352: ReScript files are not recognized
  • 8.2.4351: no coverage is measured on MS-Windows CI
  • 8.2.4350: FEAT_GUI_ENABLED defined but never used
  • 8.2.4349: FileChangedShell test fails on MS-Windows
  • 8.2.4348: "legacy exe cmd" does not do what one would expect
  • 8.2.4347: in some build setups UNUSED is not defined
  • 8.2.4346: a custom statusline may cause Esc to work like Enter
  • 8.2.4345: <amatch> is expanded like a file name for DirChangedPre
  • 8.2.4344: Amiga: header file included twice
  • 8.2.4343: when reloading not all properties are detected
  • Update runtime files. (closes #9741)
  • 8.2.4342: CI will soon switch to other windows version
  • 8.2.4341: command line not redrawn when finishing popup menu
  • 8.2.4340: Amiga: mch_can_exe() is not implemented
  • 8.2.4339: CTRL-A does not work properly with the cmdline popup menu
  • 8.2.4338: an error from an expression mapping messes up the display
  • Update runtime files
  • 8.2.4337: part of condition is always true
  • 8.2.4336: using :filter for :scriptnames does not work
  • 8.2.4335: no autocommand event triggered before changing directory
  • 8.2.4334: command line popup menu not positioned correctly
  • 8.2.4333: cstack not always passed to where it is needed
  • 8.2.4332: Vim9: incomplete test for existing script variable in block
  • 8.2.4331: Vim9: no test for existing script variable in block
  • 8.2.4330: Vim9: no error if script imports itself
  • 8.2.4329: no support for end line number and column in 'errorformat'
  • 8.2.4328: command line complete matches cleard when typing character
  • 8.2.4327: may end up with no current buffer
  • 8.2.4326: "o" and "O" copying comment not sufficiently tested
  • 8.2.4325: 'wildmenu' only shows few matches

Files:

🔓 Unsigned Files:

  • gvim_8.2.4365_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4365_x64.exe
    64-bit installer
  • gvim_8.2.4365_x86.zip
    32-bit zip archive
  • gvim_8.2.4365_x64.zip
    64-bit zip archive
  • gvim_8.2.4365_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4365_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

vim-win32-installer - v8.2.4324

Published by chrisbra over 2 years ago

v8.2.4324
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:

  • 8.2.4324: Vim9: script-local function name can start with "_"
  • 8.2.4323: Vim9: nested function name can start with "_"
  • 8.2.4322: Vim9: crash when using funcref with closure
  • 8.2.4321: Vim9: crash when using a funcref to a closure
  • 8.2.4320: Athena and Motif: when maximized scrollbar position is wrong
  • 8.2.4319: :put does not work properly in compiled function
  • 8.2.4318: various comment and indent mistakes, returning wrong zero
  • 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation fails
  • 8.2.4316: __CYGWIN32__ is not defined on 64 bit systems
  • 8.2.4315: put in Visual mode not fully tested

Files:

🔓 Unsigned Files:

  • gvim_8.2.4324_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_8.2.4324_x64.exe
    64-bit installer
  • gvim_8.2.4324_x86.zip
    32-bit zip archive
  • gvim_8.2.4324_x64.zip
    64-bit zip archive
  • gvim_8.2.4324_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_8.2.4324_x64_pdb.zip
    pdb files for debugging the corresponding 64-bit executable

See the README for detail.

Package Rankings
Top 4.58% on Proxy.golang.org
Badges
Extracted from project README
Build status GitHub All Releases Latest GitHub Release