Skip to content

Commit 8e459f2

Browse files
committed
Update some files
1 parent 24401b7 commit 8e459f2

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

doc/if_pyth.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Python 3 インターフェイスは Vim が |+python3| 機能付きでコンパ
2828
==============================================================================
2929
1. コマンド *python-commands*
3030

31-
*:python* *:py*
31+
*:python* *:py* *E263* *E264* *E887*
3232
:[range]py[thon] {stmt}
3333
Pythonのステートメント{stmt}を実行します。`:python`
3434
マンドが機能するか簡単にチェックするには: >

doc/options.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4019,12 +4019,13 @@ Note 1番目の形式では、行全体がオプション指定に使われる
40194019
るので注意。
40204020

40214021
*'history'* *'hi'*
4022-
'history' 'hi' 数値 (Vimの既定値: 20, Viの既定値: 0)
4022+
'history' 'hi' 数値 (Vimの既定値: 50, Viの既定値: 0)
40234023
グローバル
40244024
{Vi にはない}
40254025
":" によるコマンドと以前に使った検索パターンの履歴は保存されるわけだが、
40264026
このオプションはそれぞれの履歴に何個の項目が保存されるかを指定する
40274027
(|cmdline-editing| を参照)。
4028+
最大値は10000。
40284029
NOTE: このオプションはオプション 'compatible' がオンのときはViの既定値
40294030
に、オフのときはVimの既定値になるので注意すること。
40304031

@@ -5451,7 +5452,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
54515452
ファイルにパッチを適用し、ファイルの新しいバージョンを生成するために使
54525453
われる式。|diff-patchexpr| を参照。
54535454

5454-
*'patchmode'* *'pm'* *E206*
5455+
*'patchmode'* *'pm'* *E205* *E206*
54555456
'patchmode' 'pm' 文字列 (既定では "")
54565457
グローバル
54575458
{Vi にはない}

en/if_pyth.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Both can be available at the same time, but read |python-2-and-3|.
2828
==============================================================================
2929
1. Commands *python-commands*
3030

31-
*:python* *:py* *E205* *E263* *E264*
31+
*:python* *:py* *E263* *E264* *E887*
3232
:[range]py[thon] {stmt}
3333
Execute Python statement {stmt}. A simple check if
3434
the `:python` command is working: >

en/options.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3920,12 +3920,13 @@ A jump table for the options with a short description can be found at |Q_op|.
39203920
NOTE: This option is reset when 'compatible' is set.
39213921

39223922
*'history'* *'hi'*
3923-
'history' 'hi' number (Vim default: 20, Vi default: 0)
3923+
'history' 'hi' number (Vim default: 50, Vi default: 0)
39243924
global
39253925
{not in Vi}
39263926
A history of ":" commands, and a history of previous search patterns
3927-
are remembered. This option decides how many entries may be stored in
3927+
is remembered. This option decides how many entries may be stored in
39283928
each of these histories (see |cmdline-editing|).
3929+
The maximum value is 10000.
39293930
NOTE: This option is set to the Vi default value when 'compatible' is
39303931
set and to the Vim default value when 'compatible' is reset.
39313932

@@ -5334,7 +5335,7 @@ A jump table for the options with a short description can be found at |Q_op|.
53345335
Expression which is evaluated to apply a patch to a file and generate
53355336
the resulting new version of the file. See |diff-patchexpr|.
53365337

5337-
*'patchmode'* *'pm'* *E206*
5338+
*'patchmode'* *'pm'* *E205* *E206*
53385339
'patchmode' 'pm' string (default "")
53395340
global
53405341
{not in Vi}

0 commit comments

Comments
 (0)