vim-win32-installer

Vim Win32 Installer

Stars
2.2K
Committers
12
vim-win32-installer - v9.0.0809

Published by chrisbra about 2 years ago

v9.0.0809
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.0.0809: test for job writing to buffer fails
  • 9.0.0808: jsonnet filetype detection has a typo
  • 9.0.0807: with 'smoothscroll' typing "0" may not go to the first column
  • 9.0.0806: 'langmap' works differently when there are modifiers
  • 9.0.0805: filetype autocmd may cause freed memory access
  • 9.0.0804: crash when trying to divide a number by -1
  • 9.0.0803: readblob() cannot read from character device
  • 9.0.0802: MS-Windows: cannot map console mouse scroll events

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0801

Published by chrisbra about 2 years ago

v9.0.0801
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.0.0801: the modifyOtherKeys flag is set when it should not
  • 9.0.0800: compiler complains about repeated typedef
  • 9.0.0799: in compiled function ->() on next line not recognized
  • 9.0.0798: clang format configuration files are not recognized
  • 9.0.0797: order of assert function arguments is reverted
  • 9.0.0796: mapping test fails in some situations
  • 9.0.0795: readblob() always reads the whole file
  • 9.0.0794: there is no way to find out if modifyOtherKeys has been seen
  • 9.0.0793: MS-Windows: mouse scroll events only work with the dll

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0792

Published by chrisbra about 2 years ago

v9.0.0792
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.0.0792: MS-Windows: compiler complains about unused function
  • 9.0.0791: at the hit-Enter prompt the End and Home keys may not work
  • 9.0.0790: test for dummy buffer does not always produce the E86 error
  • 9.0.0789: dummy buffer ends up in a window
  • 9.0.0788: ModeChanged autocmd not executed when Visual ends with CTRL-C
  • 9.0.0787: mouse scrolling in terminal misbehaves without dll
  • 9.0.0786: user command does not get number from :tab modifier

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0785

Published by chrisbra about 2 years ago

v9.0.0785
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.0.0785: memory leak with empty shell command
  • 9.0.0784: text prop "above" not right with 'number' and "n" in 'cpo'
  • 9.0.0783: ":!" doesn't do anything but does update the previous command
  • 9.0.0782: OpenVPN files are not recognized
  • 9.0.0781: workaround to rename "small" to "smallfont" is clumsy
  • 9.0.0780: 'scroll' value computed in unexpected location
  • 9.0.0779: lsl and lm3 file extensions are not recognized
  • 9.0.0778: indexing of unknown const type fails during compilation

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0777

Published by chrisbra about 2 years ago

v9.0.0777
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.0.0777: code is indented too much
  • 9.0.0776: MSVC can't have field name "small"
  • 9.0.0775: MS-Windows: mouse scrolling not supported in the console
  • 9.0.0774: the libvterm code is outdated
  • 9.0.0773: huge build on macos uses dynamic Perl
  • 9.0.0772: the libvterm code is outdated
  • Update runtime files
  • 9.0.0771: cannot always tell the difference beween tex and rexx files
  • 9.0.0770: quickfix commands may keep memory allocated

This release includes signed files

Files:

🔒 Signed Files:

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

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0769

Published by chrisbra about 2 years ago

v9.0.0769
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.0.0769: too many delete() calls in tests
  • 9.0.0768: too many delete() calls in tests
  • 9.0.0767: too many delete() calls in tests
  • 9.0.0766: too many delete() calls in tests
  • 9.0.0765: with a Visual block a put command column may go negative
  • 9.0.0764: indent and option tests fail
  • 9.0.0763: MS-Windows: warning for using int for size_t
  • 9.0.0762: build failure
  • 9.0.0761: cannot use 'indentexpr' for Lisp indenting
  • 9.0.0760: display test for 'listchars' "precedes" fails
  • 9.0.0759: huge build on macos does not use Perl
  • 9.0.0758: "precedes" from 'listchars' overwritten by <<<
  • 9.0.0757: line number not visisble with 'smoothscroll', 'nu' and 'rnu'
  • 9.0.0756: no autocmd event for changing text in a terminal window
  • 9.0.0755: huge build on macos always fails on CI
  • 9.0.0754: 'indentexpr' overrules lisp indenting in one situation
  • 9.0.0753: some Ex commands are not in the help index

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0752

Published by chrisbra about 2 years ago

v9.0.0752
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.0.0752: Rprofile files are not recognized
  • 9.0.0751: 'scrolloff' does not work well with 'smoothscroll'
  • 9.0.0750: crash when popup closed in callback
  • 9.0.0749: alloc/free of buffer for each quickfix entry is inefficient
  • 9.0.0748: Kitty may send key without modifiers with CSI u code

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0747

