comparison runtime/doc/autocmd.txt @ 10218:584c835a2de1

commit https://github.com/vim/vim/commit/50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 22 22:33:02 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Sep 2016 22:45:04 +0200
parents 9f48eab77d62
children 876fbdd84e52
comparison
equal deleted inserted replaced
10217:b38b4d896141 10218:584c835a2de1
1 *autocmd.txt* For Vim version 8.0. Last change: 2016 Sep 03 1 *autocmd.txt* For Vim version 8.0. Last change: 2016 Sep 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
981 WinLeave autocommands (but not for ":new"). 981 WinLeave autocommands (but not for ":new").
982 Not used for ":qa" or ":q" when exiting Vim. 982 Not used for ":qa" or ":q" when exiting Vim.
983 983
984 *WinNew* 984 *WinNew*
985 WinNew When a new window was created. Not done for 985 WinNew When a new window was created. Not done for
986 the fist window, when Vim has just started. 986 the first window, when Vim has just started.
987 Before a WinEnter event. 987 Before a WinEnter event.
988 988
989 ============================================================================== 989 ==============================================================================
990 6. Patterns *autocmd-patterns* *{pat}* 990 6. Patterns *autocmd-patterns* *{pat}*
991 991