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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -71,8 +71,8 @@ Vim を起動すると $VIMRUNTIME/macmap.vim スクリプトが読み込まれ
7171古いシステムでは、ドット "." で始まるファイルは推奨されていない。そのため、rc
7272ファイルの名前は "vimrc" または "_vimrc"、"gvimrc" または "_gvimrc" になる。こ
7373れらのファイルは任意のフォーマット (mac, dos, unix) にすることができる。
74- | 'nocompatible' | オプションが設定されている場合は、Vim は任意のファイル形式を
75- 扱えるが 、それ以外の場合は mac 形式のファイルのみを扱う。
74+ 'nocompatible' オプションが設定されている場合は、Vim は任意のファイル形式を扱
75+ えるが 、それ以外の場合は mac 形式のファイルのみを扱う。
7676
7777==============================================================================
78783. 標準のマップ *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
22
33
44 VIMリファレンスマニュアル
@@ -40,7 +40,6 @@ Vim のソースコードは Vim の公式サイトからダウンロードす
4040
4141 以前のリリースアーカイブも以下の場所から入手できる:
4242 https://ftp.nluug.nl/pub/vim/
43- ftp://ftp.nluug.nl/pub/vim/
4443またはミラーサイトを利用しても良い:
4544 https://ftp.nluug.nl/pub/vim/MIRRORS
4645
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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -71,7 +71,7 @@ N 最後の "/" か "?" を逆方向に [count] 回繰り返します。
7171* [count] 番目にマッチする単語を前方検索します。検索され
7272 る単語は、カーソルに最も近い単語です。次の順番で選択さ
7373 れます:
74- 1. カーソル位置のキーワード | 'iskeyword' |
74+ 1. カーソル位置のキーワード 'iskeyword'
7575 2. 現在行の、カーソルの後ろの最初のキーワード
7676 3. カーソル位置の単語 (| WORD | )
7777 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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -70,7 +70,7 @@ default command-key mappings.
7070On older systems files starting with a dot "." are discouraged, thus the rc
7171files are named "vimrc" or "_vimrc" and "gvimrc" or "_gvimrc". These files
7272can 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
7474files.
7575
7676==============================================================================
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
22
33
44 VIM REFERENCE MANUAL
@@ -40,7 +40,6 @@ Or using git: >
4040
4141 Older release archives are also available at:
4242 https://ftp.nluug.nl/pub/vim/
43- ftp://ftp.nluug.nl/pub/vim/
4443Or use one of the mirrors:
4544 https://ftp.nluug.nl/pub/vim/MIRRORS
4645
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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -72,7 +72,7 @@ N Repeat the latest "/" or "?" [count] times in
7272* Search forward for the [count] 'th occurrence of the
7373 word nearest to the cursor. The word used for the
7474 search is the first of:
75- 1. the keyword under the cursor | 'iskeyword' |
75+ 1. the keyword under the cursor 'iskeyword'
7676 2. the first keyword after the cursor, in the
7777 current line
7878 3. the non-blank word under the cursor
You can’t perform that action at this time.
0 commit comments