diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-07-19 00:36:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-19 00:36:56 +0200 |
commit | 572ecdfeed16c733ca35601ef2339ab38c530d73 (patch) | |
tree | 31cc9d65005561faeeab1f2c821fd5f9769780bf /runtime | |
parent | a04e0c8db2d7b9e7abd0dbfbe06f51904f3a32af (diff) | |
parent | fdfdc0a228b896a3ce606fb523f5677092490dcc (diff) | |
download | rneovim-572ecdfeed16c733ca35601ef2339ab38c530d73.tar.gz rneovim-572ecdfeed16c733ca35601ef2339ab38c530d73.tar.bz2 rneovim-572ecdfeed16c733ca35601ef2339ab38c530d73.zip |
Merge #10052 from janlazo/vim-8.1.0729
vim-patch:8.1.{729,732}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/autocmd.txt | 6 |
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. |