tyru / open-browser-github.vim

Open GitHub URL of current file, etc. from Vim editor (supported GitHub Enterprise)
BSD 3-Clause "New" or "Revised" License
173 stars 14 forks source link

Maybe you are opening a URL which is not git-push'ed yet. OK? が毎回表示される #12

Closed take closed 9 years ago

take commented 9 years ago

private repoの場合どうやら https://github.com/tyru/open-browser-github.vim/blob/22f01413daec5cc03ac06c473c7caec31dce85cc/autoload/openbrowser/github.vim#L102 が毎回falseを返すようなのですが、このチェックを設定で外すようなことはできますでしょうか?><

tyru commented 9 years ago

了解です。とりあえず無視する変数を追加します。しばらくお待ちください。

tyru commented 9 years ago

追加しました。.vimrcに次の設定を書いて試してみてください。

let g:openbrowser_github_url_exists_check = 'ignore'
tyru commented 9 years ago

すみません、url_exists_checkブランチにpushしたのでそっちを試してみてください。

take commented 9 years ago

@tyru ありがとうございます!!!!試してみましたところ想定通りの挙動を確認できました助かりますありがとうございます! :bow:

tyru commented 9 years ago

いえいえ、どういたしまして。