Sha

Results 7 issues of Sha

I use cquery in neovim through [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim). I found whenever I open a file in a project `/site/home/xxx/project` (this is the project root), there are two separate folders created in...

These commits introduce a new setup method which can handle more than one github accounts hosted by different github api url. The new method will have no effect for existing...

The following code can never run successfully from vim ```cpp #include #include int main() { int x = 3; std::cout

Currently, the map is simply `omap (operator-xxx) g@`. It doesn't check that the pending operation is the same as `(operator-xxx)`. Can we change it to the following? ```omap (v:operator ==...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] When I bind mount...

I use `` as a trigger key. If the expansion is failed, a string show as "

I tried to use this client to connect to a flask-socketio server. On the server side, I deliberately rejected the connection by returning `False` from the `@socketio.on('connect')` handler. Then the...