summaryrefslogtreecommitdiff
path: root/_config
diff options
context:
space:
mode:
authorNaoaki Ueda <uedan@solutionware.jp>2020-02-17 13:19:40 +0900
committerNaoaki Ueda <uedan@solutionware.jp>2020-02-17 13:47:41 +0900
commit0bf876171da909d2b5b52d1d3b45b5621cc3eedf (patch)
tree7ea8a5b8fd9a04d9ff1a356ee2c87f1d35fd5e01 /_config
parent5efb561eea6dbd90e93ce24cefa029c2452c2cb2 (diff)
downloadvimrc-0bf876171da909d2b5b52d1d3b45b5621cc3eedf.tar.gz
vimrc-0bf876171da909d2b5b52d1d3b45b5621cc3eedf.tar.bz2
vimrc-0bf876171da909d2b5b52d1d3b45b5621cc3eedf.zip
Fix vimrc and Gina settings.
Diffstat (limited to '_config')
-rw-r--r--_config/206-gina.vim49
1 files changed, 0 insertions, 49 deletions
diff --git a/_config/206-gina.vim b/_config/206-gina.vim
index 0bd8079..6d74df2 100644
--- a/_config/206-gina.vim
+++ b/_config/206-gina.vim
@@ -2,56 +2,7 @@ if empty(globpath(&rtp, 'autoload/gina.vim'))
finish
endif
-let g:gina#command#browse#translation_patterns = get(g:, 'gina#command#browse#translation_patterns', {})
-
call extend(g:gina#command#browse#translation_patterns, {
-\ 'github\.com': [
-\ [
-\ '\vhttps?://(%domain)/(.{-})/(.{-})%(\.git)?$',
-\ '\vgit://(%domain)/(.{-})/(.{-})%(\.git)?$',
-\ '\vgit\@(%domain):(.{-})/(.{-})%(\.git)?$',
-\ '\vssh://git\@(%domain)/(.{-})/(.{-})%(\.git)?$',
-\ ], {
-\ '_': 'https://\1/\2/\3/blob/%r0/%pt%{#L|}ls%{-L|}le',
-\ 'root': 'https://\1/\2/\3/tree/%r0/',
-\ 'blame': 'https://\1/\2/\3/blame/%r0/%pt%{#L|}ls%{-L|}le',
-\ 'compare': 'https://\1/\2/\3/compare/%h1...%h2',
-\ },
-\ ],
-\ 'gitlab\.com': [
-\ [
-\ '\vhttps?://(%domain)/(.{-})/(.{-})%(\.git)?$',
-\ '\vgit://(%domain)/(.{-})/(.{-})%(\.git)?$',
-\ '\vgit\@(%domain):(.{-})/(.{-})%(\.git)?$',
-\ '\vssh://git\@(%domain)/(.{-})/(.{-})%(\.git)?$',
-\ ], {
-\ '_': 'https://\1/\2/\3/blob/%r0/%pt%{#L|}ls%{-L|}le',
-\ 'root': 'https://\1/\2/\3/tree/%r0/',
-\ 'blame': 'https://\1/\2/\3/blame/%r0/%pt%{#L|}ls%{-L|}le',
-\ 'compare': 'https://\1/\2/\3/compare/%h1...%h2',
-\ },
-\ ],
-\ 'bitbucket\.org': [
-\ [
-\ '\vhttps?://(%domain)/(.{-})/(.{-})%(\.git)?$',
-\ '\vgit://(%domain)/(.{-})/(.{-})%(\.git)?$',
-\ '\vgit\@(%domain):(.{-})/(.{-})%(\.git)?$',
-\ '\vssh://git\@(%domain)/(.{-})/(.{-})%(\.git)?$',
-\ ], {
-\ '_': 'https://\1/\2/\3/src/%r0/%pt%{#cl-|}ls',
-\ 'root': 'https://\1/\2/\3/commits/%r0',
-\ 'blame': 'https://\1/\2/\3/annotate/%r0/%pt',
-\ 'compare': 'https://\1/\2/\3/diff/%pt?diff1=%h1&diff2=%h2',
-\ },
-\ ],
-\ '.*\.visualstudio\.com': [
-\ [
-\ '\vhttps?://(%domain)/(.{-})/_git/(.{-})$',
-\ ], {
-\ '_': 'https://\1/\2/_git/\3/?path=%pt&version=GB%r0%{&line=|}ls%{&lineEnd=|}le',
-\ 'root': 'https://\1/\2/_git/\3/?version=GB%r0',
-\ },
-\ ],
\ 'sfd.git.backlog.jp': [
\ [
\ '\vsfd\@%domain:/(.{-})/(.{-})%(\.git)?$',