6 ms·
IMHO the use of an embedded interpreter really only pays off for plugins that perform a more or less complex task like parsing or something that requires functi
by xtho 16y ago
IMHO the use of an embedded interpreter really only pays off for plugins that perform a more or less complex task like parsing or something that requires functionality that VimL doesn't provide like internet access or interprocess communication etc. For simpler tasks, I'd suggest to stick with VimL.