Published by chrisbra about 2 years ago

v9.0.0747
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.0.0747: too many #ifdefs
  • 9.0.0746: breakindent test cases are commented out
  • 9.0.0745: wrong cursor position when using "gj" and "gk" in a long line
  • 9.0.0744: in script in autoload dir exported variable is not found
  • 9.0.0743: starting cscope on Unix does not quote the arguments right
  • 9.0.0742: reading past end of the line when compiling a function
  • 9.0.0741: cannot specify an ID for each item with prop_add_list()
  • 9.0.0740: prop_add_list() gives multiple errors for invalid argument
  • 9.0.0739: mouse column not correctly used for popup_setpos
  • 9.0.0738: cannot suppress completion "scanning" messages
  • 9.0.0737: Lisp word only recognized when a space follows
  • 9.0.0736: quickfix listing does not handle very long messages

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0735

Published by chrisbra about 2 years ago

v9.0.0735
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.0.0735: breakindent and scrolloff tests fail
  • 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'
  • 9.0.0733: use of strftime() is not safe
  • 9.0.0732: no check for white space before and after "=<<"
  • 9.0.0731: clang-tidy configuration files are not recognized
  • 9.0.0730: startup test fails with right-left feature
  • 9.0.0729: the rightleft and arabic features are disabled
  • 9.0.0728: extend() test fails
  • 9.0.0727: help in the repository differs from patched version too much
  • 9.0.0726: looping over list of lists works in script, not in function
  • 9.0.0725: virtual text "after" wraps to next line when 'wrap' is off
  • 9.0.0724: closure in compiled function gets same variable in block
  • 9.0.0723: extra empty line below virtual text when 'list' is set
  • 9.0.0722: virtual text "after" does not show with 'list' set
  • 9.0.0721: virtual text "above" with padding not displayed correctly
  • 9.0.0720: MS-Windows GUI may have pixel dust from antialiasing

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0719

Published by chrisbra about 2 years ago

v9.0.0719
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.0.0719: too many delete() calls in tests
  • 9.0.0718: extra empty line between two virtual text "below"
  • 9.0.0717: compiler warning for unused variable in tiny build
  • 9.0.0716: with 'nowrap' virtual text "after" does not scroll left
  • 9.0.0715: wrong argument for append() gives two error messages
  • 9.0.0714: with 'nowrap' two virtual text below not displayed correctly
  • 9.0.0713: <amatch> of MenuPopup event is expanded like a file name
  • 9.0.0712: wrong column when calling setcursorcharpos() with zero lnum
  • 9.0.0711: SubStation Alpha files are not recognized
  • 9.0.0710: quitting/unloading/hiding a terminal does not work properly

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0709

Published by chrisbra about 2 years ago

v9.0.0709
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.0.0709: virtual text "after" not correct with 'nowrap'
  • 9.0.0708: :confirm does not work properly for a terminal buffer
  • 9.0.0707: with 'smoothscroll' cursor position not adjusted in long line
  • 9.0.0706: :help in a narrow window always opens at the top
  • 9.0.0705: virtual text truncation does not take padding into account
  • 9.0.0704: CI runs "tiny" and "small" builds, which are the same
  • 9.0.0703: failing check for argument type for const any
  • 9.0.0702: incomplete testing cursor position with 'linebreak' set

This release includes signed files

Files:

🔒 Signed Files:

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

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0701

Published by chrisbra about 2 years ago

v9.0.0701
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.0.0701: with 'smoothscroll' cursor position not adjusted in long line
  • 9.0.0700: there is no real need for a "big" build
  • 9.0.0699: tiny build fails
  • 9.0.0698: VisVim is outdated, does not work with current Visual Studio
  • 9.0.0697: cursor in wrong position with Visual substitute
  • 9.0.0696: it is unclear if the +rightleft and +arabic features are used
  • 9.0.0695: failing check for dictionary type for const any
  • 9.0.0694: no native sound support on Mac OS
  • 9.0.0693: browse() first argument cannot be a bool
  • 9.0.0692: PoE filter files are not recognized
  • 9.0.0691: lalloc(0) error in listchars test
  • 9.0.0690: buffer size for expanding tab not correctly computed

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0689

Published by chrisbra about 2 years ago

