Skip to content

Commit 27be6e7

Browse files
authored
Merge pull request #2414 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents de4e90c + da09cd6 commit 27be6e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/builtin.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Nov 08
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -11319,7 +11319,7 @@ synIDtrans({synID}) *synIDtrans()*
1131911319

1132011320

1132111321
synconcealed({lnum}, {col}) *synconcealed()*
11322-
結果は現状 3 つのアイテムを含むリスト |List| である。
11322+
結果は 3 つのアイテムを含むリスト |List| である。
1132311323
1. リストの 1 番目のアイテムは、{lnum} と {col} が指す位置の文
1132411324
字が Conceal 可能リージョンの中にあるなら 1、そうでないなら
1132511325
0。{lnum}は|getline()|と同様に扱われる。

en/builtin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2025 Oct 26
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Nov 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -11578,7 +11578,7 @@ synIDtrans({synID}) *synIDtrans()*
1157811578

1157911579

1158011580
synconcealed({lnum}, {col}) *synconcealed()*
11581-
The result is a |List| with currently three items:
11581+
The result is a |List| with three items:
1158211582
1. The first item in the list is 0 if the character at the
1158311583
position {lnum} and {col} is not part of a concealable
1158411584
region, 1 if it is. {lnum} is used like with |getline()|.

0 commit comments

Comments
 (0)