Skip to content

Commit b27304c

Browse files
committed
Update usr_90.{txt,jax}
1 parent c915c7c commit b27304c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/usr_90.jax

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,8 @@ make とは別に "configure" を実行する方法もあります。オプシ
172172
よく使われる引数を次に示します。これらは Makefile からでも有効にできます。
173173

174174
--prefix={directory} Vim をインストールするトップディレクトリ
175-
--with-features=tiny 多くの機能を無効にしてコンパイル
176-
--with-features=small 一部の機能を無効にしてコンパイル
177-
--with-features=big 多くの機能を有効にしてコンパイル
175+
--with-features=tiny 一部の機能を無効にしてコンパイル
176+
--with-features=normal 多くの機能を有効にしてコンパイル
178177
--with-features=huge ほとんどの機能を有効にしてコンパイル
179178
いつどの機能が有効になるのかは |+feature-list|
180179
を参照してください。

en/usr_90.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,8 @@ enabled from the Makefile.
173173

174174
--prefix={directory} Top directory where to install Vim.
175175

176-
--with-features=tiny Compile with many features disabled.
177-
--with-features=small Compile with some features disabled.
178-
--with-features=big Compile with more features enabled.
176+
--with-features=tiny Compile with some features disabled.
177+
--with-features=normal Compile with more features enabled.
179178
--with-features=huge Compile with most features enabled.
180179
See |+feature-list| for which feature
181180
is enabled in which case.

0 commit comments

Comments
 (0)