UsePlugin 'gina.vim' 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', \ }, \ ], \})