Test: Oops
This commit is contained in:
parent
72f8090b04
commit
d98f6d139d
@ -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]\+')
|
||||
|
@ -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 {{{
|
||||
|
Loading…
Reference in New Issue
Block a user