File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1132111321synconcealed({lnum}, {col}) *synconcealed()*
11322- 結果は現状 3 つのアイテムを含むリスト |List| である。
11322+ 結果は 3 つのアイテムを含むリスト |List| である。
1132311323 1. リストの 1 番目のアイテムは、{lnum} と {col} が指す位置の文
1132411324 字が Conceal 可能リージョンの中にあるなら 1、そうでないなら
1132511325 0。{lnum}は|getline()|と同様に扱われる。
Original file line number Diff line number Diff line change 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
1158011580synconcealed({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() | .
You can’t perform that action at this time.
0 commit comments