comparison runtime/doc/autocmd.txt @ 823:9ab23f1e137f v7.0c12

updated for version 7.0c12
author vimboss
date Fri, 07 Apr 2006 21:40:07 +0000
parents 23f82b5d2814
children 6675076019ae
comparison
equal deleted inserted replaced
822:45fad0f590d0 823:9ab23f1e137f
1 *autocmd.txt* For Vim version 7.0c. Last change: 2006 Apr 04 1 *autocmd.txt* For Vim version 7.0c. Last change: 2006 Apr 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
504 file. Can be used to check-out the file from 504 file. Can be used to check-out the file from
505 a source control system. Not triggered when 505 a source control system. Not triggered when
506 the change was caused by an autocommand. 506 the change was caused by an autocommand.
507 This event is triggered when making the first 507 This event is triggered when making the first
508 change in a buffer or the first change after 508 change in a buffer or the first change after
509 'readonly' was set, 509 'readonly' was set, just before the change is
510 just before the change is applied to the text. 510 applied to the text.
511 WARNING: If the autocommand moves the cursor 511 WARNING: If the autocommand moves the cursor
512 the effect of the change is undefined. 512 the effect of the change is undefined.
513 *E788* 513 *E788*
514 It is not allowed to change to another buffer 514 It is not allowed to change to another buffer
515 here. You can reload the buffer but not edit 515 here. You can reload the buffer but not edit