1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 05:05:44 +01:00

add :runtime command

This commit is contained in:
Doug Kearns
2008-09-23 03:09:38 +00:00
parent ed327496ff
commit 1d139b05e8
5 changed files with 45 additions and 3 deletions

View File

@@ -203,6 +203,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||:reload|| Reload current page +
||:reloadall|| Reload all tab pages +
||:restart|| Force undefined to restart +
||:runtime|| Source the specified file from each directory in 'runtimepath' +
||:saveas|| Save current document to disk +
||:sbclose|| Close the sidebar window +
||:scriptnames|| List all sourced script names +

View File

@@ -80,6 +80,16 @@ printed.
________________________________________________________________________________
|:ru| |:runtime|
||:ru[ntime][!]| {file} ...|| +
________________________________________________________________________________
Source the specified file from each directory in 'runtimepath'. Example: +
[c]:runtime plugin/foobar.vimp[c] +
Only the first found file is sourced. When [!] is given, all found files are
sourced.
________________________________________________________________________________
|:scrip| |:scriptnames|
||:scrip[tnames]|| +
________________________________________________________________________________