diff --git a/doc/spell.jax b/doc/spell.jax index e8cfc1e03..3637cde5e 100644 --- a/doc/spell.jax +++ b/doc/spell.jax @@ -1,4 +1,4 @@ -*spell.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02 +*spell.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12 VIMリファレンスマニュアル by Bram Moolenaar @@ -507,7 +507,7 @@ Myspell が使用する .aff と .dic ファイルから Vim が使用するス 成することができる。Myspell は OpenOffice.org と Mozilla によって使用される。 OpenOffice の .oxt ファイルは .aff と .dic ファイルを含む zip ファイルである。 これらはここから探すことができる。 - http://extensions.services.openoffice.org/dictionary + https://extensions.openoffice.org/en/search@f[0]=field_project_application%253A1&f[1]=field_project_tags%253A94.html これが機能しない場合、以前の OpenOffice 2 のファイルが使用されることがある。 http://wiki.services.openoffice.org/wiki/Dictionaries 加えて、プレーンテキストの単語リストも使用できる。選択肢はあなたが見つけた単語 @@ -1166,8 +1166,8 @@ PFXPOSTPONE *spell-PFXPOSTPONE* ゆえ、"TCP/IP" は単語ではなく、"IP" フラグをもつ "TCP" ということになる。単語 中にスラッシュを含むためには、その前にバックスラッシュを挿入する: "TCP\/IP"。 単語中にバックスラッシュを使いたいというような稀な場合があるならバックスラッシュ -を 2 つ続ける必要がある。それ以外のバックスラッシュの使用は将来の拡張のために予 -約されている。 +を 2 つ続ける必要がある。 +それ以外のバックスラッシュの使用は将来の拡張のために予約されている。 ☆大文字小文字を保つ単語 *spell-KEEPCASE* diff --git a/en/spell.txt b/en/spell.txt index a1ca39907..579dce413 100644 --- a/en/spell.txt +++ b/en/spell.txt @@ -1,4 +1,4 @@ -*spell.txt* For Vim version 9.1. Last change: 2025 Sep 02 +*spell.txt* For Vim version 9.1. Last change: 2025 Oct 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -140,7 +140,7 @@ zuG Undo |zW| and |zG|, remove the word from the internal There are no normal mode commands to mark words as rare as this is a fairly uncommon command and all - intuitive commands for this are already taken. If you + intuitive commands for this are already taken. If you want you can add mappings with e.g.: > nnoremap z? :exe ':spellrare ' .. expand('') nnoremap z/ :exe ':spellrare! ' .. expand('') @@ -300,7 +300,7 @@ In a table: *spell-cjk* Chinese, Japanese and other East Asian characters are normally marked as -errors, because spell checking of these characters is not supported. If +errors, because spell checking of these characters is not supported. If 'spelllang' includes "cjk", these characters are not marked as errors. This is useful when editing text with spell checking while some Asian words are present. @@ -507,10 +507,10 @@ Vim uses a binary file format for spelling. This greatly speeds up loading the word list and keeps it small. *.aff* *.dic* *Myspell* You can create a Vim spell file from the .aff and .dic files that Myspell -uses. Myspell is used by OpenOffice.org and Mozilla. The OpenOffice .oxt -files are zip files which contain the .aff and .dic files. You should be able +uses. Myspell is used by OpenOffice.org and Mozilla. The OpenOffice .oxt +files are zip files which contain the .aff and .dic files. You should be able to find them here: - http://extensions.services.openoffice.org/dictionary + https://extensions.openoffice.org/en/search@f[0]=field_project_application%253A1&f[1]=field_project_tags%253A94.html The older, OpenOffice 2 files may be used if this doesn't work: http://wiki.services.openoffice.org/wiki/Dictionaries 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. When the word includes an upper-case letter, this means the upper-case letter is required at this position. The same word with a lower-case letter at this -position will not match. When some of the other letters are upper-case it will -not match either. +position will not match. When some of the other letters are upper-case it +will not match either. The word with all upper-case characters will always be OK, @@ -1182,9 +1182,10 @@ WORDS WITH A SLASH *spell-SLASH* The slash is used in the .dic file to separate the basic word from the affix letters and other flags. Unfortunately, this means you cannot use a slash in -a word. Thus "TCP/IP" is not a word but "TCP" with the flags "IP". To include -a slash in the word put a backslash before it: "TCP\/IP". In the rare case -you want to use a backslash inside a word you need to use two backslashes. +a word. Thus "TCP/IP" is not a word but "TCP" with the flags "IP". To +include a slash in the word put a backslash before it: "TCP\/IP". In the rare +case you want to use a backslash inside a word you need to use two +backslashes. Any other use of the backslash is reserved for future expansion. @@ -1614,7 +1615,7 @@ CHECKCOMPOUNDTRIPLE (Hunspell) *spell-CHECKCOMPOUNDTRIPLE* CHECKSHARPS (Hunspell) *spell-CHECKSHARPS* SS letter pair in uppercased (German) words may be upper case - sharp s (ß). Not supported. + sharp s (ß). Not supported. COMPLEXPREFIXES (Hunspell) *spell-COMPLEXPREFIXES* Enables using two prefixes. Not supported.