Skip to content

Commit bcf6e3c

Browse files
authored
Merge pull request #2290 from h-east/update-spell
Update spell.{txt,jax}
2 parents 26f37de + e9bc18c commit bcf6e3c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

doc/spell.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -660,11 +660,11 @@ Myspell ファイルが更新されたとき、差異をマージすることが
660660
'runtimepath' 内に書き込み可能なディレクトリがなければならない)。
661661

662662
プラグインは、Vim ftp サーバー上にスペルファイルを探すデフォルトの場所を持つ。
663-
使用されるプロトコルはセキュリティのために SSL (https://) となる。他の場所や他
664-
のプロトコルを使用したいならば、スペルファイルが存在するディレクトリに対して、
665-
g:spellfile_URL を設定する。http:// か ftp:// を使えるが、その場合はセキュリ
666-
ティリスクを負うことになる|netrw| プラグインはファイルを取得するために使わ
667-
、そこに URL の特定の構文があるかを調べる。例: >
663+
使用されるプロトコルはセキュリティのために SSL (`https://`) となる。他の場所や
664+
他のプロトコルを使用したいならば、スペルファイルが存在するディレクトリに対し
665+
て、g:spellfile_URL を設定する。`http://``ftp://` を使えるが、その場合はセ
666+
キュリティリスクを負うことになる|netrw| プラグインはファイルを取得するために
667+
使われ、そこに URL の特定の構文があるかを調べる。例: >
668668
let g:spellfile_URL = 'https://ftp.nluug.nl/vim/runtime/spell'
669669
特殊文字をエスケープする必要があるかもしれない。
670670

en/spell.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -665,11 +665,11 @@ ask you where to write the file (there must be a writable directory in
665665
'runtimepath' for this).
666666

667667
The plugin has a default place where to look for spell files, on the Vim ftp
668-
server. The protocol used is SSL (https://) for security. If you want to use
669-
another location or another protocol, set the g:spellfile_URL variable to the
670-
directory that holds the spell files. You can use http:// or ftp://, but you
671-
are taking a security risk then. The |netrw| plugin is used for getting the
672-
file, look there for the specific syntax of the URL. Example: >
668+
server. The protocol used is TLS (`https://`) for security. If you want to
669+
use another location or another protocol, set the g:spellfile_URL variable to
670+
the directory that holds the spell files. You can use `http://` or `ftp://`,
671+
but you are taking a security risk then. The |netrw| plugin is used for
672+
getting the file, look there for the specific syntax of the URL. Example: >
673673
let g:spellfile_URL = 'https://ftp.nluug.nl/vim/runtime/spell'
674674
You may need to escape special characters.
675675

0 commit comments

Comments
 (0)