Skip to content

Releases: vim/vim-win32-installer

v8.2.2779

17 Apr 22:09
Compare
Choose a tag to compare

v8.2.2779
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.2779: memory access error in remove() for blob
  • 8.2.2778: problem restoring 'packpath' in session
  • 8.2.2777: Vim9: blob operations not tested in all ways
  • 8.2.2776: :mksession uses current value of 'splitbelow' and 'splitright'
  • 8.2.2775: Vim9: wrong line number used for some commands
  • 8.2.2774: Vim9: cannot import an existing name even when using "as"
  • Update runtime files.
  • 8.2.2773: PSL filetype not recognized

Files:

πŸ”“ Unsigned Files:

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

See the README for detail.

v8.2.2772

16 Apr 22:09
Compare
Choose a tag to compare

v8.2.2772
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.2772: problems when restoring 'runtimepath' from a session file

Files:

πŸ”“ Unsigned Files:

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

See the README for detail.

v8.2.2771

15 Apr 22:09
Compare
Choose a tag to compare

v8.2.2771
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.2771: Vim9: assignment not recognized if declaration was skipped
  • 8.2.2770: Vim9: type of loop variable is not used
  • 8.2.2769: Modula-3 config files are not recognized
  • 8.2.2768: Vim9: memory leak with blob range error

Files:

πŸ”’ Signed Files:

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

πŸ”“ Unsigned Files:

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

See the README for detail.

v8.2.2767

14 Apr 22:16
Compare
Choose a tag to compare

v8.2.2767
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.2767: compiler warning for unused argument
  • 8.2.2766: test failure
  • 8.2.2765: Vim9: not all blob operations work
  • 8.2.2764: memory leak when default function argument is allocated
  • 8.2.2763: Vim9: cannot use type in for loop unpack at script level
  • 8.2.2762: Vim9: function line truncated when compiling
  • 8.2.2761: using "syn include" does not work properly

Files:

πŸ”’ Signed Files:

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

πŸ”“ Unsigned Files:

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

See the README for detail.

v8.2.2760

13 Apr 22:09
Compare
Choose a tag to compare

v8.2.2760
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.2760: Vim9: no error for changing a for loop variable
  • 8.2.2759: Vim9: for loop infers type of loop variable

Files:

πŸ”’ Signed Files:

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

πŸ”“ Unsigned Files:

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

See the README for detail.

v8.2.2758

12 Apr 22:09
Compare
Choose a tag to compare

v8.2.2758
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.2758: Vim9: wrong line number for autoload function with wrong name
  • 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separate

Files:

πŸ”’ Signed Files:

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

πŸ”“ Unsigned Files:

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

See the README for detail.

v8.2.2756

11 Apr 22:10
Compare
Choose a tag to compare

v8.2.2756
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.2756: Vim9: blob index and slice not implemented yet
  • 8.2.2755: Vim9: no error for using a number in a condition
  • 8.2.2754: :sleep! does not always hide the cursor

Files:

πŸ”’ Signed Files:

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

πŸ”“ Unsigned Files:

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

See the README for detail.

v8.2.2753

10 Apr 22:10
Compare
Choose a tag to compare

v8.2.2753
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.2753: Vim9: cannot ignore an item in assignment unpack
  • 8.2.2752
  • 8.2.2751: Coverity warns for using NULL pointer
  • 8.2.2750: Vim9: error for using underscore in nested function
  • 8.2.2749: Vim9: test for error can be a bit flaky
  • 8.2.2748: Vim9: memory leak when calling :def function fails
  • 8.2.2747: Vim9: not always an error for too many function arguments
  • 8.2.2746: check for duplicate arguments does not work
  • 8.2.2745: Vim9: missing part of the argument change
  • 8.2.2744: Vim9: no way to explicitly ignore an argument
  • 8.2.2743: Vim9: function state stuck when compiling with ":silent!"
  • 8.2.2742: Vim9: when compiling a function fails it is cleared

Files:

πŸ”“ Unsigned Files:

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

See the README for detail.

v8.2.2741

09 Apr 22:08
Compare
Choose a tag to compare

v8.2.2741
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.2741: Vim9: Partial call does not check right arguments
  • 8.2.2740: Vim9: lambda with varargs doesn't work
  • 8.2.2739: Vim9: a lambda accepts too many arguments at the script level

Files:

πŸ”“ Unsigned Files:

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

See the README for detail.

v8.2.2738

08 Apr 22:11
Compare
Choose a tag to compare

v8.2.2738
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.2738: extending a list with itself can give wrong result
  • 8.2.2737: status line not updated when local 'statusline' option set
  • 8.2.2736: Vim9: for loop over string is a bit slow

Files:

πŸ”’ Signed Files:

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

πŸ”“ Unsigned Files:

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

See the README for detail.