Skip to content

Commit 338d71d

Browse files
authored
Merge pull request #2218 from h-east/update-some-files-4
Update {quickfix,quickref,spell}.{txt,jax}
2 parents 819b244 + 3b877c3 commit 338d71d

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

doc/quickfix.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Apr 06
1+
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1003,7 +1003,7 @@ Note: 検索結果へのリンク一覧を開くには |:copen| (|:lgrep| なら
10031003

10041004
{pattern}はVimの検索パターンである。/ で囲まない場合、
10051005
それが{pattern}中に現れない限り、どんな非ID文字
1006-
(|'isident'| を参照) でも使える。
1006+
('isident' を参照) でも使える。
10071007
'ignorecase' が適用される。パターン中に|/\c|を含めると
10081008
大文字小文字を区別しなくなり、|/\C|を含めると区別する
10091009
ようになる。これは 'ignorecase' より優先される。

doc/quickref.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jul 25
1+
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -621,7 +621,7 @@
621621
'arabic' 'arab' デフォルトでアラビア語を2番目の言語にする
622622
'arabicshape' 'arshape' アラビア文字を整える
623623
'autochdir' 'acd' 現在編集中のファイルのディレクトリに変更する
624-
'autocomplete' 'ac' 挿入モードで自動補完
624+
'autocomplete' 'ac' 挿入モードで自動補完を有効にする
625625
'autoindent' 'ai' 直前の行から新しい行のインデントを得る
626626
'autoread' 'ar' vim以外でファイル変更した時に自動再読み込みする
627627
'autoshelldir' 'asd' シェルのカレントディレクトリに変更する
@@ -1476,7 +1476,7 @@
14761476
------------------------------------------------------------------------------
14771477
*Q_fo* 折り畳みコマンド
14781478

1479-
|'foldmethod'| set foldmethod=manual 手動で折り畳み
1479+
'foldmethod' set foldmethod=manual 手動で折り畳み
14801480
set foldmethod=indent インデントで折り畳み
14811481
set foldmethod=expr 'foldexpr' で折り畳み
14821482
set foldmethod=syntax シンタックスのリージョンで折り畳み

doc/spell.jax

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*spell.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+
*spell.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -219,13 +219,13 @@ z= カーソルの下や後の単語に対して正しい綴りの単語を提
219219
を使うには CTRL-N を、戻るには CTRL-P を使うこと。|i_CTRL-X_s|
220220

221221
オプション 'spellsuggest' は候補のリストがどのように生成、ソートされるかに影響
222-
する。|'spellsuggest'| を参照せよ
222+
する。'spellsuggest' を参照
223223

224224
オプション 'spellcapcheck' は文の最初の単語が大文字で始まるかをチェックするの
225225
に用いる。これはファイルの最初の単語には働かない。文の直後に改行があるとき、次
226226
の行のハイライティングが後回しにされるかもしれない。必要であれば |CTRL-L| を使
227-
用せよ。また、'spelllang' が設定される時にどのように自動で設定されるのかについ
228-
ては |set-spc-auto| を参照せよ
227+
用する。また、'spelllang' が設定される時にどのように自動で設定されるのかについ
228+
ては |set-spc-auto| を参照
229229

230230
'spelloptions' オプションには、スペルチェックの仕組みに影響のあるフラグがさら
231231
にいくつかある。例えば、"camel" はキャメルケースの単語を分割して、単語の各部分
@@ -270,8 +270,8 @@ Vim はオンザフライのスペルチェックをする。スペルチェッ
270270

271271
|zg| や他のコマンドで単語が追加された時、その単語は常に全ての地域に追加される。
272272
これは 'spellfile' を手動で編集することで変更できる。|spell-wordlist-format|
273-
を参照せよ'spellfile' にあるファイル内で指定される地域は 'spelllang' にあるす
274-
べてのエントリが同じ地域 (.spl の名前によって特定されるファイルは数えない) を指
273+
を参照'spellfile' にあるファイル内で指定される地域は 'spelllang' にあるすべ
274+
てのエントリが同じ地域 (.spl の名前によって特定されるファイルは数えない) を指
275275
定するときにのみ使用されることに注意すること。
276276

277277
*spell-german*
@@ -293,7 +293,7 @@ Vim はオンザフライのスペルチェックをする。スペルチェッ
293293
イディッシュ語は特有の文字を使用するため、"utf-8" エンコーディングを使用する必
294294
要がある。もし latin1 を使っているのなら、Vim は代わりに字訳された (ローマ字化
295295
された) イディッシュ語を使用するだろう。もしあなたが字訳されたイディッシュ語を
296-
utf-8 で使用したいのなら、"yi-tr" を使用せよ
296+
utf-8 で使用したいのなら、"yi-tr" を使用する
297297
一覧:
298298
'encoding' 'spelllang'
299299
utf-8 yi イディッシュ語
@@ -370,8 +370,8 @@ Vim は以下を探す:
370370
EBCDIC 向けのスペルチェックは現在サポートされていない。
371371

372372
現在の 'encoding' でスペルファイルが利用できないかもしれない。スペルファイルの
373-
作成の仕方については |spell-mkspell| を参照せよ。"iconv" でスペルファイルを変
374-
換するのは機能しないだろう!
373+
作成の仕方については |spell-mkspell| を参照。"iconv" でスペルファイルを変換す
374+
るのは機能しないだろう!
375375

376376
Note: VMS ではファイル名によるトラブルを避けるため、".{enc}.spl" は
377377
"_{enc}.spl" に変更されている。

en/quickfix.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim version 9.1. Last change: 2025 Apr 06
1+
*quickfix.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1048,8 +1048,8 @@ commands can be combined to create a NewGrep command: >
10481048

10491049
{pattern} is a Vim search pattern. Instead of
10501050
enclosing it in / any non-ID character (see
1051-
|'isident'|) can be used, so long as it does not
1052-
appear in {pattern}.
1051+
'isident') can be used, so long as it does not appear
1052+
in {pattern}.
10531053
'ignorecase' applies. To overrule it put |/\c| in the
10541054
pattern to ignore case or |/\C| to match case.
10551055
'smartcase' is not used.

