1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 14:31:25 +02:00

Add :toolbar* commands to Vim RC file highlighters.

This commit is contained in:
Doug Kearns
2009-07-23 00:30:24 +10:00
parent 842dd61f4c
commit 8db6944017
8 changed files with 46 additions and 19 deletions
+20
View File
@@ -135,4 +135,24 @@ Open the specified display pane. {pane} is any of "service pane left", "service
pane bottom", "content pane bottom" or "right sidebar".
________________________________________________________________________________
section:Toolbars[toolbar]
|:tbs| |:tbshow| |:toolbars| |:toolbarshow| +
||:toolbarshow {name}||
________________________________________________________________________________
Shows the named toolbar.
________________________________________________________________________________
|:tbh| |:tbhide| |:toolbarh| |:toolbarhide| +
||:toolbarhide {name}||
________________________________________________________________________________
Hides the named toolbar.
________________________________________________________________________________
|:tbt| |:tbtoggle| |:toolbart| |:toolbartoggle| +
||:toolbartoggle {name}||
________________________________________________________________________________
Toggles the named toolbar.
________________________________________________________________________________
// vim: set filetype=asciidoc: