CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 22:05:46 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/neovim/neovim.git
etag: W/"30bde1a0950e204b5a0bd6d8a9d465e9"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=z81AeX%2B3m49Q%2B0GFJdt8wYdY1SAy%2F875w4YGITDlu6fsu1iz3VhZVjACwL5xDkp8Wb%2FJZDK6Eo0oQ6ZcobLW7a08v6tBF75p10MGzTzGqVC8gYleZYe9U3ygO0UEcvbDUYyWUFDEj5%2BByUuHA3LlLB5cF%2BGCRZhR7NQ9eExFgchoYJQ8oGFwzOvfj6HiCWdP5nc0VRUAOfIeX1WInwzzu3YrGvmD37XMz8SY8R9t%2BB28QeREhAEbwmXy%2Buc7gOjbRSa82u3g6a5dT0me%2Fp6S%2FQ%3D%3D--rRG0p10D%2FE9BwOA%2F--qnLs0WB2Grz4W%2FHkErnJzg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.954321057.1753308345; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 22:05:45 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 22:05:45 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C966:36131:110E9C7:14621B9:68815CB9
feat(api, lua): support converting nested Funcref back to LuaRef (#17… · neovim/neovim@cac90d2 · GitHub
Copy file name to clipboardExpand all lines: src/nvim/api/private/converter.c
Copy file name to clipboardExpand all lines: test/functional/lua/vim_spec.lua
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit cac90d2
File tree
Expand file treeCollapse file tree
3 files changed
+95
-36
lines changedFilter options
- src/nvim
- api/private
- lua
- test/functional/lua
Expand file treeCollapse file tree
3 files changed
+95
-36
lines changedsrc/nvim/api/private/converter.c
Copy file name to clipboardExpand all lines: src/nvim/api/private/converter.c+8-9Lines changed: 8 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 |
| |
69 | 76 |
| |
70 | 77 |
| |
| |||
231 | 238 |
| |
232 | 239 |
| |
233 | 240 |
| |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 | 241 |
| |
243 | 242 |
| |
244 | 243 |
| |
|
+7-9Lines changed: 7 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
479 |
| - | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
480 | 486 |
| |
481 | 487 |
| |
482 | 488 |
| |
| |||
615 | 621 |
| |
616 | 622 |
| |
617 | 623 |
| |
618 |
| - | |
619 |
| - | |
620 |
| - | |
621 |
| - | |
622 |
| - | |
623 |
| - | |
624 |
| - | |
625 |
| - | |
626 | 624 |
| |
627 | 625 |
| |
628 | 626 |
| |
|
test/functional/lua/vim_spec.lua
Copy file name to clipboardExpand all lines: test/functional/lua/vim_spec.lua+80-18Lines changed: 80 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
743 | 743 |
| |
744 | 744 |
| |
745 | 745 |
| |
746 |
| - | |
| 746 | + | |
747 | 747 |
| |
748 | 748 |
| |
749 | 749 |
| |
| |||
771 | 771 |
| |
772 | 772 |
| |
773 | 773 |
| |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
774 | 780 |
| |
775 | 781 |
| |
776 | 782 |
| |
| |||
993 | 999 |
| |
994 | 1000 |
| |
995 | 1001 |
| |
996 |
| - | |
997 |
| - | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
998 | 1007 |
| |
999 | 1008 |
| |
1000 | 1009 |
| |
| |||
1006 | 1015 |
| |
1007 | 1016 |
| |
1008 | 1017 |
| |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
1009 | 1022 |
| |
1010 | 1023 |
| |
1011 | 1024 |
| |
1012 |
| - | |
1013 |
| - | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
1014 | 1030 |
| |
1015 | 1031 |
| |
1016 | 1032 |
| |
| |||
1022 | 1038 |
| |
1023 | 1039 |
| |
1024 | 1040 |
| |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
1025 | 1045 |
| |
1026 | 1046 |
| |
1027 | 1047 |
| |
| |||
1072 | 1092 |
| |
1073 | 1093 |
| |
1074 | 1094 |
| |
1075 |
| - | |
1076 |
| - | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
1077 | 1100 |
| |
1078 | 1101 |
| |
1079 | 1102 |
| |
| |||
1085 | 1108 |
| |
1086 | 1109 |
| |
1087 | 1110 |
| |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
1088 | 1115 |
| |
1089 | 1116 |
| |
1090 | 1117 |
| |
1091 |
| - | |
1092 |
| - | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
1093 | 1123 |
| |
1094 | 1124 |
| |
1095 | 1125 |
| |
| |||
1101 | 1131 |
| |
1102 | 1132 |
| |
1103 | 1133 |
| |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
1104 | 1138 |
| |
1105 | 1139 |
| |
1106 | 1140 |
| |
| |||
1141 | 1175 |
| |
1142 | 1176 |
| |
1143 | 1177 |
| |
1144 |
| - | |
1145 |
| - | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
1146 | 1183 |
| |
1147 | 1184 |
| |
1148 | 1185 |
| |
| |||
1154 | 1191 |
| |
1155 | 1192 |
| |
1156 | 1193 |
| |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
1157 | 1198 |
| |
1158 | 1199 |
| |
1159 | 1200 |
| |
1160 |
| - | |
1161 |
| - | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
1162 | 1206 |
| |
1163 | 1207 |
| |
1164 | 1208 |
| |
| |||
1170 | 1214 |
| |
1171 | 1215 |
| |
1172 | 1216 |
| |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
1173 | 1221 |
| |
1174 | 1222 |
| |
1175 | 1223 |
| |
| |||
1205 | 1253 |
| |
1206 | 1254 |
| |
1207 | 1255 |
| |
1208 |
| - | |
1209 |
| - | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
1210 | 1261 |
| |
1211 | 1262 |
| |
1212 | 1263 |
| |
| |||
1218 | 1269 |
| |
1219 | 1270 |
| |
1220 | 1271 |
| |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
1221 | 1276 |
| |
1222 | 1277 |
| |
1223 | 1278 |
| |
1224 |
| - | |
1225 |
| - | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
1226 | 1284 |
| |
1227 | 1285 |
| |
1228 | 1286 |
| |
| |||
1234 | 1292 |
| |
1235 | 1293 |
| |
1236 | 1294 |
| |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
1237 | 1299 |
| |
1238 | 1300 |
| |
1239 | 1301 |
| |
|
You can’t perform that action at this time.
0 commit comments