Update 2024-12-15 14:45 OpenBSD/amd64-t14
This commit is contained in:
18
.vim/pack/plugins/start/vim-conflict-marker/test/.themisrc
Normal file
18
.vim/pack/plugins/start/vim-conflict-marker/test/.themisrc
Normal file
@@ -0,0 +1,18 @@
|
||||
let g:repo_root = fnamemodify(expand('<sfile>'), ':h:h')
|
||||
|
||||
call themis#option('exclude', g:repo_root . '/test/profile.txt')
|
||||
call themis#option('exclude', g:repo_root . '/test/README.md')
|
||||
call themis#option('exclude', g:repo_root . '/test/.coveragerc')
|
||||
call themis#option('exclude', g:repo_root . '/test/.gitignore')
|
||||
call themis#helper('command').with(themis#helper('assert'))
|
||||
|
||||
if $PROFILE_LOG !=# ''
|
||||
execute 'profile' 'start' $PROFILE_LOG
|
||||
execute 'profile!' 'file' g:repo_root . '/autoload/conflict_marker.vim'
|
||||
execute 'profile!' 'file' g:repo_root . '/autoload/conflict_marker/detect.vim'
|
||||
execute 'profile!' 'file' g:repo_root . '/plugin/conflict_marker.vim'
|
||||
endif
|
||||
|
||||
call themis#option('runtimepath', expand(g:repo_root))
|
||||
|
||||
syntax on
|
||||
Reference in New Issue
Block a user