From e9ec4dfdf78291840cbd37d2b68ad735b0ad472d Mon Sep 17 00:00:00 2001 From: h-east Date: Fri, 11 Jul 2025 07:17:18 +0900 Subject: [PATCH] Update pattern.{txt,jax} --- doc/pattern.jax | 3 ++- en/pattern.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/pattern.jax b/doc/pattern.jax index 82cba1fe5..064b071ab 100644 --- a/doc/pattern.jax +++ b/doc/pattern.jax @@ -1,4 +1,4 @@ -*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Jul 06 +*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Jul 10 VIMリファレンスマニュアル by Bram Moolenaar @@ -187,6 +187,7 @@ Note: `:global` コマンドを旧来のスクリプトで使うと、Vi の互 'ignorecase' 検索時に大文字と小文字を区別しない 'imsearch' 検索パターンを入力するときに |IME| を使用する 'incsearch' パターンを入力すると、マッチするものが段階的に表示される + 'maxsearchcount' 検索カウントの最大数 |shm-S| 'shortmess' メッセージを抑制 |shm-s|。検索件数を表示 |shm-S| 'smartcase' パターンに大文字が含まれている場合は 'ignorecase' を上 書きする diff --git a/en/pattern.txt b/en/pattern.txt index 9af0c24f4..d2adb2657 100644 --- a/en/pattern.txt +++ b/en/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 9.1. Last change: 2025 Jul 06 +*pattern.txt* For Vim version 9.1. Last change: 2025 Jul 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -189,6 +189,7 @@ The following options affect how a search is performed in Vim: 'ignorecase' ignore case when searching 'imsearch' use |IME| when entering the search pattern 'incsearch' show matches incrementally as the pattern is typed + 'maxsearchcount' maximum number for the search count |shm-S| 'shortmess' suppress messages |shm-s|; show search count |shm-S| 'smartcase' override 'ignorecase' if pattern contains uppercase 'wrapscan' continue searching from the start of the file