en/quickref.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 9.1. Last change: 2025 Jul 25
1+
*quickref.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -607,7 +607,7 @@ Short explanation of each option: *option-list*
607607
'arabic' 'arab' for Arabic as a default second language
608608
'arabicshape' 'arshape' do shaping for Arabic characters
609609
'autochdir' 'acd' change directory to the file in the current window
610-
'autocomplete' 'ac' automatic completion in insert mode
610+
'autocomplete' 'ac' enable automatic completion in insert mode
611611
'autoindent' 'ai' take indent for new line from previous line
612612
'autoread' 'ar' autom. read file when changed outside of Vim
613613
'autoshelldir' 'asd' change directory to the shell's current directory
@@ -1460,7 +1460,7 @@ Context-sensitive completion on the command-line:
14601460
------------------------------------------------------------------------------
14611461
*Q_fo* Folding
14621462

1463-
|'foldmethod'| set foldmethod=manual manual folding
1463+
'foldmethod' set foldmethod=manual manual folding
14641464
set foldmethod=indent folding by indent
14651465
set foldmethod=expr folding by 'foldexpr'
14661466
set foldmethod=syntax folding by syntax regions

en/spell.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*spell.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+
*spell.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -218,7 +218,7 @@ CTRL-X s to find suggestions. This works like Insert mode completion. Use
218218
CTRL-N to use the next suggestion, CTRL-P to go back. |i_CTRL-X_s|
219219

220220
The 'spellsuggest' option influences how the list of suggestions is generated
221-
and sorted. See |'spellsuggest'|.
221+
and sorted. See 'spellsuggest'.
222222

223223
The 'spellcapcheck' option is used to check the first word of a sentence
224224
starts with a capital. This doesn't work for the first word in the file.

0 commit comments

Comments
 (0)