mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 10:35:46 +01:00
Minor documentation updates.
This commit is contained in:
@@ -794,7 +794,7 @@ unlet s:cpo_save
|
||||
{ argCount: "0" });
|
||||
|
||||
commands.add(["so[urce]"],
|
||||
"Read Ex commands from a file",
|
||||
"Read Ex commands, JavaScript or CSS from a file",
|
||||
function (args) {
|
||||
if (args.length > 1)
|
||||
dactyl.echoerr(_("io.oneFileAllowed"));
|
||||
|
||||
Reference in New Issue
Block a user