vim-win32-installer

Vim Win32 Installer

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

Published by chrisbra about 2 years ago

v9.0.0432
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.0432: crash when using for loop variable in closure
  • 9.0.0431: current mode shows in message window
  • 9.0.0430: cannot use repeat() with a blob
  • 9.0.0429: not all keys are tested for the MS-Windows GUI
  • 9.0.0428: autocmd test uses common file name
  • 9.0.0427: Drupal theme files are not recognized
  • 9.0.0426: failed flaky tests reports only start time
  • 9.0.0425: autocmd test is a bit flaky on MS-Windows
  • 9.0.0424: gitattributes files are not recognized
  • 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacy
  • 9.0.0422: not enough testing of the :all command
  • 9.0.0421: MS-Windows makefiles are inconsistently named

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0420

Published by chrisbra about 2 years ago

v9.0.0420
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.0420: function went missing
  • 9.0.0419: the :defer command does not check the function arguments
  • 9.0.0418: manually deleting temp test files
  • 9.0.0417: Jsonnet files are not recognized
  • 9.0.0416: ml_get error when appending lines in popup window
  • 9.0.0415: on MS-Windows some tests are flaky
  • 9.0.0414: matchstr() still does not match column offset
  • 9.0.0413: ASAN reports a memory leak

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0412

Published by chrisbra about 2 years ago

v9.0.0412
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.0412: compiler warning for unused argument
  • 9.0.0411: only created files can be cleaned up with one call
  • 9.0.0410: struct member cts_lnum is unused
  • 9.0.0409: #{g:x} was seen as a curly-braces expression
  • 9.0.0408: GUI test sometimes fails on MS-Windows
  • 9.0.0407: matchstr() does match column offset
  • 9.0.0406: deferred functions not invoked when partial func exits
  • 9.0.0405: arguments in a partial not used by a :def function
  • 9.0.0404: crash when passing invalid arguments to assert_fails()
  • 9.0.0403: 'equalalways' may be off when 'laststatus' is zero
  • 9.0.0402: javascript module files are not recoginzed
  • 9.0.0401: CI uses older clang version
  • 9.0.0400: GUI test sometimes hangs on CI
  • 9.0.0399: using :defer in expression funcref not tested
  • 9.0.0398: members of funccall_T are inconsistently named
  • 9.0.0397: :defer not tested with exceptions and ":qa!"
  • 9.0.0396: :findrepl does not escape '&' and '~' properly
  • 9.0.0395: clang warnings for function prototypes
  • 9.0.0394: Cygwin: multibyte characters may be broken in terminal window
  • 9.0.0393: signals test often fails on FreeBSD

This release includes signed files

Files:

🔒 Signed Files:

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

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0392

Published by chrisbra about 2 years ago

v9.0.0392
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.0392: inverted condition is a bit confusing
  • 9.0.0391: using separate delete() call instead of writefile() 'D' flag
  • 9.0.0390: cannot use a partial with :defer
  • 9.0.0389: crash when 'tagfunc' closes the window
  • 9.0.0388: the do_arg_all() function is too long
  • 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script context
  • 9.0.0386: some code blocks are nested too deep
  • 9.0.0385: GUI: when CTRL-D is mapped in Insert mode it gets inserted
  • 9.0.0384: Covertity still complains about using return value of getc()
  • 9.0.0383: Coverity complains about unused value
  • 9.0.0382: freeing the wrong string on failure

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0381

Published by chrisbra about 2 years ago

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

See the README for detail.

vim-win32-installer - v9.0.0378

Published by chrisbra about 2 years ago

v9.0.0378
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.0378: compiler warning for uninitialized variable
  • 9.0.0377: argument assignment does not work
  • 9.0.0376: clang warns for dead assignments
  • 9.0.0375: the footer feature is unused
  • 9.0.0374: Coverity still complains about dropping sign of character
  • 9.0.0373: Coverity warns for NULL check and unused return value

Files:

🔒 Signed Files:

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

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0372

Published by chrisbra about 2 years ago

v9.0.0372
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.0354: MS-Windows: starting a python server for test sometimes fails
  • 9.0.0353: missing entry in switch
  • 9.0.0352: using :echowindow in a timer clears part of message
  • 9.0.0351: message window may obscure the command line
  • 9.0.0350: :echowindow does not work in a compiled function
  • 9.0.0349: filetype of *.sil files not well detected
  • 9.0.0348: MS-Windows: GUI mouse move event test is flaky
  • 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminal
  • 9.0.0346: :horizontal modifier not fully supported
  • 9.0.0345: error message for list argument could be clearer
  • 9.0.0344: MS-Windows: background color wrong in Console

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0363

Published by chrisbra about 2 years ago

