From 06b8bb31c96a4a1b64e94dd763cbb7f779ecb15b Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 9 Aug 2009 02:07:15 +1000 Subject: [PATCH] Clarify the help for the bang versions of :back and :forward. --- vimperator/locale/en-US/marks.txt | 7 +++++-- xulmus/locale/en-US/marks.txt | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/vimperator/locale/en-US/marks.txt b/vimperator/locale/en-US/marks.txt index eac07223..5c0a6a29 100644 --- a/vimperator/locale/en-US/marks.txt +++ b/vimperator/locale/en-US/marks.txt @@ -71,6 +71,7 @@ key on a string to complete the URL which you want to delete. If ! is specified then all bookmarks will be deleted. ________________________________________________________________________________ +// TODO: why is this duplicated in browsing? section::History[history] || + @@ -105,7 +106,8 @@ ________________________________________________________________________________ |:ba| |:back| -||:[count]ba[ck][!] [a][url][a]|| + +||:[count]ba[ck] [a][url][a]|| + +||:[count]ba[ck]!|| + ________________________________________________________________________________ Go back in the browser history. If [count] is specified go back [count] pages. + The special version [c]:back![c] goes to the beginning of the browser history. @@ -113,7 +115,8 @@ ________________________________________________________________________________ |:fw| |:fo| |:forward| -||:[count]fo[rward][!] [a][url][a]|| + +||:[count]fo[rward] [a][url][a]|| + +||:[count]fo[rward]!|| + ________________________________________________________________________________ Go forward in the browser history. If [count] is specified go forward [count] pages. + diff --git a/xulmus/locale/en-US/marks.txt b/xulmus/locale/en-US/marks.txt index 2f2f2cf9..4e4a197b 100644 --- a/xulmus/locale/en-US/marks.txt +++ b/xulmus/locale/en-US/marks.txt @@ -71,6 +71,7 @@ key on a string to complete the URL which you want to delete. If ! is specified then all bookmarks will be deleted. ________________________________________________________________________________ +// TODO: why is this duplicated in browsing? section::History[history] || + @@ -105,7 +106,8 @@ ________________________________________________________________________________ |:ba| |:back| -||:[count]ba[ck][!] [a][url][a]|| + +||:[count]ba[ck] [a][url][a]|| + +||:[count]ba[ck]!|| + ________________________________________________________________________________ Go back in the browser history. If [count] is specified go back [count] pages. + The special version [c]:back![c] goes to the beginning of the browser history. @@ -113,7 +115,8 @@ ________________________________________________________________________________ |:fw| |:fo| |:forward| -||:[count]fo[rward][!] [a][url][a]|| + +||:[count]fo[rward] [a][url][a]|| + +||:[count]fo[rward]!|| + ________________________________________________________________________________ Go forward in the browser history. If [count] is specified go forward [count] pages. +