"gvim.not.supported",
plugin.getMessage("gvim.embed.not.supported"));
throw new RuntimeException(message);
}
}
if (!plugin.gvimNbSupported()){
String message = plugin.getMessage(
"gvim.not.supported",
plugin.getMessage("gvim.nb.not.enabled"));
throw new RuntimeException(message);
}