From: Hirohito Higashi Date: Wed, 23 Jul 2025 17:44:57 +0000 (+0200) Subject: runtime(doc): Tweak documentation style in usr_90.txt X-Git-Tag: v9.1.1584~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f4be00ca552a3908a0eb8ca45c5e957b96d3c8b;p=thirdparty%2Fvim.git runtime(doc): Tweak documentation style in usr_90.txt closes: #17832 Signed-off-by: Hirohito Higashi Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/usr_90.txt b/runtime/doc/usr_90.txt index b85c217dcb..babf48214b 100644 --- a/runtime/doc/usr_90.txt +++ b/runtime/doc/usr_90.txt @@ -1,4 +1,4 @@ -*usr_90.txt* For Vim version 9.1. Last change: 2025 Jul 22 +*usr_90.txt* For Vim version 9.1. Last change: 2025 Jul 23 VIM USER MANUAL - by Bram Moolenaar @@ -200,7 +200,7 @@ box for most users. 2. Using winget (Windows Package Manager) ~ If you prefer using the command line, you can quickly install Vim using -Windows' built-in package manager for the stable version: > +Windows built-in package manager for the stable version: > winget install vim.vim @@ -210,7 +210,7 @@ Or to download the latest nightly version, use: > This method ensures you get an up-to-date version with minimal hassle. - 3. GitHub Installer (All Architectures) > + 3. GitHub Installer (All Architectures) ~ For more control over the installation (or if you're using a specific CPU architecture like ARM), visit the official GitHub repository: @@ -223,7 +223,7 @@ This repo provides daily installer and portable zip archives for: - x64 (64-bit) - ARM64 -It’s a great option if you want nightly builds or specific configuration +It's a great option if you want nightly builds or specific configuration In case you are not satisfied with the features included in the supplied binaries, you could try compiling Vim yourself. Get the source archive from