aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-10-06 17:06:08 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-10-06 17:06:08 -0400
commit66ec1a448e4f1602ab9b552ad590a8fadb3b98ae (patch)
treed3229ae28a8df9dad5f981446bde38c7f3381454 /runtime/doc/autocmd.txt
parentae743f87661dba80d89f45a63b998af05ef89935 (diff)
parent32fabd8984a09bf3b82032d7b1b536d980a084fc (diff)
downloadrneovim-66ec1a448e4f1602ab9b552ad590a8fadb3b98ae.tar.gz
rneovim-66ec1a448e4f1602ab9b552ad590a8fadb3b98ae.tar.bz2
rneovim-66ec1a448e4f1602ab9b552ad590a8fadb3b98ae.zip
Merge pull request #1268 from stefan991/cleanup-docs-2
Cleanup user documentation
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 734202cd6c..451e60514c 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -772,8 +772,10 @@ SessionLoadPost After loading the session file created using
the |:mksession| command.
*ShellCmdPost*
ShellCmdPost After executing a shell command with |:!cmd|,
- |:shell|, |:make| and |:grep|. Can be used to
- check for any changed files.
+ |:make| and |:grep|. Can be used to check for
+ any changed files.
+ For non-blocking shell commands, see
+ |JobActivity|.
*ShellFilterPost*
ShellFilterPost After executing a shell command with
":{range}!cmd", ":w !cmd" or ":r !cmd".