|
332 | 332 | "node_id": "IC_kwDOAPphoM5CkO8_",
|
333 | 333 | "performed_via_github_app": null,
|
334 | 334 | "reactions": {
|
335 |
| - "+1": 3, |
| 335 | + "+1": 4, |
336 | 336 | "-1": 0,
|
337 | 337 | "confused": 0,
|
338 | 338 | "eyes": 0,
|
339 | 339 | "heart": 0,
|
340 | 340 | "hooray": 0,
|
341 | 341 | "laugh": 0,
|
342 | 342 | "rocket": 0,
|
343 |
| - "total_count": 3, |
| 343 | + "total_count": 4, |
344 | 344 | "url": "https://api.github.com/repos/neovim/neovim/issues/comments/1116794687/reactions"
|
345 | 345 | },
|
346 | 346 | "updated_at": "2024-06-24T13:13:44Z",
|
|
726 | 726 | "url": "https://api.github.com/users/justinmk",
|
727 | 727 | "user_view_type": "public"
|
728 | 728 | }
|
| 729 | + }, |
| 730 | + { |
| 731 | + "author_association": "CONTRIBUTOR", |
| 732 | + "body": "@justinmk Hi, I think the first comment is wrong, in both vim and neovim, we can use `g:` to get all values, but we can not set `g:` directly.\n\nfor example `let g: = {}` cause `E475: Invalid argument: g: = {}`, but we can use `:echo g:` to get all global values.\n\nso the example should be:\n\n```vim\nlua vim.g.x = 1\n\necho g:\n\n\" Ruslt: {'x' : 1, 'other_var' : 2}\n```\n\nIt is https://github.com/neovim/neovim/issues/12544#issuecomment-657122718\n\n", |
| 733 | + "created_at": "2025-02-02T14:20:46Z", |
| 734 | + "html_url": "https://github.com/neovim/neovim/issues/12544#issuecomment-2629416196", |
| 735 | + "id": 2629416196, |
| 736 | + "issue_url": "https://api.github.com/repos/neovim/neovim/issues/12544", |
| 737 | + "node_id": "IC_kwDOAPphoM6cubUE", |
| 738 | + "performed_via_github_app": null, |
| 739 | + "reactions": { |
| 740 | + "+1": 0, |
| 741 | + "-1": 0, |
| 742 | + "confused": 0, |
| 743 | + "eyes": 0, |
| 744 | + "heart": 0, |
| 745 | + "hooray": 0, |
| 746 | + "laugh": 0, |
| 747 | + "rocket": 0, |
| 748 | + "total_count": 0, |
| 749 | + "url": "https://api.github.com/repos/neovim/neovim/issues/comments/2629416196/reactions" |
| 750 | + }, |
| 751 | + "updated_at": "2025-02-02T14:28:43Z", |
| 752 | + "url": "https://api.github.com/repos/neovim/neovim/issues/comments/2629416196", |
| 753 | + "user": { |
| 754 | + "avatar_url": "https://avatars.githubusercontent.com/u/13142418?v=4", |
| 755 | + "events_url": "https://api.github.com/users/wsdjeg/events{/privacy}", |
| 756 | + "followers_url": "https://api.github.com/users/wsdjeg/followers", |
| 757 | + "following_url": "https://api.github.com/users/wsdjeg/following{/other_user}", |
| 758 | + "gists_url": "https://api.github.com/users/wsdjeg/gists{/gist_id}", |
| 759 | + "gravatar_id": "", |
| 760 | + "html_url": "https://github.com/wsdjeg", |
| 761 | + "id": 13142418, |
| 762 | + "login": "wsdjeg", |
| 763 | + "node_id": "MDQ6VXNlcjEzMTQyNDE4", |
| 764 | + "organizations_url": "https://api.github.com/users/wsdjeg/orgs", |
| 765 | + "received_events_url": "https://api.github.com/users/wsdjeg/received_events", |
| 766 | + "repos_url": "https://api.github.com/users/wsdjeg/repos", |
| 767 | + "site_admin": false, |
| 768 | + "starred_url": "https://api.github.com/users/wsdjeg/starred{/owner}{/repo}", |
| 769 | + "subscriptions_url": "https://api.github.com/users/wsdjeg/subscriptions", |
| 770 | + "type": "User", |
| 771 | + "url": "https://api.github.com/users/wsdjeg", |
| 772 | + "user_view_type": "public" |
| 773 | + } |
729 | 774 | }
|
730 | 775 | ],
|
731 |
| - "comments": 16, |
| 776 | + "comments": 17, |
732 | 777 | "comments_url": "https://api.github.com/repos/neovim/neovim/issues/12544/comments",
|
733 | 778 | "created_at": "2020-06-26T12:32:27Z",
|
734 | 779 | "events_url": "https://api.github.com/repos/neovim/neovim/issues/12544/events",
|
|
785 | 830 | "locked": false,
|
786 | 831 | "milestone": {
|
787 | 832 | "closed_at": null,
|
788 |
| - "closed_issues": 686, |
| 833 | + "closed_issues": 691, |
789 | 834 | "created_at": "2014-05-10T20:43:04Z",
|
790 | 835 | "creator": {
|
791 | 836 | "avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
|
|
815 | 860 | "labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
|
816 | 861 | "node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
|
817 | 862 | "number": 6,
|
818 |
| - "open_issues": 635, |
| 863 | + "open_issues": 634, |
819 | 864 | "state": "open",
|
820 | 865 | "title": "backlog",
|
821 |
| - "updated_at": "2025-01-21T00:09:37Z", |
| 866 | + "updated_at": "2025-02-03T17:13:43Z", |
822 | 867 | "url": "https://api.github.com/repos/neovim/neovim/milestones/6"
|
823 | 868 | },
|
824 | 869 | "node_id": "MDU6SXNzdWU2NDYyMzA5MDM=",
|
|
846 | 891 | },
|
847 | 892 | "timeline_url": "https://api.github.com/repos/neovim/neovim/issues/12544/timeline",
|
848 | 893 | "title": "Lua: store metatables on vim.b/vim.w/vim.t/vim.v scopes",
|
849 |
| - "updated_at": "2025-01-17T16:01:55Z", |
| 894 | + "updated_at": "2025-02-02T14:28:43Z", |
850 | 895 | "url": "https://api.github.com/repos/neovim/neovim/issues/12544",
|
851 | 896 | "user": {
|
852 | 897 | "avatar_url": "https://avatars.githubusercontent.com/u/4466899?v=4",
|
|
0 commit comments