1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 21:35:47 +01:00

change :command to behave like Vim's and add :comclear and :delcommand

This commit is contained in:
Doug Kearns
2008-08-08 06:45:14 +00:00
parent 902d7c4030
commit 03d030db9e
3 changed files with 91 additions and 3 deletions

6
NEWS
View File

@@ -1,6 +1,11 @@
<pre>
2008-06-xx:
* version 1.2
* IMPORTANT: changed :command to behave like Vim's version.
Eg. An alert command specified previously as
:command AlertMe alert(args)
should now be defined as
:command AlertMe :js alert(<args>)
* IMPORTANT: changed the default keybinding to temporarily disable all
Vimperator keybindings from <C-Q> to <C-Z>
* IMPORTANT: removed old :buffers! buffer window, as it was ugly and slightly broken
@@ -10,6 +15,7 @@
generous donation which made this behavior possible)
* IMPORTANT: ctrl-x/a never take possible negative URLs into account, it was just
too unpredictable
* add :comclear and :delcommand
* add a special version to :hardcopy to skip the Print dialog
* add :bl[ast], :bf[irst], :br[ewind] to go to first/last tab
* add :bn[ext], :bp[revious], :bN[ext] to switch to next/previous tab