comparison runtime/doc/autocmd.txt @ 557:862863033fdd v7.0158

updated for version 7.0158
author vimboss
date Wed, 23 Nov 2005 21:25:05 +0000
parents f43150a669dc
children 25a70b1cd2da
comparison
equal deleted inserted replaced
556:f9eaf0a9872d 557:862863033fdd
1 *autocmd.txt* For Vim version 7.0aa. Last change: 2005 Oct 10 1 *autocmd.txt* For Vim version 7.0aa. Last change: 2005 Nov 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
810 the autocommands for all groups. When the [group] 810 the autocommands for all groups. When the [group]
811 argument is included, Vim executes only the matching 811 argument is included, Vim executes only the matching
812 autocommands for that group. Note: if you use an 812 autocommands for that group. Note: if you use an
813 undefined group name, Vim gives you an error message. 813 undefined group name, Vim gives you an error message.
814 814
815 After applying the autocommands the modelines are
816 processed, so that their overrule the settings from
817 autocommands, like what happens when editing a file.
818
815 *:doautoa* *:doautoall* 819 *:doautoa* *:doautoall*
816 :doautoa[ll] [group] {event} [fname] 820 :doautoa[ll] [group] {event} [fname]
817 Like ":doautocmd", but apply the autocommands to each 821 Like ":doautocmd", but apply the autocommands to each
818 loaded buffer. Note that {fname} is used to select 822 loaded buffer. Note that {fname} is used to select
819 the autocommands, not the buffers to which they are 823 the autocommands, not the buffers to which they are