1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 03:57:59 +01:00

change :ru[ntime] to :runt[ime] since it clashes with :run

This commit is contained in:
Doug Kearns
2008-11-01 05:20:21 +00:00
parent a9803eb709
commit 55f60e97c8
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ function IO() //{{{
completer: function (filter) completion.file(filter, true)
});
commands.add(["ru[ntime]"],
commands.add(["runt[ime]"],
"Source the specified file from each directory in 'runtimepath'",
function (args, special)
{