File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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<
Original file line number Diff line number Diff line change 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<
You can’t perform that action at this time.
0 commit comments