Skip to content

Commit

Permalink
Merge pull request #1688 from vim-jp/hh-update-builtin
Browse files Browse the repository at this point in the history
Update builtin.{txt,jax}
  • Loading branch information
h-east authored Sep 13, 2024
2 parents 9d2ccb2 + 863f358 commit 76c09a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/builtin.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Aug 08
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Sep 10


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -8815,6 +8815,9 @@ search({pattern} [, {flags} [, {stopline} [, {timeout} [, {skip}]]]])
する。
この値は負であってはならない。0 の値は、引数を省略したときと同
じになる。

Note: タイムアウトは検索時にのみ考慮され、{skip} 式の評価中は
は考慮されない。
{|+reltime| 機能つきでコンパイルされたときのみ有効}

{skip} 式が与えられたなら、カーソルがマッチの最初に位置した状
Expand Down
5 changes: 4 additions & 1 deletion en/builtin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim version 9.1. Last change: 2024 Aug 08
*builtin.txt* For Vim version 9.1. Last change: 2024 Sep 10


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -8963,6 +8963,9 @@ search({pattern} [, {flags} [, {stopline} [, {timeout} [, {skip}]]]])
{timeout} is 500 the search stops after half a second.
The value must not be negative. A zero value is like not
giving the argument.

Note: the timeout is only considered when searching, not
while evaluating the {skip} expression.
{only available when compiled with the |+reltime| feature}

If the {skip} expression is given it is evaluated with the
Expand Down

0 comments on commit 76c09a2

Please sign in to comment.