aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 9232cd70c5..2a9a181b7a 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -253,8 +253,6 @@ g8 Print the hex values of the bytes used in the
to a pipe (not a terminal). Use |:terminal| to run an
interactive shell connected to a terminal.
- For Win32 also see |:!start|.
-
After the command has been executed, the timestamp and
size of the current file is checked |timestamp|.
@@ -271,21 +269,6 @@ g8 Print the hex values of the bytes used in the
< The screen is not redrawn then, thus you have to use
CTRL-L or ":redraw!" if the command did display
something.
- *:!start*
-:!start {cmd} (Windows only). Special-case of |:!| which works
- asynchronously, for running a program that does not
- affect the files you are editing.
- Optional arguments (can only use one at a time):
- /min window will be minimized
- /b no console window will be opened
- Note: If the process requires input, /b will get an
- EOF error because its input stream (stdin) would be
- redirected to \\.\NUL (stdout and stderr too).
-
- Programs begun with :!start do not get passed Vim's
- open file handles, which means they do not have to be
- closed before Vim. To avoid this special treatment,
- use ":! start".
*:!!*
:!! Repeat last ":!{cmd}".