After Zoom hook

Use this hook to react on the chosen entry in the zoom session.

Example:

function extern void ext.item.after.zoom()
{
        if isspace(ext.item(1;9)) then                 
	                ext.item = ext.item(10)
        endif
}