aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-12-27 19:30:23 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-06-11 00:08:27 +0200
commitf72f638f976347e2f14fc6ae5e5293c02d5ccfc1 (patch)
tree260e270e1cdb9a60e63b52d170ce305e4150686a /runtime/doc/autocmd.txt
parentc69ea3b4b8aa8e6f3a756a49fc43a798b77f7eff (diff)
downloadrneovim-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/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index df36969fe3..6e6d50d21f 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -904,14 +904,11 @@ SpellFileMissing When trying to load a spell checking file and
language, 'encoding' also matters. See
|spell-SpellFileMissing|.
*StdinReadPost*
-StdinReadPost After reading from the stdin into the buffer,
- before executing the modelines. Only used
- when the "-" argument was used when Vim was
- started |--|.
+StdinReadPost During startup, after reading from stdin into
+ the buffer, before executing modelines. |--|
*StdinReadPre*
-StdinReadPre Before reading from stdin into the buffer.
- Only used when the "-" argument was used when
- Vim was started |--|.
+StdinReadPre During startup, before reading from stdin into
+ the buffer. |--|
*SwapExists*
SwapExists Detected an existing swap file when starting
to edit a file. Only when it is possible to