diff --git a/t/easymotion_spec.vim b/t/easymotion_spec.vim index 0f4f434..afa621d 100644 --- a/t/easymotion_spec.vim +++ b/t/easymotion_spec.vim @@ -28,9 +28,9 @@ "============================================================================= " Avoid source test files {{{ -" if expand("%:p") ==# expand(":p") -" finish -" endif +if expand("%:p") ==# expand(":p") + finish +endif "}}} let s:root_dir = matchstr(system('git rev-parse --show-cdup'), '[^\n]\+') diff --git a/t/smartsign_spec.vim b/t/smartsign_spec.vim index 3c31a33..f02d504 100644 --- a/t/smartsign_spec.vim +++ b/t/smartsign_spec.vim @@ -27,9 +27,9 @@ " Test for `smartsign` feature for find motions " Avoid source test files {{{ -" if expand("%:p") ==# expand(":p") -" finish -" endif +if expand("%:p") ==# expand(":p") + finish +endif "}}} " Setup {{{