comparison runtime/doc/autocmd.txt @ 18878:ef90e5bbb971

Minor runtime file updates. Commit: https://github.com/vim/vim/commit/469bdbde1e8ea8110705327ab193acca79296742 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 23:05:48 2019 +0100 Minor runtime file updates.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 23:15:04 +0100
parents 507348b211b4
children af69c9335223
comparison
equal deleted inserted replaced
18877:b56a6c6d1772 18878:ef90e5bbb971
1 *autocmd.txt* For Vim version 8.1. Last change: 2019 Sep 16 1 *autocmd.txt* For Vim version 8.1. Last change: 2019 Dec 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
385 BufAdd or BufCreate Just after creating a new buffer which is 385 BufAdd or BufCreate Just after creating a new buffer which is
386 added to the buffer list, or adding a buffer 386 added to the buffer list, or adding a buffer
387 to the buffer list. 387 to the buffer list.
388 Also used just after a buffer in the buffer 388 Also used just after a buffer in the buffer
389 list has been renamed. 389 list has been renamed.
390 Not triggered for the initial buffers created
391 during startup.
390 The BufCreate event is for historic reasons. 392 The BufCreate event is for historic reasons.
391 NOTE: When this autocommand is executed, the 393 NOTE: When this autocommand is executed, the
392 current buffer "%" may be different from the 394 current buffer "%" may be different from the
393 buffer being created "<afile>". 395 buffer being created "<afile>".
394 *BufDelete* 396 *BufDelete*