Skip to content

Commit 97da1ec

Browse files
dkearnschrisbra
authored andcommitted
runtime(doc): Fix example highlighting at :help prop_list()
closes: #18573 Signed-off-by: Doug Kearns <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 83eb1da commit 97da1ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runtime/doc/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)