diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2016-03-02 02:28:08 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2016-03-02 12:37:50 +0100 |
commit | a528d56ba0169cc902f6fe952ca7625cc29cb940 (patch) | |
tree | b40ffb79631d4d9e01c2df2c1b0fe14c4a19c93e /test/functional/legacy | |
parent | d9e631f1b5f65a94d0c6aea3cace46cc1d02398a (diff) | |
download | rneovim-a528d56ba0169cc902f6fe952ca7625cc29cb940.tar.gz rneovim-a528d56ba0169cc902f6fe952ca7625cc29cb940.tar.bz2 rneovim-a528d56ba0169cc902f6fe952ca7625cc29cb940.zip |
Tests: add autocmd_spec.lua
Diffstat (limited to 'test/functional/legacy')
-rw-r--r-- | test/functional/legacy/062_tab_pages_spec.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/legacy/062_tab_pages_spec.lua b/test/functional/legacy/062_tab_pages_spec.lua index c3cdcac471..f1c8b8d58b 100644 --- a/test/functional/legacy/062_tab_pages_spec.lua +++ b/test/functional/legacy/062_tab_pages_spec.lua @@ -139,7 +139,6 @@ describe('tab pages', function() autocmd TabLeave * :call add(g:r, 'TabLeave') autocmd WinLeave * :call add(g:r, 'WinLeave') autocmd BufLeave * :call add(g:r, 'BufLeave') - autocmd TabNew * :call add(g:r, 'TabNew') let t:a='a' C tab split let t:a='b' @@ -186,13 +185,11 @@ describe('tab pages', function() === tab split === WinLeave TabLeave - TabNew WinEnter TabEnter === tabnew === WinLeave TabLeave - TabNew WinEnter TabEnter BufLeave @@ -225,7 +222,6 @@ describe('tab pages', function() === tabnew === WinLeave TabLeave - TabNew WinEnter TabEnter BufLeave |