From acd60757d4675808e2239f515d66d0dc551cc732 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 8 Aug 2009 18:47:12 +1000 Subject: [PATCH] Add :!! pseudo command help item. --- vimperator/locale/en-US/index.txt | 1 + vimperator/locale/en-US/various.txt | 9 ++++++++- xulmus/locale/en-US/index.txt | 1 + xulmus/locale/en-US/various.txt | 9 ++++++++- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt index 47278a99..28855e94 100644 --- a/vimperator/locale/en-US/index.txt +++ b/vimperator/locale/en-US/index.txt @@ -145,6 +145,7 @@ section::Command-line{nbsp}editing[ex-edit-index] section::Ex{nbsp}commands[ex-cmd-index,:index] ||[c]:![c]|| Run a command + +||[c]:!![c]|| Repeat last [c]:!{cmd}[c] + ||[c]:abbreviate[c]|| Abbreviate a key sequence + ||[c]:abclear[c]|| Remove all abbreviations + ||[c]:addons[c]|| Manage available Extensions and Themes + diff --git a/vimperator/locale/en-US/various.txt b/vimperator/locale/en-US/various.txt index 2d16d991..71dbeba2 100644 --- a/vimperator/locale/en-US/various.txt +++ b/vimperator/locale/en-US/various.txt @@ -26,7 +26,7 @@ it, 1 space is one space. ________________________________________________________________________________ -|:run| |:!| + +|:run| |:!| |:!cmd| + ||:!{cmd}|| ________________________________________________________________________________ Run a command. Runs {cmd} through system() and displays its output. Any \'!' in @@ -39,6 +39,13 @@ processes, though (e.g. [c]:! xterm &[c]). ________________________________________________________________________________ +|:!!| + +||:!!|| +________________________________________________________________________________ +Repeat last [c]:!{cmd}[c]. +________________________________________________________________________________ + + |:sil| |:silent| + ||:sil[ent] {command}|| ________________________________________________________________________________ diff --git a/xulmus/locale/en-US/index.txt b/xulmus/locale/en-US/index.txt index fc3c2208..f499e5a7 100644 --- a/xulmus/locale/en-US/index.txt +++ b/xulmus/locale/en-US/index.txt @@ -181,6 +181,7 @@ section::Command-line{nbsp}editing[ex-edit-index] section::Ex{nbsp}commands[ex-cmd-index,:index] ||[c]:![c]|| Run a command + +||[c]:!![c]|| Repeat last [c]:!{cmd}[c] + ||[c]:abbreviate[c]|| Abbreviate a key sequence + ||[c]:abclear[c]|| Remove all abbreviations + ||[c]:addons[c]|| Manage available Extensions and Themes + diff --git a/xulmus/locale/en-US/various.txt b/xulmus/locale/en-US/various.txt index 15d1f61b..e5197512 100644 --- a/xulmus/locale/en-US/various.txt +++ b/xulmus/locale/en-US/various.txt @@ -26,7 +26,7 @@ it, 1 space is one space. ________________________________________________________________________________ -|:run| |:!| + +|:run| |:!| |:!cmd| + ||:!{cmd}|| ________________________________________________________________________________ Run a command. Runs {cmd} through system() and displays its output. Any \'!' in @@ -39,6 +39,13 @@ processes, though (e.g. [c]:! xterm &[c]). ________________________________________________________________________________ +|:!!| + +||:!!|| +________________________________________________________________________________ +Repeat last [c]:!{cmd}[c]. +________________________________________________________________________________ + + |:sil| |:silent| + ||:sil[ent] {command}|| ________________________________________________________________________________