Skip to content

Update os_amiga.{txt.jax} #2189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions doc/os_amiga.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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' ディレクトリに
展開する。私の場合は次のような階層になっている:
Expand All @@ -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:
16 changes: 12 additions & 4 deletions en/os_amiga.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -111,12 +111,12 @@ would be better to enter:
vim --noplugins <of course you can add a file>


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:
Expand All @@ -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: