comparison runtime/doc/autocmd.txt @ 650:662e40bd2be1

updated for version 7.0191
author vimboss
date Wed, 01 Feb 2006 21:51:12 +0000
parents 81fe2ccc1207
children b112ec5c73f0
comparison
equal deleted inserted replaced
649:8157079cea85 650:662e40bd2be1
1 *autocmd.txt* For Vim version 7.0aa. Last change: 2006 Jan 08 1 *autocmd.txt* For Vim version 7.0aa. Last change: 2006 Feb 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
271 Various 271 Various
272 |FileChangedShell| Vim notices that a file changed since editing started 272 |FileChangedShell| Vim notices that a file changed since editing started
273 |FileChangedRO| before making the first change to a read-only file 273 |FileChangedRO| before making the first change to a read-only file
274 274
275 |FuncUndefined| a user function is used but it isn't defined 275 |FuncUndefined| a user function is used but it isn't defined
276 |SpellFileMissing| a spell file is used but it can't be found
276 277
277 |FocusGained| Vim got input focus 278 |FocusGained| Vim got input focus
278 |FocusLost| Vim lost input focus 279 |FocusLost| Vim lost input focus
279 |CursorHold| the user doesn't press a key for a while 280 |CursorHold| the user doesn't press a key for a while
280 281
641 the reply should be read with |remote_read()| 642 the reply should be read with |remote_read()|
642 to consume it. 643 to consume it.
643 *SessionLoadPost* 644 *SessionLoadPost*
644 SessionLoadPost After loading the session file created using 645 SessionLoadPost After loading the session file created using
645 the |:mksession| command. 646 the |:mksession| command.
647 *SpellFileMissing*
648 SpellFileMissing When trying to load a spell checking file and
649 it can't be found. <amatch> is the language,
650 'encoding' also matters. See
651 |spell-SpellFileMissing|.
646 *StdinReadPost* 652 *StdinReadPost*
647 StdinReadPost After reading from the stdin into the buffer, 653 StdinReadPost After reading from the stdin into the buffer,
648 before executing the modelines. Only used 654 before executing the modelines. Only used
649 when the "-" argument was used when Vim was 655 when the "-" argument was used when Vim was
650 started |--|. 656 started |--|.