comparison runtime/doc/autocmd.txt @ 16944:d23afa4d8b63

Update runtime files. commit https://github.com/vim/vim/commit/61da1bfa6c6b19dd670671a318ce9f9e2acc784c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 12:14:49 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 12:15:07 +0200
parents 0e473e9e70c2
children 620e9011b685
comparison
equal deleted inserted replaced
16943:2f0579d6b1e5 16944:d23afa4d8b63
1 *autocmd.txt* For Vim version 8.1. Last change: 2019 May 05 1 *autocmd.txt* For Vim version 8.1. Last change: 2019 Jun 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1363 (e.g., the file pattern match was wrong). 1363 (e.g., the file pattern match was wrong).
1364 1364
1365 Note that the 'eventignore' option applies here too. Events listed in this 1365 Note that the 'eventignore' option applies here too. Events listed in this
1366 option will not cause any commands to be executed. 1366 option will not cause any commands to be executed.
1367 1367
1368 *:do* *:doau* *:doautocmd* *E217* 1368 *:do* *:doau* *:doaut* *:doautocmd* *E217*
1369 :do[autocmd] [<nomodeline>] [group] {event} [fname] 1369 :do[autocmd] [<nomodeline>] [group] {event} [fname]
1370 Apply the autocommands matching [fname] (default: 1370 Apply the autocommands matching [fname] (default:
1371 current file name) for {event} to the current buffer. 1371 current file name) for {event} to the current buffer.
1372 You can use this when the current file name does not 1372 You can use this when the current file name does not
1373 match the right pattern, after changing settings, or 1373 match the right pattern, after changing settings, or