Skip to content

Commit 819b244

Browse files
authored
Merge pull request #2215 from h-east/update-some-files-3
Update {os_mac,os_vms,pattern},{txt,jax}
2 parents 3a2fc86 + c9bbeb4 commit 819b244

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

doc/os_mac.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
7878
3. 標準のマップ *mac-standard-mappings*

doc/os_vms.jax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

doc/pattern.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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. 現在行の、カーソルの後ろの最初の単語

en/os_mac.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
7070
On older systems files starting with a dot "." are discouraged, thus the rc
7171
files are named "vimrc" or "_vimrc" and "gvimrc" or "_gvimrc". These files
7272
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
7474
files.
7575

7676
==============================================================================

en/os_vms.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/
4443
Or use one of the mirrors:
4544
https://ftp.nluug.nl/pub/vim/MIRRORS
4645

en/pattern.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)