|
3 | 3 | [](https://github.com/vim/vim-win32-installer/releases/latest)
|
4 | 4 |
|
5 | 5 |
|
6 |
| -# Vim Installer and Archives (Win32, Win64, ARM64) |
| 6 | +# Vim Installer and Vim Zip-Archives (Win32, Win64, ARM64) |
7 | 7 |
|
8 | 8 | This is a project for building Nightly and Stable Vim Windows build snapshots
|
9 | 9 | automatically ([more information](https://vim.fandom.com/wiki/Where_to_download_Vim)).
|
@@ -41,7 +41,10 @@ You can find those interperters here:
|
41 | 41 | Make sure that you install the same architecture (32bit/64bit) for those
|
42 | 42 | libraries that matches your Vim installation.
|
43 | 43 |
|
44 |
| -For Python 3, Vim is compiled against Python 3.12 using [Stable ABI](https://docs.python.org/3.12/c-api/stable.html), and this allows you to use Python 3.8 or any later version. See also `:help python3-stable-abi`. |
| 44 | +For Python 3, Vim is compiled against Python 3.12 using [Stable |
| 45 | +ABI](https://docs.python.org/3.12/c-api/stable.html), and this allows you to |
| 46 | +use Python 3.8 or any later version. See also |
| 47 | +[`:help python3-stable-abi`](https://vimhelp.org/if_pyth.txt.html#python3-stable-abi) |
45 | 48 |
|
46 | 49 | Additionally the binaries include the new terminal feature for Vim and
|
47 | 50 | therefore contain the winpty.dll (32bit or 64bit) and the winpty-agent.exe from
|
@@ -76,7 +79,11 @@ occasionaly. If there haven't been any signed
|
76 | 79 | releases for a long time, feel free to request a new one by creating an
|
77 | 80 | [issue](https://github.com/vim/vim-win32-installer/issues) here.
|
78 | 81 |
|
79 |
| -Thanks to [SignPath.io](https://signpath.io?utm_source=foundation&utm_medium=github&utm_campaign=vim) for providing a free code signing service and to the [SignPath Foundation](https://signpath.org?utm_source=foundation&utm_medium=github&utm_campaign=vim) for a free code signing certificate to sign the builds. |
| 82 | +Thanks to |
| 83 | +[SignPath.io](https://signpath.io?utm_source=foundation&utm_medium=github&utm_campaign=vim) |
| 84 | +for providing a free code signing service and to the [SignPath |
| 85 | +Foundation](https://signpath.org?utm_source=foundation&utm_medium=github&utm_campaign=vim) |
| 86 | +for a free code signing certificate to sign the builds. |
80 | 87 |
|
81 | 88 | ## Winget
|
82 | 89 | The nightly builds will be automatically uploaded and submitted to the [winget
|
|
0 commit comments