Note that there may still be problems with the support for invisible text, in particular when navigating programmatically inside a buffer containing invisible segments.
TextTag.invisible
bool invisible() @propertyGet invisible property.
Returns
Whether this text is hidden.
void invisible(bool propval) @propertySet invisible property.
Parameters
propval | 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. |