Commit ada0455
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: gofmt1 parent fba3ac8 commit ada0455
5 files changed
+537
-54
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
45 | 65 | | |
46 | 66 | | |
47 | 67 | | |
| |||
72 | 92 | | |
73 | 93 | | |
74 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
75 | 102 | | |
76 | 103 | | |
77 | 104 | | |
| |||
95 | 122 | | |
96 | 123 | | |
97 | 124 | | |
98 | | - | |
| 125 | + | |
99 | 126 | | |
100 | 127 | | |
101 | 128 | | |
| |||
112 | 139 | | |
113 | 140 | | |
114 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
115 | 148 | | |
116 | 149 | | |
117 | 150 | | |
| |||
441 | 474 | | |
442 | 475 | | |
443 | 476 | | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
444 | 485 | | |
445 | 486 | | |
446 | 487 | | |
447 | 488 | | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
448 | 527 | | |
449 | 528 | | |
450 | 529 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
310 | 316 | | |
311 | 317 | | |
312 | 318 | | |
| |||
317 | 323 | | |
318 | 324 | | |
319 | 325 | | |
| 326 | + | |
| 327 | + | |
320 | 328 | | |
| 329 | + | |
| 330 | + | |
321 | 331 | | |
322 | 332 | | |
323 | 333 | | |
| |||
351 | 361 | | |
352 | 362 | | |
353 | 363 | | |
354 | | - | |
355 | | - | |
356 | | - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
357 | 368 | | |
358 | 369 | | |
359 | 370 | | |
| |||
0 commit comments