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

Add :completions command.

This commit is contained in:
Kris Maglione
2011-02-03 05:34:50 -05:00
parent f84396f5e6
commit 346cf2531a
3 changed files with 21 additions and 0 deletions

View File

@@ -81,6 +81,7 @@
- Added -arg flag to :map. [b6]
- :extensions has been replaced with a more powerful :addons.
- Added -literal flag to :command. [b6]
- Added :completions command. [b6]
- Added :cookies command. [b3]
- :extadd now supports remote URLs as well as local files on Firefox 4. [b2]
- Added :if/:elseif/:else/:endif conditionals. [b3]