Ecosyste.ms: OpenCollective

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 over 7 years ago by Ali Afshar <[email protected]>
Add msgpack decode tests for extensions

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

17d8b8f7b6c561c2208a988320f0336769f93caf authored over 7 years ago by Gary Burd <[email protected]>
Fix msgpack decode extension

c0d95ad30387a4192524dcc751a502d44a8bfeb5 authored over 7 years ago by Dongdong Zhou <[email protected]>
Add Go 1.8 to Travis config

d752a44cdb9bb8dd85a3b50a2196937ec85a4582 authored almost 8 years ago by Gary Burd <[email protected]>
Remove deprecated Pipeline type

Use Batch instead.

6c8c589c56851d373cf6c3ab7ee2399f1fb446a8 authored almost 8 years ago by Gary Burd <[email protected]>
Fix Batch call with empty argument list

b6a9d8a7aa245088b61e91a4867c7dc963240c30 authored almost 8 years ago by Gary Burd <[email protected]>
Merge branch 'nvim_buf_get_changedtick' of https://github.com/zchee/go-client into zchee-nvim_buf_get_changedtick

570b7a0825fc1132313a7b10154aafd519259e25 authored almost 8 years ago by Gary Burd <[email protected]>
nvim: add BufferChangedTick fuction

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

0f2da0a11cf1b59770c6dbffe006316a3a198b22 authored almost 8 years ago by Koichi Shiraishi <[email protected]>
nvim/apidef: add BufferChangedTick(nvim_buf_get_changedtick) template

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

17ba6963f5a4367e43b04f64ad8ce496147f24de authored almost 8 years ago by Koichi Shiraishi <[email protected]>
Merge branch 'get_api_info' of https://github.com/zchee/go-client into zchee-get_api_info

540af4b277fa7b5b08e6caad5963bea651a9999f authored almost 8 years ago by Gary Burd <[email protected]>
nvim/apitool: ignore nvim_call_{atomic,function} when compare

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

c5220c0f62020efb64162a6f7f16c92fe6c7e949 authored almost 8 years ago by Koichi Shiraishi <[email protected]>
nvim: change get_api_info to new 'nvim_' suffix API

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

488ef2e18096baa66175eb4ecf54909c8004a1b5 authored almost 8 years ago by Koichi Shiraishi <[email protected]>
Update README.md

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

b4d0001757af5980b20bf246e900b9b0976a0a00 authored about 8 years ago by Gary Burd <[email protected]>
Improve documentation (#8)

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

c5f748f326fdc70c37110fa5867bce647e0d517c authored about 8 years ago by Gary Burd <[email protected]>
Execute notifications in order

2ba67b35ea08f186e4dc08c1fa298a69ced5a559 authored about 8 years ago by Gary Burd <[email protected]>
Improve nvim_ui_attach documentation

8465b171eab2b9f9223ad0838e52b79ef09dd1f3 authored about 8 years ago by Gary Burd <[email protected]>
Add Batch.Call

70a29e2f36c1f9e7c4f165960f5c9fe92bdbae95 authored about 8 years ago by Gary Burd <[email protected]>
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 about 8 years ago by Gary Burd <[email protected]>
Add support for nvim_call_atomic (#5)

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

71e25ff7b5d1244a40237662a359bd9c5f24d72a authored about 8 years ago by Gary Burd <[email protected]>
Improve doc and tests

e03b4546e4f74dbe31c6591d897bc707ead0b8f4 authored about 8 years ago by Gary Burd <[email protected]>
msgpack: Allow map and slice arguments to Decode

Relax valid argument test in Decode. Add tests.

f90fcbac61c515f57dc4dafa444b412ad7305431 authored about 8 years ago by Gary Burd <[email protected]>
Change license to Apache 2

bfc09b8cc1fe73d5467ac0f9d4a1288adb53e9d0 authored about 8 years ago by Gary Burd <[email protected]>
First commit

f893c1d075915a0c1c7c2196c5e998f1ca2b0232 authored about 8 years ago by Gary Burd <[email protected]>
Create README.md

07ce3254bc26cebdc08805b089b2f10d4e1a794a authored over 9 years ago by Paul Jolly <[email protected]>