Commit 23ee309
authored
nvim: support v0.9.1 APIs (#156)
* github/workflows: update nvim version to v0.9.1
* nvim: add alias of Cmd to Dictionary
* nvim: add deprecatedSince to some APIs and fix Exec args
* nvim: go generate
* nvim: support v0.9.1 APIs
* nvim: go generate
* nvim: fix Exec args on testcases
* nvim: add HL testcase to testHighlight
* nvim: add SetFocusUI testcase
* nvim: add ColorByName testcase
---------
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>1 parent b71b04c commit 23ee309
File tree
8 files changed
+378
-263
lines changed- .github/workflows
- nvim
- plugin
8 files changed
+378
-263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
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 | |
|---|---|---|---|
| |||
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
954 | | - | |
955 | | - | |
| 954 | + | |
| 955 | + | |
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
| |||
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
1010 | 1015 | | |
1011 | 1016 | | |
1012 | 1017 | | |
| |||
1060 | 1065 | | |
1061 | 1066 | | |
1062 | 1067 | | |
1063 | | - | |
1064 | | - | |
| 1068 | + | |
| 1069 | + | |
1065 | 1070 | | |
1066 | 1071 | | |
1067 | 1072 | | |
| |||
1078 | 1083 | | |
1079 | 1084 | | |
1080 | 1085 | | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
1081 | 1110 | | |
1082 | 1111 | | |
1083 | 1112 | | |
| |||
1088 | 1117 | | |
1089 | 1118 | | |
1090 | 1119 | | |
| 1120 | + | |
1091 | 1121 | | |
1092 | 1122 | | |
1093 | 1123 | | |
| |||
1111 | 1141 | | |
1112 | 1142 | | |
1113 | 1143 | | |
| 1144 | + | |
1114 | 1145 | | |
1115 | 1146 | | |
1116 | 1147 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments