Skip to content
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
4 changes: 2 additions & 2 deletions 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: 2025 Oct 26
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Nov 08


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


synconcealed({lnum}, {col}) *synconcealed()*
結果は現状 3 つのアイテムを含むリスト |List| である。
結果は 3 つのアイテムを含むリスト |List| である。
1. リストの 1 番目のアイテムは、{lnum} と {col} が指す位置の文
字が Conceal 可能リージョンの中にあるなら 1、そうでないなら
0。{lnum}は|getline()|と同様に扱われる。
Expand Down
4 changes: 2 additions & 2 deletions 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: 2025 Oct 26
*builtin.txt* For Vim version 9.1. Last change: 2025 Nov 08


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -11578,7 +11578,7 @@ synIDtrans({synID}) *synIDtrans()*


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