diff options
author | Štěpán Němec <stepnem@gmail.com> | 2009-05-09 04:47:58 +0200 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-05-09 16:31:50 +1000 |
commit | 32be6b74699808a27c1d07b06e1f11171ab9a6fb (patch) | |
tree | f3eaccbef19897c2fa0d11fb4d5c1324dc0e594f /vimperator/locale/en-US/various.txt | |
parent | 7a4f68d6ce14d95e510596bd8061361198ba86f1 (diff) | |
download | pentadactyl-32be6b74699808a27c1d07b06e1f11171ab9a6fb.tar.gz |
A few docs clarifications.
-- shifted mappings notation (<C-n> vs <C-N>)
-- adjusted the ':!' warning
-- other minor fixes
Diffstat (limited to 'vimperator/locale/en-US/various.txt')
-rw-r--r-- | vimperator/locale/en-US/various.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vimperator/locale/en-US/various.txt b/vimperator/locale/en-US/various.txt index 3d91d444..67ee6e2f 100644 --- a/vimperator/locale/en-US/various.txt +++ b/vimperator/locale/en-US/various.txt @@ -30,11 +30,12 @@ ________________________________________________________________________________ ||:!{cmd}|| ________________________________________________________________________________ Run a command. Runs {cmd} through system() and displays its output. Any \'!' in -{cmd} is replaced with the previous external command. But not when there is a -backslash before the \'!', then that backslash is removed. +{cmd} is replaced with the previous external command, but not when there is a +backslash before the \'!', then the backslash is removed. Warning: Input redirection (< foo) not done, also do not run commands which -require stdin or it will hang Firefox! +require stdin or it will hang Firefox! It is possible to launch background +processes, though (e.g. ':! xterm &'). ________________________________________________________________________________ |