TextTag.invisible

bool invisible() @property

Get invisible property.

Returns

Whether this text is hidden.

Note that there may still be problems with the support for invisible text, in particular when navigating programmatically inside a buffer containing invisible segments.

void invisible(bool propval) @property

Set invisible property.

Parameters

propvalWhether this text is hidden. Note that there may still be problems with the support for invisible text, in particular when navigating programmatically inside a buffer containing invisible segments.