diff 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
line wrap: on
line diff
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt*   For Vim version 8.0.  Last change: 2016 Sep 03
+*autocmd.txt*   For Vim version 8.0.  Last change: 2016 Sep 21
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -983,7 +983,7 @@ WinLeave			Before leaving a window.  If 
 
 							*WinNew*
 WinNew				When a new window was created.  Not done for
-				the fist window, when Vim has just started.
+				the first window, when Vim has just started.
 				Before a WinEnter event.
 
 ==============================================================================