Skip to content

Update {os_mac,os_vms,pattern},{txt,jax} #2215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
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
6 changes: 3 additions & 3 deletions doc/os_mac.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_mac.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
*os_mac.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -71,8 +71,8 @@ Vim を起動すると $VIMRUNTIME/macmap.vim スクリプトが読み込まれ
古いシステムでは、ドット "." で始まるファイルは推奨されていない。そのため、rc
ファイルの名前は "vimrc" または "_vimrc"、"gvimrc" または "_gvimrc" になる。こ
れらのファイルは任意のフォーマット (mac, dos, unix) にすることができる。
|'nocompatible'| オプションが設定されている場合は、Vim は任意のファイル形式を
扱えるが、それ以外の場合は mac 形式のファイルのみを扱う。
'nocompatible' オプションが設定されている場合は、Vim は任意のファイル形式を扱
えるが、それ以外の場合は mac 形式のファイルのみを扱う。

==============================================================================
3. 標準のマップ *mac-standard-mappings*
Expand Down
3 changes: 1 addition & 2 deletions doc/os_vms.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_vms.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22
*os_vms.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


VIMリファレンスマニュアル
Expand Down Expand Up @@ -40,7 +40,6 @@ Vim のソースコードは Vim の公式サイトからダウンロードす

以前のリリースアーカイブも以下の場所から入手できる:
https://ftp.nluug.nl/pub/vim/
ftp://ftp.nluug.nl/pub/vim/
またはミラーサイトを利用しても良い:
https://ftp.nluug.nl/pub/vim/MIRRORS

Expand Down
4 changes: 2 additions & 2 deletions doc/pattern.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Jul 10
*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -71,7 +71,7 @@ N 最後の "/" か "?" を逆方向に [count] 回繰り返します。
* [count] 番目にマッチする単語を前方検索します。検索され
る単語は、カーソルに最も近い単語です。次の順番で選択さ
れます:
1. カーソル位置のキーワード |'iskeyword'|
1. カーソル位置のキーワード 'iskeyword'
2. 現在行の、カーソルの後ろの最初のキーワード
3. カーソル位置の単語 (|WORD|)
4. 現在行の、カーソルの後ろの最初の単語
Expand Down
4 changes: 2 additions & 2 deletions en/os_mac.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_mac.txt* For Vim version 9.1. Last change: 2024 Nov 14
*os_mac.txt* For Vim version 9.1. Last change: 2025 Aug 06


VIM REFERENCE MANUAL by Bram Moolenaar et al.
Expand Down Expand Up @@ -70,7 +70,7 @@ default command-key mappings.
On older systems files starting with a dot "." are discouraged, thus the rc
files are named "vimrc" or "_vimrc" and "gvimrc" or "_gvimrc". These files
can be in any format (mac, dos or unix). Vim can handle any file format when
the |'nocompatible'| option is set, otherwise it will only handle mac format
the 'nocompatible' option is set, otherwise it will only handle mac format
files.

==============================================================================
Expand Down
3 changes: 1 addition & 2 deletions en/os_vms.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_vms.txt* For Vim version 9.1. Last change: 2025 Jul 22
*os_vms.txt* For Vim version 9.1. Last change: 2025 Aug 06


VIM REFERENCE MANUAL
Expand Down Expand Up @@ -40,7 +40,6 @@ Or using git: >

Older release archives are also available at:
https://ftp.nluug.nl/pub/vim/
ftp://ftp.nluug.nl/pub/vim/
Or use one of the mirrors:
https://ftp.nluug.nl/pub/vim/MIRRORS

Expand Down
4 changes: 2 additions & 2 deletions en/pattern.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pattern.txt* For Vim version 9.1. Last change: 2025 Jul 10
*pattern.txt* For Vim version 9.1. Last change: 2025 Aug 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -72,7 +72,7 @@ N Repeat the latest "/" or "?" [count] times in
* Search forward for the [count]'th occurrence of the
word nearest to the cursor. The word used for the
search is the first of:
1. the keyword under the cursor |'iskeyword'|
1. the keyword under the cursor 'iskeyword'
2. the first keyword after the cursor, in the
current line
3. the non-blank word under the cursor
Expand Down