1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 09:04:12 +01:00

Add a :loadplugins command

This commit is contained in:
Kris Maglione
2008-10-11 16:37:57 +00:00
parent 89abca3a11
commit b32728d34a
5 changed files with 62 additions and 35 deletions

View File

@@ -186,6 +186,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||:javascript|| Run a JavaScript command through eval() +
||:jumps|| Show jumplist +
||:let|| Set or list a variable +
||:loadplugins|| Immediately load all unloaded plugins +
||:macros|| List all macros +
||:map|| Map a key sequence +
||:mapclear|| Remove all mappings +

View File

@@ -92,6 +92,15 @@ printed.
________________________________________________________________________________
|:lpl| |:loadplugins|
||:loadplugins|| +
________________________________________________________________________________
Load all unloaded plugins immediately. This is useful both for sourcing new
plugins without restarting vimperator, and making sure that a plugin is loaded
so that you can use its commands from your vimperatorrc.
________________________________________________________________________________
|:ru| |:runtime|
||:ru[ntime][!]| {file} ...|| +
________________________________________________________________________________