Skip to content

Commit 9e2afe7

Browse files
committed
Update textprop.{txt,jax}
1 parent 46ce4f7 commit 9e2afe7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/textprop.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*textprop.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
1+
*textprop.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -356,7 +356,7 @@ prop_list({lnum} [, {props}]) *prop_list()*
356356

357357
エラーの時は空のリストを返す。
358358

359-
例:
359+
例: >
360360
" 5行目に置かれている全テキストプロパティを取得する
361361
echo prop_list(5)
362362
" バッファ4の20行目に置かれている全テキストプロパティを取得
@@ -380,7 +380,7 @@ prop_list({lnum} [, {props}]) *prop_list()*
380380
" パティを取得する。
381381
echo prop_list(1, {'bufnr': 4, 'types': ['myprop'],
382382
\ 'ids': [100], 'end_lnum': -1})
383-
383+
<
384384
|method| としても使用できる: >
385385
GetLnum()->prop_list()
386386
<

en/textprop.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*textprop.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+
*textprop.txt* For Vim version 9.1. Last change: 2025 Oct 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -363,7 +363,7 @@ prop_list({lnum} [, {props}]) *prop_list()*
363363

364364
Returns an empty list on error.
365365

366-
Examples:
366+
Examples: >
367367
" get text properties placed in line 5
368368
echo prop_list(5)
369369
" get text properties placed in line 20 in buffer 4
@@ -384,7 +384,7 @@ prop_list({lnum} [, {props}]) *prop_list()*
384384
" in buffer 4.
385385
echo prop_list(1, {'bufnr': 4, 'types': ['myprop'],
386386
\ 'ids': [100], 'end_lnum': -1})
387-
387+
<
388388
Can also be used as a |method|: >
389389
GetLnum()->prop_list()
390390
<

0 commit comments

Comments
 (0)