comparison runtime/doc/autocmd.txt @ 610:cd3689efd90a v7.0173

updated for version 7.0173
author vimboss
date Sun, 18 Dec 2005 22:10:00 +0000
parents de152391f6f9
children 81fe2ccc1207
comparison
equal deleted inserted replaced
609:ba54311bc43e 610:cd3689efd90a
1 *autocmd.txt* For Vim version 7.0aa. Last change: 2005 Dec 11 1 *autocmd.txt* For Vim version 7.0aa. Last change: 2005 Dec 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
445 until the user has pressed a key (i.e. doesn't 445 until the user has pressed a key (i.e. doesn't
446 fire every 'updatetime' ms if you leave Vim to 446 fire every 'updatetime' ms if you leave Vim to
447 make some coffee. :) See |CursorHold-example| 447 make some coffee. :) See |CursorHold-example|
448 for previewing tags. 448 for previewing tags.
449 This event is only triggered in Normal mode. 449 This event is only triggered in Normal mode.
450 While recording the CursorHold event is not
451 triggered. |q|
450 Note: Interactive commands cannot be used for 452 Note: Interactive commands cannot be used for
451 this event. There is no hit-enter prompt, 453 this event. There is no hit-enter prompt,
452 the screen is updated directly (when needed). 454 the screen is updated directly (when needed).
453 Note: In the future there will probably be 455 Note: In the future there will probably be
454 another option to set the time. 456 another option to set the time.