diff --git a/test/vspec/goto.vim b/test/vspec/goto.vim index 002f793..c5306f6 100644 --- a/test/vspec/goto.vim +++ b/test/vspec/goto.vim @@ -73,27 +73,6 @@ describe 'goto with tabs:' Expect tabpagenr('$') == 1 Expect bufname('%') == '' end - - " it 'multi definitions' - " " This used to behave differently. Now we don't have any real multi - " " definitions. - " - " " put = ['import tokenize'] - " " normal G$\d - " " Expect CurrentBufferIsModule('tokenize') == 1 - " " Expect CurrentBufferIsModule('token') == 0 - " " execute "normal \" - " " Expect tabpagenr('$') == 2 - " " Expect winnr('$') == 1 - " " Expect CurrentBufferIsModule('token') == 1 - " - " " bd - " " normal G$\d - " " execute "normal j\" - " " Expect tabpagenr('$') == 2 - " " Expect winnr('$') == 1 - " " Expect CurrentBufferIsModule('tokenize') == 1 - " end end @@ -124,25 +103,6 @@ describe 'goto with buffers' Expect line('.') == 1 Expect col('.') == 1 end - - " it 'multi definitions' - " " set hidden - " " put = ['import tokenize'] - " " normal G$\d - " " Expect CurrentBufferIsModule('tokenize') == 0 - " " Expect CurrentBufferIsModule('token') == 0 - " " execute "normal \" - " " Expect tabpagenr('$') == 1 - " " Expect winnr('$') == 1 - " " Expect CurrentBufferIsModule('token') == 1 - " - " " bd - " " normal G$\d - " " execute "normal j\" - " " Expect tabpagenr('$') == 1 - " " Expect winnr('$') == 1 - " " Expect CurrentBufferIsModule('tokenize') == 1 - " end end