comparison runtime/doc/autocmd.txt @ 8951:0bdeaf7092bc

commit https://github.com/vim/vim/commit/aa3b15dbebf333282503d6031e2f9ba6ee4398ed Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 21 08:53:19 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Apr 2016 09:00:08 +0200
parents b1a19a2f73f0
children 64035abb986b
comparison
equal deleted inserted replaced
8950:4112e9a27a93 8951:0bdeaf7092bc
1 *autocmd.txt* For Vim version 7.4. Last change: 2016 Mar 26 1 *autocmd.txt* For Vim version 7.4. Last change: 2016 Apr 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
537 :let &ro = &ro 537 :let &ro = &ro
538 < {only on Amiga, Unix, Win32, MSDOS and all GUI 538 < {only on Amiga, Unix, Win32, MSDOS and all GUI
539 versions} 539 versions}
540 *CursorHoldI* 540 *CursorHoldI*
541 CursorHoldI Just like CursorHold, but in Insert mode. 541 CursorHoldI Just like CursorHold, but in Insert mode.
542 Not triggered when waiting for another key,
543 e.g. after CTRL-V, and not when in CTRL-X mode
544 |insert_expand|.
542 545
543 *CursorMoved* 546 *CursorMoved*
544 CursorMoved After the cursor was moved in Normal or Visual 547 CursorMoved After the cursor was moved in Normal or Visual
545 mode. Also when the text of the cursor line 548 mode. Also when the text of the cursor line
546 has been changed, e.g., with "x", "rx" or "p". 549 has been changed, e.g., with "x", "rx" or "p".