mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:08:00 +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)
|
||||
{
|
||||
|
||||
@@ -102,7 +102,7 @@ ________________________________________________________________________________
|
||||
|
||||
|
||||
|:ru| |:runtime|
|
||||
||:ru[ntime][!]| {file} ...|| +
|
||||
||:runt[ime][!]| {file} ...|| +
|
||||
________________________________________________________________________________
|
||||
Source the specified file from each directory in 'runtimepath'. Example: +
|
||||
[c]:runtime plugin/foobar.vimp[c] +
|
||||
|
||||
Reference in New Issue
Block a user