Skip to content

Commit c1484f8

Browse files
authored
Merge pull request #2360 from h-east/update-spell
Update spell.{txt,jax}
2 parents dda02a2 + e3deeeb commit c1484f8

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

doc/spell.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -507,7 +507,7 @@ Myspell が使用する .aff と .dic ファイルから Vim が使用するス
507507
成することができる。Myspell は OpenOffice.org と Mozilla によって使用される。
508508
OpenOffice の .oxt ファイルは .aff と .dic ファイルを含む zip ファイルである。
509509
これらはここから探すことができる。
510-
http://extensions.services.openoffice.org/dictionary
510+
https://extensions.openoffice.org/en/search@f[0]=field_project_application%253A1&f[1]=field_project_tags%253A94.html
511511
これが機能しない場合、以前の OpenOffice 2 のファイルが使用されることがある。
512512
http://wiki.services.openoffice.org/wiki/Dictionaries
513513
加えて、プレーンテキストの単語リストも使用できる。選択肢はあなたが見つけた単語
@@ -1166,8 +1166,8 @@ PFXPOSTPONE *spell-PFXPOSTPONE*
11661166
ゆえ、"TCP/IP" は単語ではなく、"IP" フラグをもつ "TCP" ということになる。単語
11671167
中にスラッシュを含むためには、その前にバックスラッシュを挿入する: "TCP\/IP"。
11681168
単語中にバックスラッシュを使いたいというような稀な場合があるならバックスラッシュ
1169-
を 2 つ続ける必要がある。それ以外のバックスラッシュの使用は将来の拡張のために予
1170-
約されている
1169+
を 2 つ続ける必要がある。
1170+
それ以外のバックスラッシュの使用は将来の拡張のために予約されている
11711171

11721172

11731173
☆大文字小文字を保つ単語 *spell-KEEPCASE*

en/spell.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*spell.txt* For Vim version 9.1. Last change: 2025 Sep 02
1+
*spell.txt* For Vim version 9.1. Last change: 2025 Oct 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -140,7 +140,7 @@ zuG Undo |zW| and |zG|, remove the word from the internal
140140

141141
There are no normal mode commands to mark words as
142142
rare as this is a fairly uncommon command and all
143-
intuitive commands for this are already taken. If you
143+
intuitive commands for this are already taken. If you
144144
want you can add mappings with e.g.: >
145145
nnoremap z? :exe ':spellrare ' .. expand('<cWORD>')<CR>
146146
nnoremap z/ :exe ':spellrare! ' .. expand('<cWORD>')<CR>
@@ -300,7 +300,7 @@ In a table:
300300

301301
*spell-cjk*
302302
Chinese, Japanese and other East Asian characters are normally marked as
303-
errors, because spell checking of these characters is not supported. If
303+
errors, because spell checking of these characters is not supported. If
304304
'spelllang' includes "cjk", these characters are not marked as errors. This
305305
is useful when editing text with spell checking while some Asian words are
306306
present.
@@ -507,10 +507,10 @@ Vim uses a binary file format for spelling. This greatly speeds up loading
507507
the word list and keeps it small.
508508
*.aff* *.dic* *Myspell*
509509
You can create a Vim spell file from the .aff and .dic files that Myspell
510-
uses. Myspell is used by OpenOffice.org and Mozilla. The OpenOffice .oxt
511-
files are zip files which contain the .aff and .dic files. You should be able
510+
uses. Myspell is used by OpenOffice.org and Mozilla. The OpenOffice .oxt
511+
files are zip files which contain the .aff and .dic files. You should be able
512512
to find them here:
513-
http://extensions.services.openoffice.org/dictionary
513+
https://extensions.openoffice.org/en/search@f[0]=field_project_application%253A1&f[1]=field_project_tags%253A94.html
514514
The older, OpenOffice 2 files may be used if this doesn't work:
515515
http://wiki.services.openoffice.org/wiki/Dictionaries
516516
You can also use a plain word list. The results are the same, the choice
@@ -842,8 +842,8 @@ starting with an upper-case letter.
842842

843843
When the word includes an upper-case letter, this means the upper-case letter
844844
is required at this position. The same word with a lower-case letter at this
845-
position will not match. When some of the other letters are upper-case it will
846-
not match either.
845+
position will not match. When some of the other letters are upper-case it
846+
will not match either.
847847

848848
The word with all upper-case characters will always be OK,
849849

@@ -1182,9 +1182,10 @@ WORDS WITH A SLASH *spell-SLASH*
11821182

11831183
The slash is used in the .dic file to separate the basic word from the affix
11841184
letters and other flags. Unfortunately, this means you cannot use a slash in
1185-
a word. Thus "TCP/IP" is not a word but "TCP" with the flags "IP". To include
1186-
a slash in the word put a backslash before it: "TCP\/IP". In the rare case
1187-
you want to use a backslash inside a word you need to use two backslashes.
1185+
a word. Thus "TCP/IP" is not a word but "TCP" with the flags "IP". To
1186+
include a slash in the word put a backslash before it: "TCP\/IP". In the rare
1187+
case you want to use a backslash inside a word you need to use two
1188+
backslashes.
11881189
Any other use of the backslash is reserved for future expansion.
11891190

11901191

@@ -1614,7 +1615,7 @@ CHECKCOMPOUNDTRIPLE (Hunspell) *spell-CHECKCOMPOUNDTRIPLE*
16141615

16151616
CHECKSHARPS (Hunspell) *spell-CHECKSHARPS*
16161617
SS letter pair in uppercased (German) words may be upper case
1617-
sharp s (ß). Not supported.
1618+
sharp s (ß). Not supported.
16181619

16191620
COMPLEXPREFIXES (Hunspell) *spell-COMPLEXPREFIXES*
16201621
Enables using two prefixes. Not supported.

0 commit comments

Comments
 (0)