diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-24 20:59:08 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:32 -0400 |
commit | 62adc04f08f78ab3fc179176c9dc41271e7340d6 (patch) | |
tree | bfe930f9a5a7339ce1b585dd6e1434bc4a489671 /runtime/doc | |
parent | f19c896e9d2ed2ed5970de255f84e0120c36a76e (diff) | |
download | rneovim-62adc04f08f78ab3fc179176c9dc41271e7340d6.tar.gz rneovim-62adc04f08f78ab3fc179176c9dc41271e7340d6.tar.bz2 rneovim-62adc04f08f78ab3fc179176c9dc41271e7340d6.zip |
vim-patch:469bdbde1e8e
Minor runtime file updates.
https://github.com/vim/vim/commit/469bdbde1e8ea8110705327ab193acca79296742
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/autocmd.txt | 2 | ||||
-rw-r--r-- | runtime/doc/starting.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 01b21aa085..cd789e6466 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -215,6 +215,8 @@ BufAdd Just after creating a new buffer which is added to the buffer list, or adding a buffer to the buffer list, a buffer in the buffer list was renamed. + Not triggered for the initial buffers created + during startup. Before |BufEnter|. NOTE: Current buffer "%" may be different from the buffer being created "<afile>". diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index d3647246fa..6d2f0ea654 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -518,7 +518,8 @@ accordingly. Vim proceeds in this order: displayed yet). When switching screens, it happens now. Redrawing starts. If the "-q" flag was given to Vim, the first error is jumped to. - Buffers for all windows will be loaded. + Buffers for all windows will be loaded, without triggering |BufAdd| + autocommands. 14. Execute startup commands If a "-t" flag was given to Vim, the tag is jumped to. |