Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions doc/spell.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*spell.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
*spell.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02


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

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

Expand Down
12 changes: 6 additions & 6 deletions en/spell.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*spell.txt* For Vim version 9.1. Last change: 2025 Aug 06
*spell.txt* For Vim version 9.1. Last change: 2025 Sep 02


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

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

Expand Down