comparison runtime/doc/autocmd.txt @ 6259:bd18da914be9

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 02 Oct 2014 01:41:41 +0200
parents babc6a1d4c27
children fbc1131f0ba5
comparison
equal deleted inserted replaced
6258:9616ea904a7e 6259:bd18da914be9
1 *autocmd.txt* For Vim version 7.4. Last change: 2014 Aug 22 1 *autocmd.txt* For Vim version 7.4. Last change: 2014 Sep 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
517 It is not triggered when waiting for a command 517 It is not triggered when waiting for a command
518 argument to be typed, or a movement after an 518 argument to be typed, or a movement after an
519 operator. 519 operator.
520 While recording the CursorHold event is not 520 While recording the CursorHold event is not
521 triggered. |q| 521 triggered. |q|
522 *<CursorHold>*
523 Internally the autocommand is triggered by the
524 <CursorHold> key. In an expression mapping
525 |getchar()| may see this character.
526
522 Note: Interactive commands cannot be used for 527 Note: Interactive commands cannot be used for
523 this event. There is no hit-enter prompt, 528 this event. There is no hit-enter prompt,
524 the screen is updated directly (when needed). 529 the screen is updated directly (when needed).
525 Note: In the future there will probably be 530 Note: In the future there will probably be
526 another option to set the time. 531 another option to set the time.