aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-01-16 00:59:50 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-01-16 00:59:50 +0100
commit3ba5e43d2e3baec1f7e74e2dce7ad340c47c26ad (patch)
tree8075781ad357cb05bf1bf8cf9541181589b32d7d /runtime
parent3fd7be6d3ed1b27b3c6f811d3f210cb9c30deaa4 (diff)
parent2b56cf099a8f383e74496ff48810c8029d3c1ba5 (diff)
downloadrneovim-3ba5e43d2e3baec1f7e74e2dce7ad340c47c26ad.tar.gz
rneovim-3ba5e43d2e3baec1f7e74e2dce7ad340c47c26ad.tar.bz2
rneovim-3ba5e43d2e3baec1f7e74e2dce7ad340c47c26ad.zip
Merge #5918 'vim-patch: 7.4.2006, 7.4.2075, 7.4.2077, 7.4.2117, 7.4.2300, 7.4.2313, 7.4.2314'.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/autocmd.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 090c216fcb..e99b7ab8b4 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -294,6 +294,7 @@ Name triggered by ~
|CursorMoved| the cursor was moved in Normal mode
|CursorMovedI| the cursor was moved in Insert mode
+|WinNew| after creating a new window
|WinEnter| after entering another window
|WinLeave| before leaving a window
|TabEnter| after entering another tab page
@@ -992,6 +993,11 @@ WinLeave Before leaving a window. If the window to be
WinLeave autocommands (but not for ":new").
Not used for ":qa" or ":q" when exiting Vim.
+ *WinNew*
+WinNew When a new window was created. Not done for
+ the fist window, when Vim has just started.
+ Before a WinEnter event.
+
==============================================================================
6. Patterns *autocmd-patterns* *{pat}*