You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/release_notes.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ $vimlog_md
31
31
### What is the Difference between the GVim and the Vim Appimage?
32
32
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. <p/>
33
33
34
-
For a Server or headless environment, you are probably be better with the Vim version.<p/> _Note_: The image is based on Ubuntu 20.04 LTS focal. It most likely won't work on older distributions.
34
+
For a Server or headless environment, you are probably be better with the Vim version.<p/> _Note_: The image is based on Ubuntu 22.04 LTS jammy. It most likely won't work on older distributions.
35
35
36
36
### Run it
37
37
Download the AppImage, make it executable then you can just run it:
@@ -56,7 +56,7 @@ Then execute \`vim.appimage\` to get a terminal Vim.
56
56
57
57
### Interpreter interfaces
58
58
59
-
The Vim / GVim AppImage's are compiled with Vim interfaces for Perl 5.30, Python 3.8+, Ruby 2.7, and Lua 5.3 and built on Ubuntu 20.04 ("focal"). If your system runs this exact version of Ubuntu (or some compatible flavor), and has the corresponding interpreter packages installed, they will work just as in a native Vim distro package.
59
+
The Vim / GVim AppImage's are compiled with Vim interfaces for Perl 5.30, Python 3.8+, Ruby 2.7, and Lua 5.3 and built on Ubuntu 22.04 ("jammy"). If your system runs this exact version of Ubuntu (or some compatible flavor), and has the corresponding interpreter packages installed, they will work just as in a native Vim distro package.
60
60
61
61
Otherwise,
62
62
* for Python 3: install it on your system. In Vim, \`set pythonthreedll=libpython3.10.so\` or similar (use the shell command \`sudo ldconfig -p | grep libpython3\` to find the library name). See \`:help +python3/dyn-stable\`.
0 commit comments