From d98f6d139d743b565d864f79524aa951233319ad Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sat, 29 Mar 2014 20:27:19 +0900 Subject: [PATCH] Test: Oops --- t/easymotion_spec.vim | 6 +++--- t/smartsign_spec.vim | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 {{{