view READMEdir/README_haiku.txt @ 34757:63e3334bcadb v9.1.0256

patch 9.1.0256: Finding autocmd events is inefficient Commit: https://github.com/vim/vim/commit/78d742ab8845578f78039ddd71a6444c6929257c Author: John Marriott <basilisk@internode.on.net> Date: Tue Apr 2 20:26:01 2024 +0200 patch 9.1.0256: Finding autocmd events is inefficient Problem: Finding autocmd events is inefficient Solution: Use binary search to find events, cache last found events, avoid use of strlen(), add SessionWritePost autocmd, fix test_codestyle and avoid endless loop (John Marriott) closes: #14287 Signed-off-by: John Marriott <basilisk@internode.on.net> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Apr 2024 20:45:03 +0200
parents 4635e43f2c6f
children
line wrap: on
line source

README_haiku.txt for version 9.1 of Vim: Vi IMproved.

This file explains the installation of Vim on Haiku operating system.
See "README.txt" for general information about Vim.

Preferred (and easy) way to get Vim on Haiku is to use default Haiku
software repository HaikuPorts. To get Vim:

- Open HaikuDepot application and search for "vim" package, then install,
- Open a Terminal and type "pkgman install vim", then follow instructions.

If you prefer to install Vim from source, follow the instructions on
"runtime/doc/os_haiku.txt", "Compiling Vim" section.