From c66afc973c1319ffef8fc4f64d56986567f3886c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 11 Aug 2008 14:03:54 +0000 Subject: [PATCH] move :pageinfo and :viewsource related help to buffer.txt --- locale/en-US/buffer.txt | 50 ++++++++++++++++++++++++++++++++++++++++ locale/en-US/various.txt | 48 -------------------------------------- 2 files changed, 50 insertions(+), 48 deletions(-) diff --git a/locale/en-US/buffer.txt b/locale/en-US/buffer.txt index 75b92056..198e936b 100644 --- a/locale/en-US/buffer.txt +++ b/locale/en-US/buffer.txt @@ -5,6 +5,56 @@ HEADER Vimperator holds exactly one buffer object for each tab. It is usually an (X)HTML document with advanced features. +section:Buffer{nbsp}information[buffer-information] + +|| + +||[count]|| +________________________________________________________________________________ +Print the current file name. Also shows some additional file information like +file size or the last modified date. If {count} is given print the current +file name with full path. +________________________________________________________________________________ + + +|g| + +||g|| +________________________________________________________________________________ +Print file information. Same as [c]:pa[geinfo][c]. +________________________________________________________________________________ + + +|:pa| |:pageinfo| +||:pa[geinfo]|| +________________________________________________________________________________ +Show various page information. See [c]:help 'pageinfo'[c] for available options. +________________________________________________________________________________ + + +|gf| + +||gf|| +________________________________________________________________________________ +View source. Opens the source code of the current website with the internal +editor in the current tab. +________________________________________________________________________________ + + +|gF| + +||gF|| +________________________________________________________________________________ +View source with an external editor. Opens the source code of the current +website with the external editor specified by the 'editor' option. For now the +external editor must be able to download and open files from a remote URL. +________________________________________________________________________________ + + +|:vie| |:viewsource| +||:vie[wsource][!] [url]|| + +________________________________________________________________________________ +View source code of current document. When [!] is given, it is opened with the +external editor. +________________________________________________________________________________ + + section:Motion{nbsp}commands[motion,scrolling] |^| |0| + diff --git a/locale/en-US/various.txt b/locale/en-US/various.txt index 67a90029..779b828a 100644 --- a/locale/en-US/various.txt +++ b/locale/en-US/various.txt @@ -121,39 +121,6 @@ file browser on earth. :) ________________________________________________________________________________ -|gf| + -||gf|| -________________________________________________________________________________ -View source. Opens the source code of the current website with the internal -editor in the current tab. -________________________________________________________________________________ - - -|gF| + -||gF|| -________________________________________________________________________________ -View source with an external editor. Opens the source code of the current -website with the external editor specified by the 'editor' option. For now the -external editor must be able to download and open files from a remote URL. -________________________________________________________________________________ - - -|| + -||[count]|| -________________________________________________________________________________ -Print the current file name. Also shows some additional file information like -file size or the last modified date. If {count} is given print the current -file name with full path. -________________________________________________________________________________ - - -|g| + -||g|| -________________________________________________________________________________ -Print file information. Same as [c]:pa[geinfo][c]. -________________________________________________________________________________ - - |/| + ||/\\{pattern\\}[/]|| + ________________________________________________________________________________ @@ -247,13 +214,6 @@ when another search command is used or the 'hlsearch' option is set. ________________________________________________________________________________ -|:pa| |:pageinfo| -||:pa[geinfo]|| -________________________________________________________________________________ -Show various page information. See [c]:help 'pageinfo'[c] for available options. -________________________________________________________________________________ - - |:pc| |:pclose| ||:pc[lose]|| ________________________________________________________________________________ @@ -296,12 +256,4 @@ support it, currently: ________________________________________________________________________________ - -|:vie| |:viewsource| -||:vie[wsource][!] [url]|| + -________________________________________________________________________________ -View source code of current document. When [!] is given, it is opened with the -external editor. -________________________________________________________________________________ - // vim: set syntax=asciidoc: