summaryrefslogtreecommitdiff
path: root/vimperator/locale
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-08-23 17:39:13 +1000
committerDoug Kearns <dougkearns@gmail.com>2009-08-27 14:46:26 +1000
commite159a0d07d327df38ab439d74a85724169d91589 (patch)
treee3d88bda0517cb0026cedf50df9edcb7cac63d23 /vimperator/locale
parenta4a204a8fe12fca508bb02615ac2b7400587c5f0 (diff)
downloadpentadactyl-e159a0d07d327df38ab439d74a85724169d91589.tar.gz
Add :verbose.
Diffstat (limited to 'vimperator/locale')
-rw-r--r--vimperator/locale/en-US/index.txt1
-rw-r--r--vimperator/locale/en-US/various.txt9
2 files changed, 10 insertions, 0 deletions
diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt
index 7ce9cb55..c5849a88 100644
--- a/vimperator/locale/en-US/index.txt
+++ b/vimperator/locale/en-US/index.txt
@@ -268,6 +268,7 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:undoall[c]|| Undo closing of all closed tabs +
||[c]:unlet[c]|| Delete a variable +
||[c]:unmap[c]|| Remove a mapping +
+||[c]:verbose[c]|| Execute a command with 'verbose' set +
||[c]:version[c]|| Show version information +
||[c]:viewsource[c]|| View source code of current document +
||[c]:viusage[c]|| List all mappings with a short description +
diff --git a/vimperator/locale/en-US/various.txt b/vimperator/locale/en-US/various.txt
index 71dbeba2..4ecaa92f 100644
--- a/vimperator/locale/en-US/various.txt
+++ b/vimperator/locale/en-US/various.txt
@@ -15,6 +15,7 @@ ________________________________________________________________________________
Redraws the screen. Useful to update the screen halfway executing a script or function.
________________________________________________________________________________
+
|:norm| |:normal|
||:norm[al][!] {commands}|| +
________________________________________________________________________________
@@ -55,6 +56,14 @@ history.
________________________________________________________________________________
+|:verb| |:verbose +
+||:[count]verb[ose] {command}||
+________________________________________________________________________________
+Execute a command with 'verbose' set to [count]. If [count] is not specified
+then 1 is used as the value.
+________________________________________________________________________________
+
+
|:ve| |:version| +
||:ve[rsion][!]||
________________________________________________________________________________