Test: Oops

This commit is contained in:
haya14busa 2014-03-29 20:27:19 +09:00
parent 72f8090b04
commit d98f6d139d
2 changed files with 6 additions and 6 deletions

View File

@ -28,9 +28,9 @@
"=============================================================================
" Avoid source test files {{{
" if expand("%:p") ==# expand("<sfile>:p")
" finish
" endif
if expand("%:p") ==# expand("<sfile>:p")
finish
endif
"}}}
let s:root_dir = matchstr(system('git rev-parse --show-cdup'), '[^\n]\+')

View File

@ -27,9 +27,9 @@
" Test for `smartsign` feature for find motions
" Avoid source test files {{{
" if expand("%:p") ==# expand("<sfile>:p")
" finish
" endif
if expand("%:p") ==# expand("<sfile>:p")
finish
endif
"}}}
" Setup {{{