Skip to content

Releases: vim/vim-appimage

Vim: v9.0.1721

17 Aug 00:56

Choose a tag to compare

Vim AppImage Release v9.0.1721

Github Downloads (by Release)

Version Information:
GVim: v9.0.1721 - Vim git commit: 4112acae0 - glibc: 2.29

GitHub Actions Logfile


Downloads

This release provides the following Artifacts:

  • GVim-v9.0.1721.Appimage
  • Vim-v9.0.1721.Appimage

Changelog

What is the Difference between the GVim and the Vim Appimage?

The difference between the GVim and Vim Appimage is, that the GVim version includes a graphical User Interface (GTK3) and other X11 features like clipboard handling. That means, for proper clipboard support, you'll need the GVim Appimage, but you can only run this on a system that has the X11 libraries installed.

For a Server or headless environment, you are probably be better with the Vim version.

Note: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.

Run it

Download the AppImage, make it executable then you can just run it:

wget -O /tmp/gvim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1721/GVim-v9.0.1721.glibc2.29-x86_64.AppImage
chmod +x /tmp/gvim.appimage
/tmp/gvim.appimage
# alternatively, download the Vim Appimage
wget -O /tmp/vim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1721/Vim-v9.0.1721.glibc2.29-x86_64.AppImage
chmod +x /tmp/vim.appimage
/tmp/vim.appimage

That's all, you should have a graphical vim now running (if you have a graphical system running) 😄

If you want a terminal Vim (with X11 and clipboard feature enabled), just create a symbolic link with a name starting with "vim". Like:

ln -s /tmp/gvim.appimage /tmp/vim.appimage

Then execute vim.appimage to get a terminal Vim.

More Information

If you need a dynamic interface to Perl, Python2, Python3.8, Ruby or Lua make sure your system provides the needed dynamic libraries (e.g. libperlX, libpython2.7 libpython3X liblua5X and librubyX) as those are not distributed together with the image to not make the image too large.

However, Vim will work without those libraries, but some plugins might need those additional dependencies. This means, those interpreters have to be installed in addition to Vim. Without it Vim won't be able to use those dynamic interfaces.

Vim: v9.0.1712

14 Aug 00:58

Choose a tag to compare

Vim AppImage Release v9.0.1712

Github Downloads (by Release)

Version Information:
GVim: v9.0.1712 - Vim git commit: 5b0889b8b - glibc: 2.29

GitHub Actions Logfile


Downloads

This release provides the following Artifacts:

  • GVim-v9.0.1712.Appimage
  • Vim-v9.0.1712.Appimage

Changelog

What is the Difference between the GVim and the Vim Appimage?

The difference between the GVim and Vim Appimage is, that the GVim version includes a graphical User Interface (GTK3) and other X11 features like clipboard handling. That means, for proper clipboard support, you'll need the GVim Appimage, but you can only run this on a system that has the X11 libraries installed.

For a Server or headless environment, you are probably be better with the Vim version.

Note: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.

Run it

Download the AppImage, ma...

Read more

Vim: v9.0.1677

12 Jul 01:21

Choose a tag to compare

Vim AppImage Release v9.0.1677

Github Downloads (by Release)

Version Information:
GVim: v9.0.1677 - Vim git commit: 4c0089d69 - glibc: 2.29

GitHub Actions Logfile


Downloads

This release provides the following Artifacts:

  • GVim-v9.0.1677.Appimage
  • Vim-v9.0.1677.Appimage

Changelog

  • 9.0.1677: typo in syntax test input file
  • 9.0.1676: warning for buffer in use when exiting early
  • 9.0.1675: test may run into timeout when using valgrind
  • 9.0.1674: help for builtin functions is not sorted properly
  • 9.0.1673: cannot produce a status 418 or 503 message

What is the Difference between the GVim and the Vim Appimage?

