File tree Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
- *os_mac.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
1
+ *os_mac.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -71,8 +71,8 @@ Vim を起動すると $VIMRUNTIME/macmap.vim スクリプトが読み込まれ
71
71
古いシステムでは、ドット "." で始まるファイルは推奨されていない。そのため、rc
72
72
ファイルの名前は "vimrc" または "_vimrc"、"gvimrc" または "_gvimrc" になる。こ
73
73
れらのファイルは任意のフォーマット (mac, dos, unix) にすることができる。
74
- | 'nocompatible' | オプションが設定されている場合は、Vim は任意のファイル形式を
75
- 扱えるが 、それ以外の場合は mac 形式のファイルのみを扱う。
74
+ 'nocompatible' オプションが設定されている場合は、Vim は任意のファイル形式を扱
75
+ えるが 、それ以外の場合は mac 形式のファイルのみを扱う。
76
76
77
77
==============================================================================
78
78
3. 標準のマップ *mac-standard-mappings*
Original file line number Diff line number Diff line change 1
- *os_vms.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22
1
+ *os_vms.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIMリファレンスマニュアル
@@ -40,7 +40,6 @@ Vim のソースコードは Vim の公式サイトからダウンロードす
40
40
41
41
以前のリリースアーカイブも以下の場所から入手できる:
42
42
https://ftp.nluug.nl/pub/vim/
43
- ftp://ftp.nluug.nl/pub/vim/
44
43
またはミラーサイトを利用しても良い:
45
44
https://ftp.nluug.nl/pub/vim/MIRRORS
46
45
Original file line number Diff line number Diff line change 1
- *pattern.txt* For Vim バージョン 9.1. Last change: 2025 Jul 10
1
+ *pattern.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -71,7 +71,7 @@ N 最後の "/" か "?" を逆方向に [count] 回繰り返します。
71
71
* [count] 番目にマッチする単語を前方検索します。検索され
72
72
る単語は、カーソルに最も近い単語です。次の順番で選択さ
73
73
れます:
74
- 1. カーソル位置のキーワード | 'iskeyword' |
74
+ 1. カーソル位置のキーワード 'iskeyword'
75
75
2. 現在行の、カーソルの後ろの最初のキーワード
76
76
3. カーソル位置の単語 (| WORD | )
77
77
4. 現在行の、カーソルの後ろの最初の単語
Original file line number Diff line number Diff line change 1
- *os_mac.txt* For Vim version 9.1. Last change: 2024 Nov 14
1
+ *os_mac.txt* For Vim version 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -70,7 +70,7 @@ default command-key mappings.
70
70
On older systems files starting with a dot "." are discouraged, thus the rc
71
71
files are named "vimrc" or "_vimrc" and "gvimrc" or "_gvimrc". These files
72
72
can be in any format (mac, dos or unix). Vim can handle any file format when
73
- the | 'nocompatible' | option is set, otherwise it will only handle mac format
73
+ the 'nocompatible' option is set, otherwise it will only handle mac format
74
74
files.
75
75
76
76
==============================================================================
Original file line number Diff line number Diff line change 1
- *os_vms.txt* For Vim version 9.1. Last change: 2025 Jul 22
1
+ *os_vms.txt* For Vim version 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIM REFERENCE MANUAL
@@ -40,7 +40,6 @@ Or using git: >
40
40
41
41
Older release archives are also available at:
42
42
https://ftp.nluug.nl/pub/vim/
43
- ftp://ftp.nluug.nl/pub/vim/
44
43
Or use one of the mirrors:
45
44
https://ftp.nluug.nl/pub/vim/MIRRORS
46
45
Original file line number Diff line number Diff line change 1
- *pattern.txt* For Vim version 9.1. Last change: 2025 Jul 10
1
+ *pattern.txt* For Vim version 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -72,7 +72,7 @@ N Repeat the latest "/" or "?" [count] times in
72
72
* Search forward for the [count] 'th occurrence of the
73
73
word nearest to the cursor. The word used for the
74
74
search is the first of:
75
- 1. the keyword under the cursor | 'iskeyword' |
75
+ 1. the keyword under the cursor 'iskeyword'
76
76
2. the first keyword after the cursor, in the
77
77
current line
78
78
3. the non-blank word under the cursor
You can’t perform that action at this time.
0 commit comments