Skip to content

Commit 76c09a2

Browse files
authored
Merge pull request #1688 from vim-jp/hh-update-builtin
Update builtin.{txt,jax}
2 parents 9d2ccb2 + 863f358 commit 76c09a2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/builtin.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Aug 08
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Sep 10
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -8815,6 +8815,9 @@ search({pattern} [, {flags} [, {stopline} [, {timeout} [, {skip}]]]])
88158815
する。
88168816
この値は負であってはならない。0 の値は、引数を省略したときと同
88178817
じになる。
8818+
8819+
Note: タイムアウトは検索時にのみ考慮され、{skip} 式の評価中は
8820+
は考慮されない。
88188821
{|+reltime| 機能つきでコンパイルされたときのみ有効}
88198822

88208823
{skip} 式が与えられたなら、カーソルがマッチの最初に位置した状

en/builtin.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2024 Aug 08
1+
*builtin.txt* For Vim version 9.1. Last change: 2024 Sep 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -8963,6 +8963,9 @@ search({pattern} [, {flags} [, {stopline} [, {timeout} [, {skip}]]]])
89638963
{timeout} is 500 the search stops after half a second.
89648964
The value must not be negative. A zero value is like not
89658965
giving the argument.
8966+
8967+
Note: the timeout is only considered when searching, not
8968+
while evaluating the {skip} expression.
89668969
{only available when compiled with the |+reltime| feature}
89678970

89688971
If the {skip} expression is given it is evaluated with the

0 commit comments

Comments
 (0)