1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-27 11:23:32 +01:00

Kill :bwipeout, :bunload. Change the semantics of :tabc and :bd: the former operates on visible tabs, the latter on all tabs. Bang enables regexp matching against title and URL, otherwise site-filter matching is used.

This commit is contained in:
Kris Maglione
2011-10-03 23:48:38 -04:00
parent 1afa56335d
commit 6ed8983b11
5 changed files with 109 additions and 72 deletions

View File

@@ -108,6 +108,8 @@
- :style now supports regexp site-filters on Firefox 6+. [b7]
- :qa closes only the current window, per Vim. [b7]
- Added :background command. [b8]
- Removed :bwipeout and :bunload. Changed the semantics of :bdelete
and :tabclose slightly. [b8]
- Added -id flag to :bmark command and changed updating semantics. [b8]
- Added :exit command. [b7]
- Added :dlclear command. [b7]