Closed s-kostyaev closed 6 years ago
For example
isEmpty(~*varName)
This method of quoting is more reliable:
isEmpty(*`varName');
You could also modify aya-field-regex to add *:
aya-field-regex
*
(setq aya-field-regex "\\sw\\|\\s_\\|\\*")
Thank you. It works for me.
For example