summaryrefslogtreecommitdiff
path: root/_config/206-gina.vim
blob: 6d74df281ab85a3e1ecd0fe3f01b2f9778086f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if empty(globpath(&rtp, 'autoload/gina.vim'))
  finish
endif

call extend(g:gina#command#browse#translation_patterns, {
\   'sfd.git.backlog.jp': [
\   [
\     '\vsfd\@%domain:/(.{-})/(.{-})%(\.git)?$',
\   ], {
\     'root':  'https://sfd.backlog.jp/git/\1/\2/tree/%r1/',
\     '_':     'https://sfd.backlog.jp/git/\1/\2/blob/%r1/%pt%{#|}ls%{-}le',
\     'exact': 'https://sfd.backlog.jp/git/\1/\2/blob/%h1/%pt%{#|}ls%{-}le',
\   },
\ ],
\})