From da09cd6a91670ab6ddf6831afbfe4a0f3f41f8e9 Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 9 Nov 2025 23:09:08 +0900 Subject: [PATCH] Update builtin.{txt,jax} --- doc/builtin.jax | 4 ++-- en/builtin.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/builtin.jax b/doc/builtin.jax index 08c32e24d..410df22be 100644 --- a/doc/builtin.jax +++ b/doc/builtin.jax @@ -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 @@ -11319,7 +11319,7 @@ synIDtrans({synID}) *synIDtrans()* synconcealed({lnum}, {col}) *synconcealed()* - 結果は現状 3 つのアイテムを含むリスト |List| である。 + 結果は 3 つのアイテムを含むリスト |List| である。 1. リストの 1 番目のアイテムは、{lnum} と {col} が指す位置の文 字が Conceal 可能リージョンの中にあるなら 1、そうでないなら 0。{lnum}は|getline()|と同様に扱われる。 diff --git a/en/builtin.txt b/en/builtin.txt index e231dedb1..b37a25bf1 100644 --- a/en/builtin.txt +++ b/en/builtin.txt @@ -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 @@ -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()|.