@@ -4983,15 +4983,14 @@ Note 1番目の形式では、行全体がオプション指定に使われる
4983
4983
ションをオフにできることに注意 | -u | | --noplugin | 。
4984
4984
4985
4985
*'luadll'*
4986
- 'luadll' string (default depends on the build)
4987
- global
4988
- {not in Vi}
4989
- {only available when compiled with the | +lua/dyn |
4990
- feature}
4991
- Specifies the name of the Lua shared library. The default is
4992
- DYNAMIC_LUA_DLL, which was specified at compile time.
4993
- This option cannot be set from a | modeline | or in the | sandbox | , for
4994
- security reasons.
4986
+ 'luadll' 文字列 (既定値はビルドに依存)
4987
+ グローバル
4988
+ {Vimが | +lua/dyn | 機能付きでコンパイルされたときのみ有
4989
+ 効}
4990
+ Lua 共有ライブラリの名前を指定。規定値はコンパイル時に指定された
4991
+ DYNAMIC_LUA_DLL の値。
4992
+ このオプションはセキュリティの理由により | modeline | や | sandbox | から
4993
+ は設定出来ない。
4995
4994
4996
4995
*'macatsui'* *'nomacatsui'*
4997
4996
'macatsui' 切替 (既定ではオン)
@@ -5696,15 +5695,15 @@ Note 1番目の形式では、行全体がオプション指定に使われる
5696
5695
は、$INCL がコンマや空白を含んでいるときには使えないので注意。
5697
5696
5698
5697
*'perldll'*
5699
- 'perldll' string (default depends on the build )
5700
- global
5701
- {not in Vi }
5702
- {only available when compiled with the | +perl/dyn |
5703
- feature }
5704
- Specifies the name of the Perl shared library. The default is
5705
- DYNAMIC_PERL_DLL, which was specified at compile time.
5706
- This option cannot be set from a | modeline | or in the | sandbox | , for
5707
- security reasons.
5698
+ 'perldll' 文字列 (既定値はビルドに依存 )
5699
+ グローバル
5700
+ {Vi にはない }
5701
+ {Vimが | +perl/dyn | 機能付きでコンパイルされたときのみ
5702
+ 有効 }
5703
+ Perl 共有ライブラリの名前を指定。規定値はコンパイル時に指定された
5704
+ DYNAMIC_PERL_DLL の値。
5705
+ このオプションはセキュリティの理由により | modeline | や | sandbox | から
5706
+ は設定出来ない。
5708
5707
5709
5708
*'preserveindent'* *'pi'* *'nopreserveindent'* *'nopi'*
5710
5709
'preserveindent' 'pi' 切替 (既定ではオフ)
@@ -5834,26 +5833,26 @@ Note 1番目の形式では、行全体がオプション指定に使われる
5834
5833
| ins-completion-menu |
5835
5834
5836
5835
*'pythondll'*
5837
- 'pythondll' string (default depends on the build )
5838
- global
5839
- {not in Vi }
5840
- {only available when compiled with the | +python/dyn |
5841
- feature }
5842
- Specifies the name of the Python 2.x shared library. The default is
5843
- DYNAMIC_PYTHON_DLL, which was specified at compile time.
5844
- This option cannot be set from a | modeline | or in the | sandbox | , for
5845
- security reasons.
5836
+ 'pythondll' 文字列 (既定値はビルドに依存 )
5837
+ グローバル
5838
+ {Vi にはない }
5839
+ {Vimが | +python/dyn | 機能付きでコンパイルされたときの
5840
+ み有効 }
5841
+ Python 2.x 共有ライブラリの名前を指定。規定値はコンパイル時に指定され
5842
+ た DYNAMIC_PYTHON_DLL の値。
5843
+ このオプションはセキュリティの理由により | modeline | や | sandbox | から
5844
+ は設定出来ない。
5846
5845
5847
5846
*'pythonthreedll'*
5848
- 'pythonthreedll' string (default depends on the build )
5849
- global
5850
- {not in Vi }
5851
- {only available when compiled with the | +python3/dyn |
5852
- feature }
5853
- Specifies the name of the Python 3 shared library. The default is
5854
- DYNAMIC_PYTHON3_DLL, which was specified at compile time.
5855
- This option cannot be set from a | modeline | or in the | sandbox | , for
5856
- security reasons.
5847
+ 'pythonthreedll' 文字列 (既定値はビルドに依存 )
5848
+ グローバル
5849
+ {Vi にはない }
5850
+ {Vimが | +python3/dyn | 機能付きでコンパイルされたときの
5851
+ み有効 }
5852
+ Python 3 共有ライブラリの名前を指定。規定値はコンパイル時に指定された
5853
+ DYNAMIC_PYTHON3_DLL の値。
5854
+ このオプションはセキュリティの理由により | modeline | や | sandbox | から
5855
+ は設定出来ない。
5857
5856
5858
5857
*'quoteescape'* *'qe'*
5859
5858
'quoteescape' 'qe' 文字列 (既定では "\")
@@ -6070,15 +6069,15 @@ Note 1番目の形式では、行全体がオプション指定に使われる
6070
6069
オプション 'rightleft' を設定しないと 'rightleftcmd' は効果がない。
6071
6070
6072
6071
*'rubydll'*
6073
- 'rubydll' string (default: depends on the build )
6074
- global
6075
- {not in Vi }
6076
- {only available when compiled with the | +ruby/dyn |
6077
- feature }
6078
- Specifies the name of the Ruby shared library. The default is
6079
- DYNAMIC_RUBY_DLL, which was specified at compile time.
6080
- This option cannot be set from a | modeline | or in the | sandbox | , for
6081
- security reasons.
6072
+ 'rubydll' 文字列 (既定値はビルドに依存 )
6073
+ グローバル
6074
+ {Vi にはない }
6075
+ {Vimが | +ruby/dyn | 機能付きでコンパイルされたときのみ
6076
+ 有効 }
6077
+ Ruby 共有ライブラリの名前を指定。規定値はコンパイル時に指定された
6078
+ DYNAMIC_RUBY_DLL の値。
6079
+ このオプションはセキュリティの理由により | modeline | や | sandbox | から
6080
+ は設定出来ない。
6082
6081
6083
6082
*'ruler'* *'ru'* *'noruler'* *'noru'*
6084
6083
'ruler' 'ru' 切替 (既定ではオフ)
@@ -7601,15 +7600,15 @@ Note 1番目の形式では、行全体がオプション指定に使われる
7601
7600
グスタックを変更すべきでないときに便利である。
7602
7601
7603
7602
*'tcldll'*
7604
- 'tcldll' string (default depends on the build )
7605
- global
7606
- {not in Vi }
7607
- {only available when compiled with the | +tcl/dyn |
7608
- feature }
7609
- Specifies the name of the Tcl shared library. The default is
7610
- DYNAMIC_TCL_DLL, which was specified at compile time.
7611
- This option cannot be set from a | modeline | or in the | sandbox | , for
7612
- security reasons.
7603
+ 'tcldll' 文字列 (既定値はビルドに依存 )
7604
+ グローバル
7605
+ {Vi にはない }
7606
+ {Vimが | +tcl/dyn | 機能付きでコンパイルされたときのみ有
7607
+ 効 }
7608
+ Tcl 共有ライブラリの名前を指定。規定値はコンパイル時に指定された
7609
+ DYNAMIC_TCL_DLL の値。
7610
+ このオプションはセキュリティの理由により | modeline | や | sandbox | から
7611
+ は設定出来ない。
7613
7612
7614
7613
*'term'* *E529* *E530* *E531*
7615
7614
'term' 文字列 (既定では $TERM、それが失敗したら
0 commit comments