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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user