Skip to content

Commit e493f91

Browse files
committed
Update textprop.{txt,jax}
1 parent 48ea23e commit e493f91

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

doc/textprop.jax

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*textprop.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+
*textprop.txt* For Vim バージョン 9.2. Last change: 2026 Apr 06
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -269,6 +269,8 @@ prop_add_list({props}, [{item}, ...]) *prop_add_list()*
269269
<
270270
|method| としても使用できる: >
271271
GetProp()->prop_add_list([[1, 1, 1, 2], [1, 4, 1, 8]])
272+
<
273+
戻り値の型: void
272274

273275

274276
prop_clear({lnum} [, {lnum-end} [, {props}]]) *prop_clear()*
@@ -282,7 +284,7 @@ prop_clear({lnum} [, {lnum-end} [, {props}]]) *prop_clear()*
282284
|method| としても使用できる: >
283285
GetLnum()->prop_clear()
284286
<
285-
戻り値の型: |Number|
287+
戻り値の型: void
286288

287289

288290
prop_find({props} [, {direction}]) *prop_find()*
@@ -442,7 +444,7 @@ prop_type_add({name}, {props}) *prop_type_add()* *E969* *E970*
442444
|method| としても使用できる: >
443445
GetPropName()->prop_type_add(props)
444446
<
445-
戻り値の型: |Number|
447+
戻り値の型: void
446448

447449

448450
prop_type_change({name}, {props}) *prop_type_change()*
@@ -453,7 +455,7 @@ prop_type_change({name}, {props}) *prop_type_change()*
453455
|method| としても使用できる: >
454456
GetPropName()->prop_type_change(props)
455457
<
456-
戻り値の型: |Number|
458+
戻り値の型: void
457459

458460

459461
prop_type_delete({name} [, {props}]) *prop_type_delete()*
@@ -471,7 +473,7 @@ prop_type_delete({name} [, {props}]) *prop_type_delete()*
471473
|method| としても使用できる: >
472474
GetPropName()->prop_type_delete()
473475
<
474-
戻り値の型: |Number|
476+
戻り値の型: void
475477

476478

477479
prop_type_get({name} [, {props}]) *prop_type_get()*

en/textprop.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*textprop.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+
*textprop.txt* For Vim version 9.2. Last change: 2026 Apr 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -270,6 +270,8 @@ prop_add_list({props}, [{item}, ...]) *prop_add_list()*
270270
<
271271
Can also be used as a |method|: >
272272
GetProp()->prop_add_list([[1, 1, 1, 2], [1, 4, 1, 8]])
273+
<
274+
Return type: void
273275

274276

275277
prop_clear({lnum} [, {lnum-end} [, {props}]]) *prop_clear()*
@@ -283,7 +285,7 @@ prop_clear({lnum} [, {lnum-end} [, {props}]]) *prop_clear()*
283285
Can also be used as a |method|: >
284286
GetLnum()->prop_clear()
285287
<
286-
Return type: |Number|
288+
Return type: void
287289

288290

289291
prop_find({props} [, {direction}]) *prop_find()*
@@ -444,7 +446,7 @@ prop_type_add({name}, {props}) *prop_type_add()* *E969* *E970*
444446
Can also be used as a |method|: >
445447
GetPropName()->prop_type_add(props)
446448
<
447-
Return type: |Number|
449+
Return type: void
448450

449451

450452
prop_type_change({name}, {props}) *prop_type_change()*
@@ -455,7 +457,7 @@ prop_type_change({name}, {props}) *prop_type_change()*
455457
Can also be used as a |method|: >
456458
GetPropName()->prop_type_change(props)
457459
<
458-
Return type: |Number|
460+
Return type: void
459461

460462

461463
prop_type_delete({name} [, {props}]) *prop_type_delete()*
@@ -472,7 +474,7 @@ prop_type_delete({name} [, {props}]) *prop_type_delete()*
472474
Can also be used as a |method|: >
473475
GetPropName()->prop_type_delete()
474476
<
475-
Return type: |Number|
477+
Return type: void
476478

477479

478480
prop_type_get({name} [, {props}]) *prop_type_get()*

0 commit comments

Comments
 (0)