diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 23:19:10 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 23:26:55 +0200 |
commit | a5e9974ed77621c224b2b8fa49f76cab954fb2c6 (patch) | |
tree | 3fe4509c834e0a424445d363c6c631f27ce07a16 /runtime/doc/autocmd.txt | |
parent | 2e64752250c89623ff5d6dc54e8a54038f32d78f (diff) | |
download | rneovim-a5e9974ed77621c224b2b8fa49f76cab954fb2c6.tar.gz rneovim-a5e9974ed77621c224b2b8fa49f76cab954fb2c6.tar.bz2 rneovim-a5e9974ed77621c224b2b8fa49f76cab954fb2c6.zip |
vim-patch:50ba526fbf3e
Updated runtime files.
https://github.com/vim/vim/commit/50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e
vim-patch:20eeb6129d12
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 77015d35ee..b27a1a8763 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1004,7 +1004,7 @@ WinLeave Before leaving a window. If the window to be *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. ============================================================================== |