1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 17:51:26 +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
+3
View File
@@ -304,6 +304,9 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:tabprevious[c]|| Switch to the previous tab or go [count] tabs back +
||[c]:tabrewind[c]|| Switch to the first tab +
||[c]:time[c]|| Profile a piece of code or run a command multiple times +
||[c]toolbarhide[c]|| Hide the named toolbar +
||[c]toolbarshow[c]|| Show the named toolbar +
||[c]toolbartoggle[c]|| Toggle the named toolbar +
||[c]:unabbreviate[c]|| Remove an abbreviation +
||[c]:undo[c]|| Undo closing of a tab +
||[c]:undoall[c]|| Undo closing of all closed tabs +