v9.0.0363
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.0354: MS-Windows: starting a python server for test sometimes fails
  • 9.0.0353: missing entry in switch
  • 9.0.0352: using :echowindow in a timer clears part of message
  • 9.0.0351: message window may obscure the command line
  • 9.0.0350: :echowindow does not work in a compiled function
  • 9.0.0349: filetype of *.sil files not well detected
  • 9.0.0348: MS-Windows: GUI mouse move event test is flaky
  • 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminal
  • 9.0.0346: :horizontal modifier not fully supported
  • 9.0.0345: error message for list argument could be clearer
  • 9.0.0344: MS-Windows: background color wrong in Console

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0354

Published by chrisbra about 2 years ago

v9.0.0354
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.0354: MS-Windows: starting a python server for test sometimes fails
  • 9.0.0353: missing entry in switch
  • 9.0.0352: using :echowindow in a timer clears part of message
  • 9.0.0351: message window may obscure the command line
  • 9.0.0350: :echowindow does not work in a compiled function
  • 9.0.0349: filetype of *.sil files not well detected
  • 9.0.0348: MS-Windows: GUI mouse move event test is flaky
  • 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminal
  • 9.0.0346: :horizontal modifier not fully supported
  • 9.0.0345: error message for list argument could be clearer
  • 9.0.0344: MS-Windows: background color wrong in Console

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0343

Published by chrisbra about 2 years ago

v9.0.0343
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.0343: ColorScheme autocommand triggered when colorscheme not found
  • 9.0.0342: ":wincmd =" equalizes in two directions
  • 9.0.0341: mapset() does not restore <Nop> mapping properly
  • 9.0.0340: the 'cmdheight' zero support causes too much trouble
  • 9.0.0339: no check if the return value of XChangeGC() is NULL
  • 9.0.0338: return value of list_append_list() not always checked

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0337

Published by chrisbra about 2 years ago

v9.0.0337
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.0337: flicker when resetting cmdline_row after updating the screen
  • 9.0.0336: tests are flaky because of using a common file name
  • Update runtime files
  • 9.0.0335: checks for Dictionary argument often give a vague error
  • 9.0.0334: test does not properly clean up
  • 9.0.0333: method test fails
  • 9.0.0332: overwrite check may block BufWriteCmd
  • 9.0.0331: cannot use items() on a string
  • 9.0.0330: method tests fail
  • 9.0.0329: ":highlight" hangs when 'cmdheight' is zero
  • 9.0.0328: OLD_DIGRAPHS is unused
  • 9.0.0327: items() does not work on a list
  • 9.0.0326: some changes for cmdheight=0 are not needed
  • 9.0.0325: MS-Windows: completion test fails
  • 9.0.0324: MS-Windows: resolve() test fails
  • 9.0.0323: using common name in tests leads to flaky tests
  • 9.0.0322: crash when no errors and 'quickfixtextfunc' is set
  • 9.0.0321: cannot use the message popup window directly
  • 9.0.0320: command line type of CmdlineChange differs from getcmdtype()
  • 9.0.0319: Godot shader files are not recognized
  • 9.0.0318: clearing screen causes flicker
  • 9.0.0317: when updating the whole screen a popup may not be redrawn
  • 9.0.0316: screen flickers when 'cmdheight' is zero
  • 9.0.0315: shell command is displayed in message window
  • 9.0.0314: VDM files are not recognized
  • 9.0.0313: using common name in tests leads to flaky tests
  • 9.0.0312: test for cmdheight zero fails
  • 9.0.0311: test for hit-Enter prompt fails
  • 9.0.0310: output of :messages dissappears when cmdheight is zero
  • 9.0.0309: invalid memory access when cmdheight is zero
  • 9.0.0308: when cmdheight is zero the attention prompt doesn't show
  • 9.0.0307: :echomsg doesn't work properly with cmdheight=0
  • 9.0.0306: buffer write message is two lines in message popup window
  • 9.0.0305: CI lists useless deprecation warnings
  • 9.0.0304: WinScrolled is not triggered when only skipcol changes
  • 9.0.0303: it is not easy to get information about a script
  • 9.0.0302: CI for Coverity is bothered by deprecation warnings
  • 9.0.0301: the message window popup is delayed after an error message
  • 9.0.0300: 'cpoptions' tests are flaky
  • 9.0.0299: error messages for setcmdline() could be better
  • 9.0.0298: compiler warning for size_t to int conversion
  • 9.0.0297: cursor position wrong after right aligned virtual text
  • 9.0.0296: message in popup is shortened unnecessary
  • 9.0.0295: GUI drop files test sometimes fails
  • 9.0.0294: crash when 'cmdheight' is 0 and popup_clear() used
  • 9.0.0293: messages window not hidden when starting a command line

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0292

