tests: remove unnecessary cpo saving
This commit is contained in:
parent
47cdf9b946
commit
66e274cfa6
@ -1,6 +1,3 @@
|
|||||||
let s:cpo_save=&cpo
|
|
||||||
set cpo&vim
|
|
||||||
|
|
||||||
UTSuite [Gundo] Testing Toggling
|
UTSuite [Gundo] Testing Toggling
|
||||||
|
|
||||||
function! s:Setup()"{{{
|
function! s:Setup()"{{{
|
||||||
@ -65,5 +62,3 @@ function! s:TestToggleBranches()"{{{
|
|||||||
call g:MoveUp()
|
call g:MoveUp()
|
||||||
Assert g:CurrentLineContains("|/")
|
Assert g:CurrentLineContains("|/")
|
||||||
endfunction"}}}
|
endfunction"}}}
|
||||||
|
|
||||||
let &cpo=s:cpo_save
|
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
let s:cpo_save=&cpo
|
|
||||||
set cpo&vim
|
|
||||||
|
|
||||||
UTSuite [Gundo] Testing Toggling
|
UTSuite [Gundo] Testing Toggling
|
||||||
|
|
||||||
function! s:Setup()"{{{
|
function! s:Setup()"{{{
|
||||||
@ -124,5 +121,3 @@ function! s:TestToggleReturnToTarget()"{{{
|
|||||||
" We should be returned to test2
|
" We should be returned to test2
|
||||||
Assert expand('%') == 'test2'
|
Assert expand('%') == 'test2'
|
||||||
endfunction"}}}
|
endfunction"}}}
|
||||||
|
|
||||||
let &cpo=s:cpo_save
|
|
||||||
|
Loading…
Reference in New Issue
Block a user