aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-05-22 23:44:57 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-07-17 20:23:05 -0400
commitaa681df25fc1b1c22182c8150e53952fefa63e10 (patch)
treeb998bf10d9ba4c08b5e75e69f3e9c85d29794fc3 /runtime
parent452ec4ed31d5d9c9ab4af9d8e686182ae11cef0c (diff)
downloadrneovim-aa681df25fc1b1c22182c8150e53952fefa63e10.tar.gz
rneovim-aa681df25fc1b1c22182c8150e53952fefa63e10.tar.bz2
rneovim-aa681df25fc1b1c22182c8150e53952fefa63e10.zip
vim-patch:8.1.0729: there is a SourcePre autocommand event but not a SourcePost
Problem: There is a SourcePre autocommand event but not a SourcePost. Solution: Add the SourcePost autocommand event. (closes vim/vim#3739) https://github.com/vim/vim/commit/2b6185287adf53343ed5f49e967ae402c64063e4
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/autocmd.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 4cc1f53cca..461167015d 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -955,6 +955,12 @@ ShellFilterPost After executing a shell command with
*SourcePre*
SourcePre Before sourcing a Vim script. |:source|
<afile> is the name of the file being sourced.
+ *SourcePost*
+SourcePost After sourcing a Vim script. |:source|
+ <afile> is the name of the file being sourced.
+ Not triggered when sourcing was interrupted.
+ Also triggered after a SourceCmd autocommand
+ was triggered.
*SourceCmd*
SourceCmd When sourcing a Vim script. |:source|
<afile> is the name of the file being sourced.