The difference between the GVim and Vim Appimage is, that the GVim version includes a graphical User Interface (GTK3) and other X11 features like clipboard handling. That means, for proper clipboard support, you'll need the GVim Appimage, but you can only run this on a system that has the X11 libraries installed.

For a Server or headless environment, you are probably be better with the Vim version.

Note: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.

Run it

Download the AppImage, make it executable then you can just run it:

wget -O /tmp/gvim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1677/GVim-v9.0.1677.glibc2.29-x86_64.AppImage
chmod +x /tmp/gvim.appimage
/tmp/gvim.appimage
# alternatively, download the Vim Appimage
wget -O /tmp/vim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1677/Vim-v9.0.1677.glibc2.29-x86_64.AppImage
chmod +x /tmp/vim.appimage
/tmp/vim.appimage

That's all, you should have a graphical vim now running (if you have a graphical system running) 😄

If you want a terminal Vim (with X11 and clipboard feature enabled), just create a symbolic link with a name starting with "vim". Like:

ln -s /tmp/gvim.appimage /tmp/vim.appimage

Then execute vim.appimage to get a terminal Vim.

More Information

If you need a dynamic interface to Perl, Python2, Python3.8, Ruby or Lua make sure your system provides the needed dynamic libraries (e.g. libperlX, libpython2.7 libpython3X liblua5X and librubyX) as those are not distributed together with the image to not make the image too large.

However, Vim will work without those libraries, but some plugins might need those additional dependencies. This means, those interpreters have to be installed in addition to Vim. Without it Vim won't be able to use those dynamic interfaces.

Vim: v9.0.1672

04 Jul 01:24

Choose a tag to compare

Vim AppImage Release v9.0.1672

Github Downloads (by Release)

Version Information:
GVim: v9.0.1672 - Vim git commit: d392a74c5 - glibc: 2.29

GitHub Actions Logfile


Downloads

This release provides the following Artifacts:

  • GVim-v9.0.1672.Appimage
  • Vim-v9.0.1672.Appimage

Changelog

  • 9.0.1672: tabline highlight wrong after truncated double width label
  • 9.0.1671: Termdebug: error with more than 99 breakpoints

What is the Difference between the GVim and the Vim Appimage?

The difference between the GVim and Vim Appimage is, that the GVim version includes a graphical User Interface (GTK3) and other X11 features like clipboard handling. That means, for proper clipboard support, you'll need the GVim Appimage, but you can only run this on a system that has the X11 libraries installed.

For a Server or headless environment, you are probably be better with the Vim version.

Note: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.

Run it

Download the AppImage, make it executable then you can just run it:

wget -O /tmp/gvim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1672/GVim-v9.0.1672.glibc2.29-x86_64.AppImage
chmod +x /tmp/gvim.appimage
/tmp/gvim.appimage
# alternatively, download the Vim Appimage
wget -O /tmp/vim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1672/Vim-v9.0.1672.glibc2.29-x86_64.AppImage
chmod +x /tmp/vim.appimage
/tmp/vim.appimage

That's all, you should have a graphical vim now running (if you have a graphical system running) 😄

If you want a terminal Vim (with X11 and clipboard feature enabled), just create a symbolic link with a name starting with "vim". Like:

ln -s /tmp/gvim.appimage /tmp/vim.appimage

Then execute vim.appimage to get a terminal Vim.

More Information

If you need a dynamic interface to Perl, Python2, Python3.8, Ruby or Lua make sure your system provides the needed dynamic libraries (e.g. libperlX, libpython2.7 libpython3X liblua5X and librubyX) as those are not distributed together with the image to not make the image too large.

However, Vim will work without those libraries, but some plugins might need those additional dependencies. This means, those interpreters have to be installed in addition to Vim. Without it Vim won't be able to use those dynamic interfaces.

Vim: v9.0.1670

28 Jun 01:25

Choose a tag to compare

Vim AppImage Release v9.0.1670

Github Downloads (by Release)

