diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-08-09 01:50:59 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-08-09 01:50:59 +1000 |
commit | 415db95601c41abb90943427094016071b27d3da (patch) | |
tree | 9a4f67e47ed2d229f7640af0c1497a98ba01ab05 /vimperator | |
parent | e36f9780a7a9056aeedf408543f348133b98567a (diff) | |
download | pentadactyl-415db95601c41abb90943427094016071b27d3da.tar.gz |
Add a ! bang version of :delbmarks to delete all bookmarks.
Diffstat (limited to 'vimperator')
-rw-r--r-- | vimperator/NEWS | 1 | ||||
-rw-r--r-- | vimperator/locale/en-US/marks.txt | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vimperator/NEWS b/vimperator/NEWS index fc425cc7..4ad75ae0 100644 --- a/vimperator/NEWS +++ b/vimperator/NEWS @@ -19,6 +19,7 @@ (this might change again, as this is REALLY inconsistent, and i don't know if I like copying bugs) + * add ! version of :delbmarks to delete all bookmarks. * new "t" option for 'complete' to also switch to open tabs with :open * add [c]:toolbaropen[c], [c]:toolbarclose[c], and [c]:toolbartoggle[c] * make [c]:open[c] behavior match that of [c]:tabopen[c] and [c]:winopen[c] diff --git a/vimperator/locale/en-US/marks.txt b/vimperator/locale/en-US/marks.txt index f40b649d..eac07223 100644 --- a/vimperator/locale/en-US/marks.txt +++ b/vimperator/locale/en-US/marks.txt @@ -62,14 +62,13 @@ ________________________________________________________________________________ |:delbm| |:delbmarks| ||:delbm[arks] [a][url][a]|| + +||:delbm[arks]!|| ________________________________________________________________________________ Delete a bookmark. Deletes *all* bookmarks which match the [a][url][a]. If omitted, [a][url][a] defaults to the URL of the current buffer. Use [m]<Tab>[m] key on a string to complete the URL which you want to delete. -The following options WILL be interpreted in the future: - -* [!] a special version to delete ALL bookmarks +If ! is specified then all bookmarks will be deleted. ________________________________________________________________________________ section::History[history] |