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
6 changes: 3 additions & 3 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: 2025 Oct 12
*textprop.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14


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

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

例:
例: >
" 5行目に置かれている全テキストプロパティを取得する
echo prop_list(5)
" バッファ4の20行目に置かれている全テキストプロパティを取得
Expand All @@ -380,7 +380,7 @@ prop_list({lnum} [, {props}]) *prop_list()*
" パティを取得する。
echo prop_list(1, {'bufnr': 4, 'types': ['myprop'],
\ 'ids': [100], 'end_lnum': -1})

<
|method| としても使用できる: >
GetLnum()->prop_list()
<
Expand Down
6 changes: 3 additions & 3 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: 2025 Oct 12
*textprop.txt* For Vim version 9.1. Last change: 2025 Oct 14


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

Returns an empty list on error.

Examples:
Examples: >
" get text properties placed in line 5
echo prop_list(5)
" get text properties placed in line 20 in buffer 4
Expand All @@ -384,7 +384,7 @@ prop_list({lnum} [, {props}]) *prop_list()*
" in buffer 4.
echo prop_list(1, {'bufnr': 4, 'types': ['myprop'],
\ 'ids': [100], 'end_lnum': -1})

<
Can also be used as a |method|: >
GetLnum()->prop_list()
<
Expand Down