From c9bbeb45dc074ea06bae9fb6da97dcb4fd7d8f8e Mon Sep 17 00:00:00 2001 From: h-east Date: Wed, 6 Aug 2025 23:02:04 +0900 Subject: [PATCH] Update {os_mac,os_vms,pattern},{txt,jax} --- doc/os_mac.jax | 6 +++--- doc/os_vms.jax | 3 +-- doc/pattern.jax | 4 ++-- en/os_mac.txt | 4 ++-- en/os_vms.txt | 3 +-- en/pattern.txt | 4 ++-- 6 files changed, 11 insertions(+), 13 deletions(-) diff --git a/doc/os_mac.jax b/doc/os_mac.jax index 9b31ec40d..2e091dc0d 100644 --- a/doc/os_mac.jax +++ b/doc/os_mac.jax @@ -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 @@ -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* diff --git a/doc/os_vms.jax b/doc/os_vms.jax index a93e713a5..73a898ad2 100644 --- a/doc/os_vms.jax +++ b/doc/os_vms.jax @@ -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リファレンスマニュアル @@ -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 diff --git a/doc/pattern.jax b/doc/pattern.jax index 064b071ab..7cc630750 100644 --- a/doc/pattern.jax +++ b/doc/pattern.jax @@ -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 @@ -71,7 +71,7 @@ N 最後の "/" か "?" を逆方向に [count] 回繰り返します。 * [count] 番目にマッチする単語を前方検索します。検索され る単語は、カーソルに最も近い単語です。次の順番で選択さ れます: - 1. カーソル位置のキーワード |'iskeyword'| + 1. カーソル位置のキーワード 'iskeyword' 2. 現在行の、カーソルの後ろの最初のキーワード 3. カーソル位置の単語 (|WORD|) 4. 現在行の、カーソルの後ろの最初の単語 diff --git a/en/os_mac.txt b/en/os_mac.txt index 0bf197d6d..50c1291b9 100644 --- a/en/os_mac.txt +++ b/en/os_mac.txt @@ -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. @@ -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. ============================================================================== diff --git a/en/os_vms.txt b/en/os_vms.txt index 8951d9e51..6476668e9 100644 --- a/en/os_vms.txt +++ b/en/os_vms.txt @@ -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 @@ -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 diff --git a/en/pattern.txt b/en/pattern.txt index d2adb2657..8da707f1b 100644 --- a/en/pattern.txt +++ b/en/pattern.txt @@ -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 @@ -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