-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to neovim/neovim@a225374 API #36
* nvim: add map[string]int to Dictionary for ColorMap * nvim: support neovim/neovim@a225374 api * nvim: go generate * nvim: add CallDict(nvim_call_dict_function) * nvim: fix typo * nvim: trim 'List' prefix and Channels returns the pointer slice * nvim: add Process and UI struct * nvim: change UIs and Proc(Children) return type to correspond type * nvim: go generate * nvim: change ChannelInfo return type to pointer * nvim: go generate * nvim: change Channel to pointer on nvimTypes map * nvim: implements Client struct * nvim: add godoc comment to Channel and Process struct * nvim: split additional struct types to types.go * nvim/apitool: add some C type to nvimTypes map * nvim: add Version,ClientType,Methods,Attributes and Client for Channel * nvim: go generate * nvim: add Command type and fix {Buffer}Commands return map type * nvim: go generate * nvim: change Version type to struct instead of map * nvim: `map[string]*Command` type to Dictionary * nvim: fix SetClientInfo arguments type * nvim: re-implements several types for SetClientInfo function * nvim: go generate * nvim: fix Version.Major msgpack struct tag * nvim: increase LICENSE Year * nvim: rename some Client related type name to add `Client` prefix * nvim: go generate * nvim: add some godoc comment and format * nvim: fix spell "Deprecated: Use etc" consistently ref: golang/go@9a0a150 * nvim: go generate * nvim: gofmt
- Loading branch information
Showing
5 changed files
with
537 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.