comparison runtime/doc/autocmd.txt @ 3830:04592728474a

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 21 Sep 2012 14:54:30 +0200
parents 11d40fc82f11
children 61bcafd8c648
comparison
equal deleted inserted replaced
3829:25f9e59741f9 3830:04592728474a
1 *autocmd.txt* For Vim version 7.3. Last change: 2012 Jul 10 1 *autocmd.txt* For Vim version 7.3. Last change: 2012 Sep 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
261 |TermChanged| after the value of 'term' has changed 261 |TermChanged| after the value of 'term' has changed
262 262
263 Startup and exit 263 Startup and exit
264 |VimEnter| after doing all the startup stuff 264 |VimEnter| after doing all the startup stuff
265 |GUIEnter| after starting the GUI successfully 265 |GUIEnter| after starting the GUI successfully
266 |GUIFailed| after starting the GUI failed
266 |TermResponse| after the terminal response to |t_RV| is received 267 |TermResponse| after the terminal response to |t_RV| is received
267 268
269 |QuitPre| when using `:quit`, before deciding whether to quit
268 |VimLeavePre| before exiting Vim, before writing the viminfo file 270 |VimLeavePre| before exiting Vim, before writing the viminfo file
269 |VimLeave| before exiting Vim, after writing the viminfo file 271 |VimLeave| before exiting Vim, after writing the viminfo file
270 272
271 Various 273 Various
272 |FileChangedShell| Vim notices that a file changed since editing started 274 |FileChangedShell| Vim notices that a file changed since editing started
310 |QuickFixCmdPost| after a quickfix command is run 312 |QuickFixCmdPost| after a quickfix command is run
311 313
312 |SessionLoadPost| after loading a session file 314 |SessionLoadPost| after loading a session file
313 315
314 |MenuPopup| just before showing the popup menu 316 |MenuPopup| just before showing the popup menu
317 |CompleteDone| after Insert mode completion is done
315 318
316 |User| to be used in combination with ":doautocmd" 319 |User| to be used in combination with ":doautocmd"
317 320
318 321
319 The alphabetical list of autocommand events: *autocmd-events-abc* 322 The alphabetical list of autocommand events: *autocmd-events-abc*