mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:52:27 +01:00
clarify :execute help
This commit is contained in:
@@ -221,6 +221,9 @@ const liberator = (function () //{{{
|
||||
"Execute the argument as an Ex command",
|
||||
// FIXME: this should evaluate each arg separately then join
|
||||
// with " " before executing.
|
||||
// E.g. :execute "source" io.getRCFile().path
|
||||
// Need to fix commands.parseArgs which currently strips the quotes
|
||||
// from quoted args
|
||||
function (args)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user