Gerep

Results 5 comments of Gerep
trafficstars

And here I just see: `"Connecting to chat.freenode.net..."` or `"Connecting to irc.freenode.net..."` I'm under Chromium Version 32.0.1700.77 (244343)

A working example =) ``` function _git_open() { local word=${COMP_WORDS[COMP_CWORD]} local local_branches=$(__git_heads) local remote_branches=$(git branch -r | sed 's/[->]//g') COMPREPLY=($(compgen -W "$local_branches $remote_branches" -- "${word}")) } complete -F _git_open git-open...

@eelucaslima this script will work if using `bash` but no `sh`. It also depends on git autocomplete script, for both shells.

@ObaniGemini, I had this issue; the setup was not running. It turns out I was using the addon from Godot's addon library, which is very old. I installed it manually,...