mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 14:22:27 +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)
|
completer: function (filter) completion.file(filter, true)
|
||||||
});
|
});
|
||||||
|
|
||||||
commands.add(["ru[ntime]"],
|
commands.add(["runt[ime]"],
|
||||||
"Source the specified file from each directory in 'runtimepath'",
|
"Source the specified file from each directory in 'runtimepath'",
|
||||||
function (args, special)
|
function (args, special)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ ________________________________________________________________________________
|
|||||||
|
|
||||||
|
|
||||||
|:ru| |:runtime|
|
|:ru| |:runtime|
|
||||||
||:ru[ntime][!]| {file} ...|| +
|
||:runt[ime][!]| {file} ...|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Source the specified file from each directory in 'runtimepath'. Example: +
|
Source the specified file from each directory in 'runtimepath'. Example: +
|
||||||
[c]:runtime plugin/foobar.vimp[c] +
|
[c]:runtime plugin/foobar.vimp[c] +
|
||||||
|
|||||||
Reference in New Issue
Block a user