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:
@@ -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 +
|
||||
|
||||
@@ -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]|| +
|
||||
________________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user