Test: Oops
This commit is contained in:
parent
72f8090b04
commit
d98f6d139d
@ -28,9 +28,9 @@
|
|||||||
"=============================================================================
|
"=============================================================================
|
||||||
|
|
||||||
" Avoid source test files {{{
|
" Avoid source test files {{{
|
||||||
" if expand("%:p") ==# expand("<sfile>:p")
|
if expand("%:p") ==# expand("<sfile>:p")
|
||||||
" finish
|
finish
|
||||||
" endif
|
endif
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
let s:root_dir = matchstr(system('git rev-parse --show-cdup'), '[^\n]\+')
|
let s:root_dir = matchstr(system('git rev-parse --show-cdup'), '[^\n]\+')
|
||||||
|
@ -27,9 +27,9 @@
|
|||||||
" Test for `smartsign` feature for find motions
|
" Test for `smartsign` feature for find motions
|
||||||
|
|
||||||
" Avoid source test files {{{
|
" Avoid source test files {{{
|
||||||
" if expand("%:p") ==# expand("<sfile>:p")
|
if expand("%:p") ==# expand("<sfile>:p")
|
||||||
" finish
|
finish
|
||||||
" endif
|
endif
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
" Setup {{{
|
" Setup {{{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user