1
0
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:
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) 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)
{ {

View File

@@ -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] +