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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -110,12 +110,13 @@ MorphOS ではなく Vim や UN*X に関連した問題が 2 つある。ram {
110
110
vim --noplugin <もちろんファイルを指定することもできる>
111
111
112
112
113
- インストール ~
113
+ バイナリアーカイブのインストール ~
114
114
115
115
1) 'VIM' バイナリを c: にコピーする
116
- 2) Vim のランタイムパッケージを次から入手する
116
+ 2) Vim のランタイムパッケージを以下から入手する (Note: そのサーバーは更新され
117
+ なくなった)
117
118
118
- ftp ://ftp.vim.org /pub/vim/amiga/vim62rt .tgz
119
+ https ://ftp.nluug.nl /pub/vim/amiga/vim90src .tgz
119
120
120
121
そしてそれを MorphOS がインストールされている場所の 'Apps' ディレクトリに
121
122
展開する。私の場合は次のような階層になっている:
@@ -142,5 +143,13 @@ MorphOS ではなく Vim や UN*X に関連した問題が 2 つある。ram {
142
143
Cls
143
144
;End VIM
144
145
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" を参照
145
154
146
155
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -111,12 +111,12 @@ would be better to enter:
111
111
vim --noplugins <of course you can add a file>
112
112
113
113
114
- Installation ~
114
+ Installation of a binary archive ~
115
115
116
116
1) 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) :
118
118
119
- ftp ://ftp.vim.org /pub/vim/amiga/vim62rt .tgz
119
+ https ://ftp.nluug.nl /pub/vim/amiga/vim90src .tgz
120
120
121
121
and unpack it in your 'Apps' directory of the MorphOS installation. For me
122
122
this would create following directory hierarchy:
@@ -143,5 +143,13 @@ Installation ~
143
143
Cls
144
144
;End VIM
145
145
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"
146
154
147
155
vim:tw=78:ts=8:noet:ft=help:norl:
You can’t perform that action at this time.
0 commit comments