<requires>
block is a reference to vrapper itself: <requires>
<import plugin="net.sourceforge.vrapper.eclipse" version="0.69.20160610" match="greaterOrEqual"/>
<import feature="net.sourceforge.vrapper" version="0.69.20160610"/>
</requires>
:set <option>?
feature works? We should be able to append ?
to any property name to see its current value but that doesn't display anything for me on my system. I don't know how we would've broken that so I'd just like someone else to verify the behavior. Thanks!
commandDone()
from enterMode(..)
which will apparantly clear the info message. This is no problem for regular Normal mode commands because CommandBasedMode
will check the isInfoSet()
flag but in this case the info message is lost.