Published by chrisbra about 2 years ago

v9.0.0292
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.0292: test causes another test to fail
  • 9.0.0291: test failing
  • 9.0.0290: compiler warning for variable set but not used
  • 9.0.0289: invalid memory write
  • 9.0.0288: when 'cmdheight' is zero some messages are not displayed
  • 9.0.0287: Irix systems no longer exist
  • 9.0.0286: using freed memory when location list changed in autocmd
  • 9.0.0285: it is not easy to change the command line from a plugin

This release includes signed files

Files:

🔒 Signed Files:

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

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0284

Published by chrisbra about 2 years ago

v9.0.0284
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.0284: using static buffer for multiple completion functions
  • 9.0.0283: cannot complete "syn list @cluster"
  • 9.0.0282: a nested timout stops the previous timeout
  • 9.0.0281: build failure without the +eval feature
  • Update runtime files
  • 9.0.0280: the builtin termcap list depends on the version
  • 9.0.0279: the tiny version has the popup menu but not 'wildmenu'
  • 9.0.0278: the +wildignore feature is nearly always available
  • 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04
  • 9.0.0276: 'buftype' values not sufficiently tested
  • 9.0.0275: BufEnter not triggered when using ":edit" in "nofile" buffer
  • 9.0.0274: netrw plugin does not show remote files
  • 9.0.0273: Konsole termresponse not recognized
  • 9.0.0272: BufReadCmd not triggered when loading a "nofile" buffer
  • 9.0.0271: using INIT() in non-header files

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0270

Published by chrisbra about 2 years ago

v9.0.0270
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.0270: some values of 'path' and 'tags' invalid in the tiny version
  • 9.0.0269: getscriptinfo() does not include the version
  • 9.0.0268: build error without the +eval feature
  • 9.0.0267: Coverity workflow still uses Ubuntu 18.04
  • 9.0.0266: compiler warning for unused argument
  • 9.0.0265: no good reason why the "gf" command isn't in the tiny version
  • 9.0.0264: CI still runs on Ubuntu 18.04
  • 9.0.0263: too many #ifdefs
  • 9.0.0262: build failure without the +quickfix feature
  • 9.0.0261: bufload() reads a file even if the name is not a file name

Files:

🔒 Signed Files:

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

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0260

Published by chrisbra about 2 years ago

v9.0.0260
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.0260: using freed memory when using 'quickfixtextfunc' recursively
  • 9.0.0259: crash with mouse click when not initialized
  • Update runtime files
  • 9.0.0258: MS-Windows installer skips syntax/shared
  • 9.0.0257: "->" in ":scriptnames" output not tested yet
  • 9.0.0256: compiler warning for uninitialized variables
  • 9.0.0255: build failure without the eval feature
  • 9.0.0254: typo in function name
  • 9.0.0253: a symlink to an autoload script results in two entries
  • 9.0.0252: cursor in wrong place after virtual text
  • 9.0.0251: test output shows up in git

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0250

Published by chrisbra about 2 years ago

v9.0.0250
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.0250: slightly inconsistent error messages
  • 9.0.0249: no test for what 9.0.0234 fixes
  • 9.0.0248: duplicate code in finding a script in the execution stack
  • 9.0.0247: cannot add padding to virtual text without highlight

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0246

Published by chrisbra about 2 years ago

v9.0.0246
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.0246: using freed memory when 'tagfunc' deletes the buffer
  • 9.0.0245: mechanism to prevent recursive screen updating is incomplete
  • 9.0.0244: cannot easily get the list of sourced scripts
  • 9.0.0243: text properties "below" sort differently on MS-Windows

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0242

Published by chrisbra about 2 years ago

v9.0.0242
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.0242: "make install" still fails
  • 9.0.0241: "make install" does not install shared syntax file
  • 9.0.0240: crash when using ":mkspell" with an empty .dic file
  • 9.0.0239: build failure without the +wildmenu feature
  • 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is off
  • 9.0.0237: Mac: cannot build if dispatch.h is not available
  • 9.0.0236: popup menu not removed when 'wildmenu' reset while visible
  • 9.0.0235: 'autoshelldir' does not work with chunked respose
  • 9.0.0234: cannot make difference between :normal end and argument char

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0233

Published by chrisbra about 2 years ago

v9.0.0233
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.0233: removing multiple text properties takes many calls
  • 9.0.0232: test with BufNewFile autocmd is flaky
  • 9.0.0231: expanding "**" may loop forever with directory links
  • 9.0.0230: no error for comma missing in list in :def function
  • 9.0.0229: Vim9: error message for missing type is not clear
  • Update runtime files

Files:

🔓 Unsigned Files:

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

See the README for detail.

vim-win32-installer - v9.0.0228

Published by chrisbra about 2 years ago

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