Skip to content

Commit

Permalink
Merge pull request #1686 from vim-jp/hh-update-textprop
Browse files Browse the repository at this point in the history
Update textprop.{txt,jax}
  • Loading branch information
h-east authored Sep 12, 2024
2 parents 5651ced + 6261195 commit 9d2ccb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 6 additions & 5 deletions doc/textprop.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*textprop.txt* For Vim バージョン 9.1. Last change: 2024 Jun 08
*textprop.txt* For Vim バージョン 9.1. Last change: 2024 Sep 08


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -139,9 +139,10 @@ prop_add({lnum}, {col}, {props})
bufnr プロパティを追加するバッファ。省略された場合、
カレントバッファが使用される
id プロパティのユーザー定義 ID。数値かつ正の値で
ある必要がある。"text" を使用する場合、"id" は
存在してはならず、自動的に負の数値に設定され
る。それ以外の場合はゼロが使用される。
ある必要がある |E1510|
"text" を使用する場合、"id" は存在してはなら
ず、自動的に負の数値に設定される。それ以外の場
合はゼロが使用される。
*E1305*
text {col} の前、または {col} がゼロの場合は行の上/
下に表示されるテキスト。ハイライトによるパディ
Expand Down Expand Up @@ -268,7 +269,7 @@ prop_add_list({props}, [{item}, ...]) *prop_add_list()*
call prop_add_list(#{type: 'MyProp', id: 2},
\ [[1, 4, 1, 7],
\ [1, 15, 1, 20],
\ [2, 30, 3, 30]]
\ [2, 30, 3, 30]])
<
|method| としても使用できる: >
GetProp()->prop_add_list([[1, 1, 1, 2], [1, 4, 1, 8]])
Expand Down
12 changes: 6 additions & 6 deletions en/textprop.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*textprop.txt* For Vim version 9.1. Last change: 2024 Jun 08
*textprop.txt* For Vim version 9.1. Last change: 2024 Sep 08


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -140,10 +140,10 @@ prop_add({lnum}, {col}, {props})
bufnr buffer to add the property to; when omitted
the current buffer is used
id user defined ID for the property; must be a
number, should be positive; when using "text"
then "id" must not be present and will be set
automatically to a negative number; otherwise
zero is used
number, should be positive |E1510|;
when using "text" then "id" must not be
present and will be set automatically to a
negative number; otherwise zero is used
*E1305*
text text to be displayed before {col}, or
above/below the line if {col} is zero; prepend
Expand Down Expand Up @@ -271,7 +271,7 @@ prop_add_list({props}, [{item}, ...]) *prop_add_list()*
call prop_add_list(#{type: 'MyProp', id: 2},
\ [[1, 4, 1, 7],
\ [1, 15, 1, 20],
\ [2, 30, 3, 30]]
\ [2, 30, 3, 30]])
<
Can also be used as a |method|: >
GetProp()->prop_add_list([[1, 1, 1, 2], [1, 4, 1, 8]])
Expand Down

0 comments on commit 9d2ccb2

Please sign in to comment.