Koichi Shiraishi
Koichi Shiraishi
@justinmk @mhinz Are there any other language remote plugin SDKs already implemented call `nvim_set_client_info` api in SDK side?
@justinmk Ah, I just wanted to refer to the implementation. I intended to refer to the place to called that API. Thanks for information. I found related code in pynvim.
/cc @justinmk My Interpretation is correct?
@justinmk I will more detail comment later.
Just in case, > But AFAIK remote/define.vim already manages autocmds as needed I said `once` feature means `++once` arg on autocmd. https://github.com/neovim/neovim/commit/3259e45f926bcde4052e8b989e039f6047c2b205 The garyburd styles `remote#host#Register` usage for Go plugin...
Just for confirm, in case of vim script, when register some func to `CursorMoved` autocmd with `++once`, that func will called when only of first `CursorMoved` event, right?
@mhinz Thanks, so describe to how to use in Go with pseudo code later.
@nsf Hmm... The time to write gocode v2 came? If you really lack of motivation and free time, As I said before, I want to try to develop the alternative...
@nsf thanks for describing your thought. Now Go core uses package cache, gocode doesn't support yet. But certainly gocode still fast completion engine for Go. Now didn't time comes and...
@nsf I tried also https://github.com/nsf/gocode/commit/77f5eaf94d9ac800c1683b63484a459c63a80ec7, but yeah doesn't visible `ok`. so give up. But understand you opinion. BTW, sorry nit: ```go select { case foo, ok :=