Version Information:
GVim: v9.0.1670 - Vim git commit: bf5f189e4 - glibc: 2.29

GitHub Actions Logfile


Downloads

This release provides the following Artifacts:

  • GVim-v9.0.1670.Appimage
  • Vim-v9.0.1670.Appimage

Changelog

  • 9.0.1670: resetting local option to global value is inconsistent
  • 9.0.1669: Crash syncing swapfile in new buffer when using sodium crypt
  • 9.0.1668: PEM files are not recognized
  • 9.0.1667: regression test doesn't fail when fix is reverted
  • 9.0.1666: compiler may warn for uninitialized variable

What is the Difference between the GVim and the Vim Appimage?

The difference between the GVim and Vim Appimage is, that the GVim version includes a graphical User Interface (GTK3) and other X11 features like clipboard handling. That means, for proper clipboard support, you'll need the GVim Appimage, but you can only run this on a system that has the X11 libraries installed.

For a Server or headless environment, you are probably be better with the Vim version.

Note: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.

Run it

Download the AppImage, make it executable then you can just run it:

wget -O /tmp/gvim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1670/GVim-v9.0.1670.glibc2.29-x86_64.AppImage
chmod +x /tmp/gvim.appimage
/tmp/gvim.appimage
# alternatively, download the Vim Appimage
wget -O /tmp/vim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1670/Vim-v9.0.1670.glibc2.29-x86_64.AppImage
chmod +x /tmp/vim.appimage
/tmp/vim.appimage

That's all, you should have a graphical vim now running (if you have a graphical system running) 😄

If you want a terminal Vim (with X11 and clipboard feature enabled), just create a symbolic link with a name starting with "vim". Like:

ln -s /tmp/gvim.appimage /tmp/vim.appimage

Then execute vim.appimage to get a terminal Vim.

More Information

If you need a dynamic interface to Perl, Python2, Python3.8, Ruby or Lua make sure your system provides the needed dynamic libraries (e.g. libperlX, libpython2.7 libpython3X liblua5X and librubyX) as those are not distributed together with the image to not make the image too large.

However, Vim will work without those libraries, but some plugins might need those additional dependencies. This means, those interpreters have to be installed in addition to Vim. Without it Vim won't be able to use those dynamic interfaces.

Vim: v9.0.1665

26 Jun 01:25

Choose a tag to compare

Vim AppImage Release v9.0.1665

Github Downloads (by Release)

Version Information:
GVim: v9.0.1665 - Vim git commit: 590aae355 - glibc: 2.29

GitHub Actions Logfile


Downloads

This release provides the following Artifacts:

  • GVim-v9.0.1665.Appimage
  • Vim-v9.0.1665.Appimage

Changelog

  • 9.0.1665: empty CmdlineEnter autocommand causes errors in Ex mode

What is the Difference between the GVim and the Vim Appimage?

The difference between the GVim and Vim Appimage is, that the GVim version includes a graphical User Interface (GTK3) and other X11 features like clipboard handling. That means, for proper clipboard support, you'll need the GVim Appimage, but you can only run this on a system that has the X11 libraries installed.

For a Server or headless environment, you are probably be better with the Vim version.

Note: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.

Run it

Download the AppImage, make it executable then you can just run it:

wget -O /tmp/gvim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1665/GVim-v9.0.1665.glibc2.29-x86_64.AppImage
chmod +x /tmp/gvim.appimage
/tmp/gvim.appimage
# alternatively, download the Vim Appimage
wget -O /tmp/vim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1665/Vim-v9.0.1665.glibc2.29-x86_64.AppImage
chmod +x /tmp/vim.appimage
/tmp/vim.appimage

That's all, you should have a graphical vim now running (if you have a graphical system running) 😄

If you want a terminal Vim (with X11 and clipboard feature enabled), just create a symbolic link with a name starting with "vim". Like:

ln -s /tmp/gvim.appimage /tmp/vim.appimage

