From 657a5e7c9282f1301f0137ec0d697105aa384378 Mon Sep 17 00:00:00 2001 From: h-east Date: Wed, 23 Jul 2025 21:00:03 +0900 Subject: [PATCH] Update os_amiga.{txt.jax} --- doc/os_amiga.jax | 17 +++++++++++++---- en/os_amiga.txt | 16 ++++++++++++---- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/doc/os_amiga.jax b/doc/os_amiga.jax index 437a840eb..af725b7a4 100644 --- a/doc/os_amiga.jax +++ b/doc/os_amiga.jax @@ -1,4 +1,4 @@ -*os_amiga.txt* For Vim バージョン 9.1. Last change: 2010 Aug 14 +*os_amiga.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22 VIMリファレンスマニュアル by Bram Moolenaar @@ -110,12 +110,13 @@ MorphOS ではなく Vim や UN*X に関連した問題が 2 つある。ram { vim --noplugin <もちろんファイルを指定することもできる> -インストール ~ +バイナリアーカイブのインストール ~ 1) 'VIM' バイナリを c: にコピーする -2) Vim のランタイムパッケージを次から入手する +2) Vim のランタイムパッケージを以下から入手する (Note: そのサーバーは更新され + なくなった) - ftp://ftp.vim.org/pub/vim/amiga/vim62rt.tgz + https://ftp.nluug.nl/pub/vim/amiga/vim90src.tgz そしてそれを MorphOS がインストールされている場所の 'Apps' ディレクトリに 展開する。私の場合は次のような階層になっている: @@ -142,5 +143,13 @@ MorphOS ではなく Vim や UN*X に関連した問題が 2 つある。ram { Cls ;End VIM +コンパイル~ + +Vim のソースコードは、Vim の公式サイトからダウンロードできる: + https://github.com/vim/vim/archive/refs/heads/master.zip +または git を使用する: > + git clone https://github.com/vim/vim.git + +コンパイルについては "src/INSTALLami.txt" を参照 vim:tw=78:ts=8:noet:ft=help:norl: diff --git a/en/os_amiga.txt b/en/os_amiga.txt index 32d460281..cea3a3e05 100644 --- a/en/os_amiga.txt +++ b/en/os_amiga.txt @@ -1,4 +1,4 @@ -*os_amiga.txt* For Vim version 9.1. Last change: 2010 Aug 14 +*os_amiga.txt* For Vim version 9.1. Last change: 2025 Jul 22 VIM REFERENCE MANUAL by Bram Moolenaar @@ -111,12 +111,12 @@ would be better to enter: vim --noplugins -Installation ~ +Installation of a binary archive ~ 1) Please copy the binary 'VIM' file to c: -2) Get the Vim runtime package from: +2) Get the Vim runtime package from (Note: that server is no longer updated): - ftp://ftp.vim.org/pub/vim/amiga/vim62rt.tgz + https://ftp.nluug.nl/pub/vim/amiga/vim90src.tgz and unpack it in your 'Apps' directory of the MorphOS installation. For me this would create following directory hierarchy: @@ -143,5 +143,13 @@ Installation ~ Cls ;End VIM +Compiling~ + +You can download the Vim source code from the official Vim site: + https://github.com/vim/vim/archive/refs/heads/master.zip +Or using git: > + git clone https://github.com/vim/vim.git + +For compiling see "src/INSTALLami.txt" vim:tw=78:ts=8:noet:ft=help:norl: