diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-10-19 02:09:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-19 02:09:29 +0200 |
commit | 6a6f188d2ac457266c47732bf19ef8c60e79959b (patch) | |
tree | 9c0288adb64b6779b6e19dfc873f1ba0fe65b16f /runtime/doc/vim_diff.txt | |
parent | 657ba62a84de4ae0fd6dbaa2d3c238de4b372669 (diff) | |
parent | 9706664b8827614817a43f3a4ac4b6ae8463a906 (diff) | |
download | rneovim-6a6f188d2ac457266c47732bf19ef8c60e79959b.tar.gz rneovim-6a6f188d2ac457266c47732bf19ef8c60e79959b.tar.bz2 rneovim-6a6f188d2ac457266c47732bf19ef8c60e79959b.zip |
Merge #5502 from justinmk/error-write-to-bg-process
system('foo &', 'bar'): Show error, don't crash.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index f036b4427e..bb1f993ab6 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -108,6 +108,7 @@ Options: Commands: |:CheckHealth| + |:drop| is available on all platforms |:Man| is available by default, with many improvements such as completion Functions: @@ -140,10 +141,10 @@ are always available and may be used simultaneously in separate plugins. The `neovim` pip package must be installed to use Python plugins in Nvim (see |provider-python|). -|:!| and |system()| do not support "interactive" commands; use |:terminal| for -that instead. Terminal Vim supports interactive |:!| and |system()|, but gui -Vim does not. See ":help gui-pty" in Vim: - http://vimdoc.sourceforge.net/htmldoc/gui_x11.html#gui-pty +|:!| does not support "interactive" commands. Use |:terminal| instead. +(GUI Vim has a similar limitation, see ":help gui-pty" in Vim.) + +|system()| does not support writing/reading "backgrounded" commands. |E5677| |mkdir()| behaviour changed: 1. Assuming /tmp/foo does not exist and /tmp can be written to |