samintz
Scott Mintz
- May
- 1,590
- 27
The What's New section of the help contains:
Plugins:
You can specify a particular plugin to execute by prefixing the function / variable / command name with the plugin name and a $. For example:
echo %_myplugin$variable
echo %@myplugin@func[abc]
myplugin$mycommand
The correct syntax for those examples should be:
echo %myplugin$_variable
echo %@myplugin$func[abc]
myplugin$mycommand
Plugins:
You can specify a particular plugin to execute by prefixing the function / variable / command name with the plugin name and a $. For example:
echo %_myplugin$variable
echo %@myplugin@func[abc]
myplugin$mycommand
The correct syntax for those examples should be:
echo %myplugin$_variable
echo %@myplugin$func[abc]
myplugin$mycommand