mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 13:35:47 +01:00
Serialize the -group flag to :abbreviate with :mkp.
This commit is contained in:
@@ -284,12 +284,13 @@
|
||||
<p>
|
||||
In addition to its own JavaScript context, each script is executed
|
||||
with its own default <link topic="groups">group</link> into which
|
||||
its styles, mappings, commands, and autocommands are placed. This
|
||||
means that commands such as <ex>:delcommand!</ex> can be issued
|
||||
without fear of trampling other user-defined mappings. The command
|
||||
<ex>:group! default</ex> can be issued to clear all such items at
|
||||
once, and should be placed at the head of most scripts to prevent
|
||||
the accumulation of stale items when the script is re-sourced.
|
||||
its styles, mappings, commands, abbreviations and autocommands are
|
||||
placed. This means that commands such as <ex>:delcommand!</ex> can
|
||||
be issued without fear of trampling other user-defined mappings.
|
||||
The command <ex>:group! default</ex> can be issued to clear all
|
||||
such items at once, and should be placed at the head of most
|
||||
scripts to prevent the accumulation of stale items when the script
|
||||
is re-sourced.
|
||||
</p>
|
||||
|
||||
<h3 tag=":source-css">Cascading Stylesheets</h3>
|
||||
|
||||
Reference in New Issue
Block a user