Then execute vim.appimage to get a terminal Vim.

More Information

If you need a dynamic interface to Perl, Python2, Python3.8, Ruby or Lua make sure your system provides the needed dynamic libraries (e.g. libperlX, libpython2.7 libpython3X liblua5X and librubyX) as those are not distributed together with the image to not make the image too large.

However, Vim will work without those libraries, but some plugins might need those additional dependencies. This means, those interpreters have to be installed in addition to Vim. Without it Vim won't be able to use those dynamic interfaces.

Vim: v9.0.1664

25 Jun 01:28

Choose a tag to compare

Vim AppImage Release v9.0.1664

Github Downloads (by Release)

Version Information:
GVim: v9.0.1664 - Vim git commit: 8154e642a - glibc: 2.29

GitHub Actions Logfile


Downloads

This release provides the following Artifacts:

  • GVim-v9.0.1664.Appimage
  • Vim-v9.0.1664.Appimage

Changelog

  • 9.0.1664: divide by zero when scrolling with 'smoothscroll' set
  • 9.0.1663: Termdebug on MS-Windows: some file names are not recognized
  • 9.0.1662: crash when using a class member twice
  • 9.0.1661: BUCK files are not recognized
  • 9.0.1660: error for using matchfuzzy() returning a list of dicts
  • 9.0.1659: Termdebug: default highlight cleared if changing colorscheme
  • 9.0.1658: autoload files for "zig" are not installed
  • 9.0.1657: one more syntax test depends on the system
  • 9.0.1656: syntax test fails when detected shell type differs
  • 9.0.1655: syntax test fails when Vim window is not tall enough
  • 9.0.1654: MS-Windows: test for default 'viewdir' fails
  • 9.0.1653: Amiga: default 'viewdir' may not work
  • 9.0.1652: unclear why syntax test fails on Mac
  • 9.0.1651: unclear why syntax test fails on Mac
  • 9.0.1650: MS-Windows: default 'viewdir' may include read-only directory
  • 9.0.1649: syntax test failure causes script to abort
  • 9.0.1648: result of syntax tests is hard to see
  • 9.0.1647: insufficient testing for syntax plugins
  • 9.0.1646: CI: codecov may take a very long time to run
  • 9.0.1645: zserio files are not recognized
  • 9.0.1644: not all filetype file name matches are tested
  • 9.0.1643: filetype detection fails if file name ends in many '~'

What is the Difference between the GVim and the Vim Appimage?

The difference between the GVim and Vim Appimage is, that the GVim version includes a graphical User Interface (GTK3) and other X11 features like clipboard handling. That means, for proper clipboard support, you'll need the GVim Appimage, but you can only run this on a system that has the X11 libraries installed.

For a Server or headless environment, you are probably be better with the Vim version.

Note: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.

Run it

Download the AppImage, make it executable then you can just run it:

wget -O /tmp/gvim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1664/GVim-v9.0.1664.glibc2.29-x86_64.AppImage
chmod +x /tmp/gvim.appimage
/tmp/gvim.appimage
# alternatively, download the Vim Appimage
wget -O /tmp/vim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1664/Vim-v9.0.1664.glibc2.29-x86_64.AppImage
chmod +x /tmp/vim.appimage
/tmp/vim.appimage

That's all, you should have a graphical vim now running (if you have a graphical system running) 😄

If you want a terminal Vim (with X11 and clipboard feature enabled), just create a symbolic link with a name starting with "vim". Like:

ln -s /tmp/gvim.appimage /tmp/vim.appimage

Then execute vim.appimage to get a terminal Vim.

More Information

If you need a dynamic interface to Perl, Python2, Python3.8, Ruby or Lua make sure your system provides the needed dynamic libraries (e.g. libperlX, libpython2.7 libpython3X liblua5X and librubyX) as those are not distributed together with the image to not make the image too large.

