diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-12-27 19:30:23 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-06-11 00:08:27 +0200 |
commit | f72f638f976347e2f14fc6ae5e5293c02d5ccfc1 (patch) | |
tree | 260e270e1cdb9a60e63b52d170ce305e4150686a /runtime/doc/various.txt | |
parent | c69ea3b4b8aa8e6f3a756a49fc43a798b77f7eff (diff) | |
download | rneovim-f72f638f976347e2f14fc6ae5e5293c02d5ccfc1.tar.gz rneovim-f72f638f976347e2f14fc6ae5e5293c02d5ccfc1.tar.bz2 rneovim-f72f638f976347e2f14fc6ae5e5293c02d5ccfc1.zip |
doc: job/channel, misc #7783
doc: termios defaults. ref #6992
doc: :help shell-powershell
doc: provider: Python minimum version is 2.7, 3.4
doc: remove :!start special-case. #5844
doc: mention #7917 change which accepts empty Array for Dictionary parameter
doc: <Cmd> pseudokey
doc: lmap change #5658
doc: -s, -es
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 17 |
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}". |