diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-01-16 00:59:50 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-01-16 00:59:50 +0100 |
commit | 3ba5e43d2e3baec1f7e74e2dce7ad340c47c26ad (patch) | |
tree | 8075781ad357cb05bf1bf8cf9541181589b32d7d /test | |
parent | 3fd7be6d3ed1b27b3c6f811d3f210cb9c30deaa4 (diff) | |
parent | 2b56cf099a8f383e74496ff48810c8029d3c1ba5 (diff) | |
download | rneovim-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 'test')
-rw-r--r-- | test/functional/autocmd/autocmd_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/autocmd/autocmd_spec.lua b/test/functional/autocmd/autocmd_spec.lua index 162e112047..c38bd75c69 100644 --- a/test/functional/autocmd/autocmd_spec.lua +++ b/test/functional/autocmd/autocmd_spec.lua @@ -12,8 +12,8 @@ describe('autocmds:', function() local expected = { 'WinLeave', 'TabLeave', - 'TabNew', 'WinEnter', + 'TabNew', 'TabEnter', 'BufLeave', 'BufEnter' |