Update runtime files

This commit is contained in:
Bram Moolenaar
2022-08-15 18:51:32 +01:00
parent 5a4fff4d94
commit e1f3fd1d02
24 changed files with 2998 additions and 1186 deletions

View File

@ -143,12 +143,16 @@ prop_add({lnum}, {col}, {props})
zero is used
text text to be displayed before {col}, or after the
line if {col} is zero
*E1294*
text_align when "text" is present and {col} is zero
specifies where to display the text:
after after the end of the line
right right aligned in the window
right right aligned in the window (unless
the text wraps to the next screen
line)
below in the next screen line
When omitted "after" is used.
When omitted "after" is used. Only one
"right" property can fit in earch line.
text_wrap when "text" is present and {col} is zero,
specifies what happens if the text doesn't
fit:
@ -186,9 +190,10 @@ prop_add({lnum}, {col}, {props})
buffer line, the cursor cannot be placed on it. A mouse click
in the text will move the cursor to the first character after
the text, or the last character of the line.
Any Tab and other control character in the text will be
changed to a space (Rationale: otherwise the size of the text
is difficult to compute).
A negative "id" will be chosen and is returned. Once a
Any Tab in the text will be changed to a space (Rationale:
otherwise the size of the text is difficult to compute).
property with "text" has been added for a buffer then using a
negative "id" for any other property will give an error:
*E1293*