File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- *spell.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1
+ *spell.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -660,11 +660,11 @@ Myspell ファイルが更新されたとき、差異をマージすることが
660
660
'runtimepath' 内に書き込み可能なディレクトリがなければならない)。
661
661
662
662
プラグインは、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 の特定の構文があるかを調べる。例: >
668
668
let g:spellfile_URL = 'https://ftp.nluug.nl/vim/runtime/spell'
669
669
特殊文字をエスケープする必要があるかもしれない。
670
670
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -665,11 +665,11 @@ ask you where to write the file (there must be a writable directory in
665
665
'runtimepath' for this).
666
666
667
667
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: >
673
673
let g:spellfile_URL = 'https://ftp.nluug.nl/vim/runtime/spell'
674
674
You may need to escape special characters.
675
675
You can’t perform that action at this time.
0 commit comments