v9.0.0689
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.0.0689: compiler warning for unused function
  • 9.0.0688: debugger does not display the whole command
  • 9.0.0687: "export def" does not work in a nested block
  • 9.0.0686: the right ALT key does not work on some MS-Windows keyboards
  • 9.0.0685: FORTIFY_SOURCE causes a crash in Vim9 script
  • 9.0.0684: skipped :exe command fails compilation on MS-Windows
  • 9.0.0683: cannot specify a time for :echowindow
  • 9.0.0682: crash when popup with deleted timer is closed

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0681

Published by chrisbra about 2 years ago

v9.0.0681
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.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is set
  • 9.0.0680: tests failing with 'breakindent', 'number' and "n" in 'cpo'
  • 9.0.0679: tests failing with 'smoothscroll', 'number' and "n" in 'cpo'
  • 9.0.0678: using exclamation marks on :function
  • 9.0.0677: breakindent test accepts wrong result
  • 9.0.0676: CI on Mac M1 with gcc actually uses clang
  • 9.0.0675: search test screendump is outdated
  • 9.0.0674: build error with tiny version
  • 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zero
  • 9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zero
  • 9.0.0671: negative topline using CTRL-Y with 'smoothscroll' and 'diff'
  • 9.0.0670: no space for command line when there is a tabline

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0669

Published by chrisbra about 2 years ago

v9.0.0669
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.0.0669: too many delete() calls in tests
  • 9.0.0668: CI on Mac M1 only uses clang
  • 9.0.0667: ml_get error when 'splitkeep' is "screen"
  • 9.0.0666: spacing-combining characters handled as composing
  • 9.0.0665: setting 'cmdheight' has no effect if last window was resized
  • 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo'
  • 9.0.0663: tests check for +cmdwin feature which is always present

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0662

Published by chrisbra about 2 years ago

v9.0.0662
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.0.0662: concealed characters do not work correctly
  • 9.0.0661: multi-byte "lastline" in 'fillchars' does not work properly
  • 9.0.0660: mapping with CTRL keys does not work in the GUI
  • 9.0.0659: wrong type of comment in SetSyn() function
  • 9.0.0658: tiny build fails on Mac OS
  • 9.0.0657: too many #ifdefs
  • 9.0.0656: cannot specify another character to use instead of '@'
  • 9.0.0655: passing modifier codes to a shell running in the GUI

This release includes signed files

Files:

🔒 Signed Files:

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

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0654

Published by chrisbra about 2 years ago

v9.0.0654
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.0.0654: breakindent test fails
  • 9.0.0653: BS and DEL do not work properly in an interacive shell
  • 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'
  • Update runtime files
  • 9.0.0651: build fails without the +conceal feature
  • 9.0.0650: some tests are failing
  • 9.0.0649: no indication the first line is broken for 'smoothscroll'
  • 9.0.0648: when using powershell input redirection does not work
  • 9.0.0647: the 'splitscroll' option is not a good name
  • 9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' set
  • 9.0.0645: CTRL-Y does not stop at line 1
  • 9.0.0644: 'smoothscroll' is not copied to a new window on :split

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0643

Published by chrisbra about 2 years ago

v9.0.0643
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.0.0643: smoothscroll test fails
  • 9.0.0642: breakindent test fails
  • 9.0.0641: missing part of the new option code
  • 9.0.0640: cannot scroll by screen line if a line wraps
  • 9.0.0639: checking for popup in screen_char() is too late
  • 9.0.0638: popup menu highlight wrong on top of preview popup
  • 9.0.0637: syntax of commands in Vim9 script depends on +eval feature

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0636

Published by chrisbra about 2 years ago

v9.0.0636
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.0.0636: underline color may not work in some terminals
  • 9.0.0635: build error and compiler warnings
  • 9.0.0634: evaluating "expr" options has more overhead than needed
  • 9.0.0633: FEAT_TITLE was removed but is still used
  • 9.0.0632: calling a function from an "expr" option has overhead

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0631

Published by chrisbra about 2 years ago

v9.0.0631
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.0.0631: too many delete() calls in tests
  • 9.0.0630: in Vim9 script a numbered function cannot be called
  • 9.0.0629: get an error for using const only when executing
  • 9.0.0628: Coverity warns for not checking return value
  • 9.0.0627: "const" and "final" both make the type a constant

Files:

🔓 Unsigned Files:

  • gvim_9.0.0631_x86.exe
    32-bit installer (If you don't know what to use, use this one)
  • gvim_9.0.0631_x64.exe
    64-bit installer
  • gvim_9.0.0631_x86.zip
    32-bit zip archive
  • gvim_9.0.0631_x64.zip
    64-bit zip archive
  • gvim_9.0.0631_x86_pdb.zip
    pdb files for debugging the corresponding 32-bit executable
  • gvim_9.0.0631_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