However, Vim will work without those libraries, but some plugins might need those additional dependencies. This means, those interpreters have to be installed in addition to Vim. Without it Vim won't be able to use those dynamic interfaces.

Vim: v9.0.1642

22 Jun 01:14

Choose a tag to compare

Vim AppImage Release v9.0.1642

Github Downloads (by Release)

Version Information:
GVim: v9.0.1642 - Vim git commit: 545c8a506 - glibc: 2.29

GitHub Actions Logfile


Downloads

This release provides the following Artifacts:

  • GVim-v9.0.1642.Appimage
  • Vim-v9.0.1642.Appimage

Changelog

  • 9.0.1642: build failure with tiny features
  • 9.0.1641: the log file does not give information about window sizes

What is the Difference between the GVim and the Vim Appimage?

The difference between the GVim and Vim Appimage is, that the GVim version includes a graphical User Interface (GTK3) and other X11 features like clipboard handling. That means, for proper clipboard support, you'll need the GVim Appimage, but you can only run this on a system that has the X11 libraries installed.

For a Server or headless environment, you are probably be better with the Vim version.

Note: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.

Run it

Download the AppImage, make it executable then you can just run it:

wget -O /tmp/gvim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1642/GVim-v9.0.1642.glibc2.29-x86_64.AppImage
chmod +x /tmp/gvim.appimage
/tmp/gvim.appimage
# alternatively, download the Vim Appimage
wget -O /tmp/vim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1642/Vim-v9.0.1642.glibc2.29-x86_64.AppImage
chmod +x /tmp/vim.appimage
/tmp/vim.appimage

That's all, you should have a graphical vim now running (if you have a graphical system running) 😄

If you want a terminal Vim (with X11 and clipboard feature enabled), just create a symbolic link with a name starting with "vim". Like:

ln -s /tmp/gvim.appimage /tmp/vim.appimage

Then execute vim.appimage to get a terminal Vim.

More Information

If you need a dynamic interface to Perl, Python2, Python3.8, Ruby or Lua make sure your system provides the needed dynamic libraries (e.g. libperlX, libpython2.7 libpython3X liblua5X and librubyX) as those are not distributed together with the image to not make the image too large.

However, Vim will work without those libraries, but some plugins might need those additional dependencies. This means, those interpreters have to be installed in addition to Vim. Without it Vim won't be able to use those dynamic interfaces.

Vim: v9.0.1640

18 Jun 01:21

Choose a tag to compare

Vim AppImage Release v9.0.1640

Github Downloads (by Release)

Version Information:
GVim: v9.0.1640 - Vim git commit: 7f29122c8 - glibc: 2.29

GitHub Actions Logfile


Downloads

This release provides the following Artifacts:

  • GVim-v9.0.1640.Appimage
  • Vim-v9.0.1640.Appimage

Changelog

  • 9.0.1640: compiler warning for unused variables without crypt feature
  • 9.0.1639: build failure without the crypt feature
  • 9.0.1638: crypt tests hang and cause memory errors
  • 9.0.1637: compiler warning for uninitialized variable
  • 9.0.1636: expanding a pattern interferes with cmdline completion
  • 9.0.1635: error message is cleared when removing mode message
  • 9.0.1634: message is cleared when removing mode message
  • 9.0.1633: duplicate code for converting float to string
  • 9.0.1632: not all cabal config files are recognized
  • 9.0.1631: passing wrong variable type to option gives multiple errors
  • 9.0.1630: "make clean" at the toplevel fails
  • 9.0.1629: having utf16idx() rounding up is inconvenient
  • 9.0.1628: syntax tests fail on FreeBSD
  • 9.0.1627: no generic mechanism to test syntax plugins
  • Update runtime files
  • 9.0.1626: Visual area not shown when using 'showbreak'
  • 9.0.1625: "super" is not considered a reserved name
  • 9.0.1624: crash when calling object constructor

