**Describe the bug** I would like to run ctrl-space on Apple silicon. **To Reproduce** Steps to reproduce the behaviour: 1. Run Linux on Apple silicon (either directly, or using a virtual machine such as UTM) 2. Install vim 3. Install ctrl-space **Expected behaviour** ctrl-space runs. **Actual behaviour** It tries to run file_engine_linux_arm, but this complains about "Exec format error": ``` $ ./file_engine_linux_arm -bash: ./file_engine_linux_arm: cannot execute binary file: Exec format error ``` **Version(s) (please complete the following information):** - OS: Debian Linux 12 aarch64 (Linux 6.1.0-10-arm64 #1 SMP Debian 6.1.37-1 (2023-07-03) aarch64 GNU/Linux) - Version Vi Improved 9.0 (2022 June 28, compiled May 04 2023 10:24:44) **Additional context** I suppose the problem is that there is not an aarch64 binary available.
Describe the bug
I would like to run ctrl-space on Apple silicon.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
ctrl-space runs.
Actual behaviour
It tries to run file_engine_linux_arm, but this complains about "Exec format error":
Version(s) (please complete the following information):
Additional context
I suppose the problem is that there is not an aarch64 binary available.