Hi,
I would like to know if there is a way of checking if a call to
IMAP_Jumpfun has succeeded.
By success I mean that any action was performed, that is either moving
the text, selecting text or deleting text.
A call to this function that would not change anything would in this
sense "not succeed".
It would be nice if we could check the value of a specific global
variable that would be modified inside this function,
according to the result of the function execution.
Say the variable would be called g:imap_jumpfun_res. Then after
calling this function I could check the value of this function
and take appropriate action depending on the value of the variable.
Hope there is a way of doing this, or that the maintainers of the
plugin would consider implementing something something like this
in a future release.
thanks,
Jorge
|