File tree Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 1- *os_amiga.txt* For Vim バージョン 9.1. Last change: 2010 Aug 14
1+ *os_amiga.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -110,12 +110,13 @@ MorphOS ではなく Vim や UN*X に関連した問題が 2 つある。ram {
110110 vim --noplugin <もちろんファイルを指定することもできる>
111111
112112
113- インストール ~
113+ バイナリアーカイブのインストール ~
114114
1151151) 'VIM' バイナリを c: にコピーする
116- 2) Vim のランタイムパッケージを次から入手する
116+ 2) Vim のランタイムパッケージを以下から入手する (Note: そのサーバーは更新され
117+ なくなった)
117118
118- ftp ://ftp.vim.org /pub/vim/amiga/vim62rt .tgz
119+ https ://ftp.nluug.nl /pub/vim/amiga/vim90src .tgz
119120
120121 そしてそれを MorphOS がインストールされている場所の 'Apps' ディレクトリに
121122 展開する。私の場合は次のような階層になっている:
@@ -142,5 +143,13 @@ MorphOS ではなく Vim や UN*X に関連した問題が 2 つある。ram {
142143 Cls
143144 ;End VIM
144145
146+ コンパイル~
147+
148+ Vim のソースコードは、Vim の公式サイトからダウンロードできる:
149+ https://github.com/vim/vim/archive/refs/heads/master.zip
150+ または git を使用する: >
151+ git clone https://github.com/vim/vim.git
152+
153+ コンパイルについては "src/INSTALLami.txt" を参照
145154
146155 vim:tw=78:ts=8:noet:ft=help:norl:
Original file line number Diff line number Diff line change 1- *os_amiga.txt* For Vim version 9.1. Last change: 2010 Aug 14
1+ *os_amiga.txt* For Vim version 9.1. Last change: 2025 Jul 22
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -111,12 +111,12 @@ would be better to enter:
111111 vim --noplugins <of course you can add a file>
112112
113113
114- Installation ~
114+ Installation of a binary archive ~
115115
1161161) Please copy the binary 'VIM' file to c:
117- 2) Get the Vim runtime package from:
117+ 2) Get the Vim runtime package from (Note: that server is no longer updated) :
118118
119- ftp ://ftp.vim.org /pub/vim/amiga/vim62rt .tgz
119+ https ://ftp.nluug.nl /pub/vim/amiga/vim90src .tgz
120120
121121 and unpack it in your 'Apps' directory of the MorphOS installation. For me
122122 this would create following directory hierarchy:
@@ -143,5 +143,13 @@ Installation ~
143143 Cls
144144 ;End VIM
145145
146+ Compiling~
147+
148+ You can download the Vim source code from the official Vim site:
149+ https://github.com/vim/vim/archive/refs/heads/master.zip
150+ Or using git: >
151+ git clone https://github.com/vim/vim.git
152+
153+ For compiling see "src/INSTALLami.txt"
146154
147155 vim:tw=78:ts=8:noet:ft=help:norl:
You can’t perform that action at this time.
0 commit comments