Skip to content

Update pattern.{txt,jax} #2150

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
Jul 15, 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
3 changes: 2 additions & 1 deletion 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 06
*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Jul 10


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -187,6 +187,7 @@ Note: `:global` コマンドを旧来のスクリプトで使うと、Vi の互
'ignorecase' 検索時に大文字と小文字を区別しない
'imsearch' 検索パターンを入力するときに |IME| を使用する
'incsearch' パターンを入力すると、マッチするものが段階的に表示される
'maxsearchcount' 検索カウントの最大数 |shm-S|
'shortmess' メッセージを抑制 |shm-s|。検索件数を表示 |shm-S|
'smartcase' パターンに大文字が含まれている場合は 'ignorecase' を上
書きする
Expand Down
3 changes: 2 additions & 1 deletion 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 06
*pattern.txt* For Vim version 9.1. Last change: 2025 Jul 10


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -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
Expand Down