An open API service for software projects hosted on Open Collective.

github.com/neovim/go-client

Nvim Go client
https://github.com/neovim/go-client

Fix docs typo.

c537b25422b5092f1224d70fd2844e937d7c696f authored about 8 years ago
Add msgpack decode tests for extensions

- Test case for issue #15 is included.
- Bonus fix: nvim.New documentation error.

17d8b8f7b6c561c2208a988320f0336769f93caf authored over 8 years ago
Fix msgpack decode extension

c0d95ad30387a4192524dcc751a502d44a8bfeb5 authored over 8 years ago
Add Go 1.8 to Travis config

d752a44cdb9bb8dd85a3b50a2196937ec85a4582 authored over 8 years ago
Remove deprecated Pipeline type

Use Batch instead.

6c8c589c56851d373cf6c3ab7ee2399f1fb446a8 authored over 8 years ago
Fix Batch call with empty argument list

b6a9d8a7aa245088b61e91a4867c7dc963240c30 authored over 8 years ago
Merge branch 'nvim_buf_get_changedtick' of https://github.com/zchee/go-client into zchee-nvim_buf_get_changedtick

570b7a0825fc1132313a7b10154aafd519259e25 authored over 8 years ago
nvim: add BufferChangedTick fuction

Signed-off-by: Koichi Shiraishi <[email protected]>

0f2da0a11cf1b59770c6dbffe006316a3a198b22 authored over 8 years ago
nvim/apidef: add BufferChangedTick(nvim_buf_get_changedtick) template

Signed-off-by: Koichi Shiraishi <[email protected]>

17ba6963f5a4367e43b04f64ad8ce496147f24de authored over 8 years ago
Merge branch 'get_api_info' of https://github.com/zchee/go-client into zchee-get_api_info

540af4b277fa7b5b08e6caad5963bea651a9999f authored over 8 years ago
nvim/apitool: ignore nvim_call_{atomic,function} when compare

Signed-off-by: Koichi Shiraishi <[email protected]>

c5220c0f62020efb64162a6f7f16c92fe6c7e949 authored over 8 years ago
nvim: change get_api_info to new 'nvim_' suffix API

Signed-off-by: Koichi Shiraishi <[email protected]>

488ef2e18096baa66175eb4ecf54909c8004a1b5 authored over 8 years ago
Update README.md

Replace deprecated call to `rpcstart` with call to `jobstart`.

b4d0001757af5980b20bf246e900b9b0976a0a00 authored over 8 years ago
Improve documentation (#8)

- Add to the package comment.
- Note that Pipeline is deprecated.

c5f748f326fdc70c37110fa5867bce647e0d517c authored over 8 years ago
Execute notifications in order

2ba67b35ea08f186e4dc08c1fa298a69ced5a559 authored over 8 years ago
Improve nvim_ui_attach documentation

8465b171eab2b9f9223ad0838e52b79ef09dd1f3 authored over 8 years ago
Add Batch.Call

70a29e2f36c1f9e7c4f165960f5c9fe92bdbae95 authored over 8 years ago
Remove log file code from nvim/plugin

Because the log does not capture panic stack trace, it's better to wrap
the plugin with a simple...

115b7b4a99128086e694e913d101c35bbb2102ef authored over 8 years ago
Add support for nvim_call_atomic (#5)

Add Batch type for collecting API function calls and executing the
calls atomically using nvim_...

71e25ff7b5d1244a40237662a359bd9c5f24d72a authored almost 9 years ago
Improve doc and tests

e03b4546e4f74dbe31c6591d897bc707ead0b8f4 authored almost 9 years ago
msgpack: Allow map and slice arguments to Decode

Relax valid argument test in Decode. Add tests.

f90fcbac61c515f57dc4dafa444b412ad7305431 authored almost 9 years ago
Change license to Apache 2

bfc09b8cc1fe73d5467ac0f9d4a1288adb53e9d0 authored almost 9 years ago
First commit

f893c1d075915a0c1c7c2196c5e998f1ca2b0232 authored almost 9 years ago
Create README.md

07ce3254bc26cebdc08805b089b2f10d4e1a794a authored almost 10 years ago