What is the Difference between the GVim and the Vim Appimage?

The difference between the GVim and Vim Appimage is, that the GVim version includes a graphical User Interface (GTK3) and other X11 features like clipboard handling. That means, for proper clipboard support, you'll need the GVim Appimage, but you can only run this on a system that has the X11 libraries installed.

For a Server or headless environment, you are probably be better with the Vim version.

Note: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.

Run it

Download the AppImage, make it executable then you can just run it:

wget -O /tmp/gvim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1640/GVim-v9.0.1640.glibc2.29-x86_64.AppImage
chmod +x /tmp/gvim.appimage
/tmp/gvim.appimage
# alternatively, download the Vim Appimage
wget -O /tmp/vim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1640/Vim-v9.0.1640.glibc2.29-x86_64.AppImage
chmod +x /tmp/vim.appimage
/tmp/vim.appimage

That's all, you should have a graphical vim now running (if you have a graphical system running) 😄

If you want a terminal Vim (with X11 and clipboard feature enabled), just create a symbolic link with a name starting with "vim". Like:

ln -s /tmp/gvim.appimage /tmp/vim.appimage

Then execute vim.appimage to get a terminal Vim.

More Information

If you need a dynamic interface to Perl, Python2, Python3.8, Ruby or Lua make sure your system provides the needed dynamic libraries (e.g. libperlX, libpython2.7 libpython3X liblua5X and librubyX) as those are not distributed together with the image to not make the image too large.

However, Vim will work without those libraries, but some plugins might need those additional dependencies. This means, those interpreters have to be installed in addition to Vim. Without it Vim won't be able to use those dynamic interfaces.

Vim: v9.0.1623

10 Jun 01:12

Choose a tag to compare

Vim AppImage Release v9.0.1623

Github Downloads (by Release)

Version Information:
GVim: v9.0.1623 - Vim git commit: f07d1a710 - glibc: 2.29

GitHub Actions Logfile


Downloads

This release provides the following Artifacts:

  • GVim-v9.0.1623.Appimage
  • Vim-v9.0.1623.Appimage

Changelog

  • 9.0.1623: the program to filetype translation is not exported
  • 9.0.1622: filetype name t32 is a bit obscure

What is the Difference between the GVim and the Vim Appimage?

The difference between the GVim and Vim Appimage is, that the GVim version includes a graphical User Interface (GTK3) and other X11 features like clipboard handling. That means, for proper clipboard support, you'll need the GVim Appimage, but you can only run this on a system that has the X11 libraries installed.

For a Server or headless environment, you are probably be better with the Vim version.

Note: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.

Run it

Download the AppImage, make it executable then you can just run it:

wget -O /tmp/gvim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1623/GVim-v9.0.1623.glibc2.29-x86_64.AppImage
chmod +x /tmp/gvim.appimage
/tmp/gvim.appimage
# alternatively, download the Vim Appimage
wget -O /tmp/vim.appimage https://github.com/vim/vim-appimage/releases/download/v9.0.1623/Vim-v9.0.1623.glibc2.29-x86_64.AppImage
chmod +x /tmp/vim.appimage
/tmp/vim.appimage

That's all, you should have a graphical vim now running (if you have a graphical system running) 😄

If you want a terminal Vim (with X11 and clipboard feature enabled), just create a symbolic link with a name starting with "vim". Like:

ln -s /tmp/gvim.appimage /tmp/vim.appimage

Then execute vim.appimage to get a terminal Vim.

More Information

If you need a dynamic interface to Perl, Python2, Python3.8, Ruby or Lua make sure your system provides the needed dynamic libraries (e.g. libperlX, libpython2.7 libpython3X liblua5X and librubyX) as those are not distributed together with the image to not make the image too large.

However, Vim will work without those libraries, but some plugins might need those additional dependencies. This means, those interpreters have to be installed in addition to Vim. Without it Vim won't be able to use those dynamic interfaces.