Skip to content

Commit 238b7f5

Browse files
authored
Merge pull request #1127 from tsuyoshicho/update/20220813/misc
Update misc files
2 parents 0df7614 + 89c5500 commit 238b7f5

18 files changed

+37
-30
lines changed

doc/autocmd.jax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,8 +1258,7 @@ User 自動的に実行されることはない。コマンド
12581258
if exists('#User#MyEvent')
12591259
doautocmd User MyEvent
12601260
endif
1261-
1262-
1261+
<
12631262
*SigUSR1*
12641263
SigUSR1 SIGUSR1シグナルを受けとった後。Vimに通知する他
12651264
の方法では実現できない場合に使われる。例えば、

doc/change.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,11 @@ NOTE パターンに 'magic' が適用されるかどうかを変更するフラ
774774
*sub-replace-special* *:s\=*
775775
{string} が "\=" で始まるときは、それは式として評価される。
776776
|sub-replace-expression| を参照のこと。複雑な置換や特殊な文字を使うことができ
777-
る。そうでなければ、{string} の中のこれらの文字は特別な意味を持つ:
777+
る。
778+
779+
置換は再帰内で4段階までに制限されている。 *E1290*
778780

781+
そうでなければ、{string} の中のこれらの文字は特別な意味を持つ:
779782
*:s%*
780783
'cpoptions' に '/' が含まれている場合、{string} が "%" に等しいならば前の置換
781784
コマンドの {string} が使われる。|cpo-/| 参照

doc/help.jax

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@
1818
類を指定することもできます: *help-context*
1919

2020
種類 修飾子 例 ~
21-
ノーマルモードコマンド :help x
22-
ビジュアルモードコマンド v_ :help v_u
23-
挿入モードコマンド i_ :help i_<Esc>
24-
コマンドラインコマンド : :help :quit
25-
コマンドライン編集 c_ :help c_<Del>
26-
Vim の起動引数 - :help -r
27-
オプション ' :help 'textwidth'
28-
正規表現 / :help /[
21+
ノーマルモードコマンド :help x
22+
ビジュアルモードコマンド v_ :help v_u
23+
挿入モードコマンド i_ :help i_<Esc>
24+
コマンドラインコマンド : :help :quit
25+
コマンドライン編集 c_ :help c_<Del>
26+
Vim の起動引数 - :help -r
27+
オプション ' :help 'textwidth'
28+
正規表現 / :help /[
2929
その他の種類については |help-summary| を参照してください。
30+
ヘルプの構文の説明は |notation| を参照してください。
31+
3032

3133
ヘルプを検索する: ":help word" とタイプしてから CTRL-D を押すと "word" に
3234
マッチするヘルプ項目の一覧が表示されます。

doc/pattern.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ $ パターンの末尾、または "\|"、"\)"、"\n" ('magic' on時) の前に
917917
ります。Vim は自動的にマッチの強調表示を更新したりしません。
918918
|/\%#| で検索した後にカーソルを動かした場合と似ています。
919919

920-
*/\%l* */\%>l* */\%<l* *E951* *E1204*
920+
*/\%l* */\%>l* */\%<l* *E951* *E1204* *E1273*
921921
\%23l 指定した行にマッチします。
922922
\%<23l 指定した行より上にマッチします。
923923
\%>23l 指定した行より下にマッチします。

doc/popup.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ POPUP_CREATE() の引数 *popup_create-arguments*
596596

597597
|popup_create()| の最初の引数(と |popup_settext()| の第2引数)は表示されるテキ
598598
ストと、オプションでテキストプロパティを指定する。それは4つの形式のうちの1つで
599-
ある:
599+
ある: *E1284*
600600
- バッファ番号
601601
- 文字列
602602
- 文字列のリスト

doc/repeat.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参
224224
例: >
225225
:4,5source
226226
:10,18source ++clear
227-
227+
<
228228
*:source!*
229229
:so[urce]! {file} Vimコマンドを{file}から読み込む。ノーマルモードでファ
230230
イルの内容をあなたがタイプしたのと同じように実行される。

doc/spell.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ zuW *zuG* *zuW*
103103
zuG |zW||zG| をundoして、内部単語リストからその単語を
104104
削除する。count は |zg| と同様に使われる。
105105

106-
*:spe* *:spellgood*
106+
*:spe* *:spellgood* *E1280*
107107
:[count]spe[llgood] {word}
108108
|zg| と同様に、{word} を正しい単語として 'spellfile'
109109
加える。count が無いときは最初の名前が使われ、count に

doc/version8.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18433,7 +18433,7 @@ Problem: When 'wrapscan' is off "gn" does not select the whole pattern when
1843318433
Solution: Check if the search fails. (Christian Brabandt, closes #1683)
1843418434
Files: src/search.c, src/testdir/test_gn.vim
1843518435

18436-
Patch 8.0.0628 (after 8.0.0626
18436+
Patch 8.0.0628 (after 8.0.0626)
1843718437
Problem: Cursor disappears after silent mapping. (Ramel Eshed)
1843818438
Solution: Do restore the cursor when it was changed, but don't change it in
1843918439
the first place for a silent mapping.

en/autocmd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ User Never executed automatically. To be used for
12751275
if exists('#User#MyEvent')
12761276
doautocmd User MyEvent
12771277
endif
1278-
1278+
<
12791279
*SigUSR1*
12801280
SigUSR1 After the SIGUSR1 signal has been detected.
12811281
Could be used if other ways of notifying Vim

en/change.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,8 @@ When the {string} starts with "\=" it is evaluated as an expression, see
802802
|sub-replace-expression|. You can use that for complex replacement or special
803803
characters.
804804

805+
The substitution is limited in recursion to 4 levels. *E1290*
806+
805807
Otherwise these characters in {string} have a special meaning:
806808
*:s%*
807809
When {string} is equal to "%" and '/' is included with the 'cpoptions' option,

0 commit comments

Comments
 (0)