Skip to content

Commit b0cead6

Browse files
committed
appveyor.yml: prepare documentation for ARM builds
Signed-off-by: Christian Brabandt <[email protected]>
1 parent b408e9f commit b0cead6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest GitHub Release](https://img.shields.io/github/v/release/vim/vim-win32-installer)](https://github.com/vim/vim-win32-installer/releases/latest)
44

55

6-
# Vim Installer and Archives (Win32, Win64, ARM64)
6+
# Vim Installer and Vim Zip-Archives (Win32, Win64, ARM64)
77

88
This is a project for building Nightly and Stable Vim Windows build snapshots
99
automatically ([more information](https://vim.fandom.com/wiki/Where_to_download_Vim)).
@@ -41,7 +41,10 @@ You can find those interperters here:
4141
Make sure that you install the same architecture (32bit/64bit) for those
4242
libraries that matches your Vim installation.
4343

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)
4548

4649
Additionally the binaries include the new terminal feature for Vim and
4750
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
7679
releases for a long time, feel free to request a new one by creating an
7780
[issue](https://github.com/vim/vim-win32-installer/issues) here.
7881

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.
8087

8188
## Winget
8289
The nightly builds will be automatically uploaded and submitted to the [winget

0 commit comments

Comments
 (0)