|
422 | 422 | "node_id": "IC_kwDOAPphoM5DoSSA", |
423 | 423 | "performed_via_github_app": null, |
424 | 424 | "reactions": { |
425 | | - "+1": 1, |
| 425 | + "+1": 2, |
426 | 426 | "-1": 0, |
427 | 427 | "confused": 0, |
428 | 428 | "eyes": 0, |
429 | 429 | "heart": 0, |
430 | 430 | "hooray": 0, |
431 | 431 | "laugh": 0, |
432 | 432 | "rocket": 0, |
433 | | - "total_count": 1, |
| 433 | + "total_count": 2, |
434 | 434 | "url": "https://api.github.com/repos/neovim/neovim/issues/comments/1134634112/reactions" |
435 | 435 | }, |
436 | 436 | "updated_at": "2022-05-23T12:56:53Z", |
|
647 | 647 | "node_id": "IC_kwDOAPphoM5DoXyh", |
648 | 648 | "performed_via_github_app": null, |
649 | 649 | "reactions": { |
650 | | - "+1": 5, |
| 650 | + "+1": 8, |
651 | 651 | "-1": 0, |
652 | 652 | "confused": 0, |
653 | 653 | "eyes": 0, |
654 | 654 | "heart": 0, |
655 | 655 | "hooray": 0, |
656 | 656 | "laugh": 0, |
657 | 657 | "rocket": 0, |
658 | | - "total_count": 5, |
| 658 | + "total_count": 8, |
659 | 659 | "url": "https://api.github.com/repos/neovim/neovim/issues/comments/1134656673/reactions" |
660 | 660 | }, |
661 | 661 | "updated_at": "2022-05-23T13:07:55Z", |
|
681 | 681 | "url": "https://api.github.com/users/andmis", |
682 | 682 | "user_view_type": "public" |
683 | 683 | } |
| 684 | + }, |
| 685 | + { |
| 686 | + "author_association": "NONE", |
| 687 | + "body": "Just a note for other that might find this issue. A workaround that is functional enough for my plugin's buffer is to do:\n```lua\n...set extmark with virt_lines_above = true on row=0 of buf...\nlocal win = vim.fn.bufwinid(buf)\n-- execute winrestview in context of win:\nvim.fn.win_execute(win, 'lua vim.fn.winrestview({ topfill = ' .. topfill .. ' })')\n\nvim.api.nvim_create_autocmd({ 'CursorMoved', 'CursorMovedI' }, {\n group = my_augroup,\n buffer = buf,\n callback = function()\n local win = vim.fn.bufwinid(buf)\n -- execute winrestview in context of win:\n vim.fn.win_execute(win, 'lua vim.fn.winrestview({ topfill = ' .. topfill .. ' })')\n end,\n })\n```", |
| 688 | + "created_at": "2025-05-29T08:59:29Z", |
| 689 | + "html_url": "https://github.com/neovim/neovim/issues/16166#issuecomment-2918768397", |
| 690 | + "id": 2918768397, |
| 691 | + "issue_url": "https://api.github.com/repos/neovim/neovim/issues/16166", |
| 692 | + "node_id": "IC_kwDOAPphoM6t-N8N", |
| 693 | + "performed_via_github_app": null, |
| 694 | + "reactions": { |
| 695 | + "+1": 0, |
| 696 | + "-1": 0, |
| 697 | + "confused": 0, |
| 698 | + "eyes": 0, |
| 699 | + "heart": 0, |
| 700 | + "hooray": 0, |
| 701 | + "laugh": 0, |
| 702 | + "rocket": 0, |
| 703 | + "total_count": 0, |
| 704 | + "url": "https://api.github.com/repos/neovim/neovim/issues/comments/2918768397/reactions" |
| 705 | + }, |
| 706 | + "updated_at": "2025-05-29T09:16:31Z", |
| 707 | + "url": "https://api.github.com/repos/neovim/neovim/issues/comments/2918768397", |
| 708 | + "user": { |
| 709 | + "avatar_url": "https://avatars.githubusercontent.com/u/95201?v=4", |
| 710 | + "events_url": "https://api.github.com/users/MagicDuck/events{/privacy}", |
| 711 | + "followers_url": "https://api.github.com/users/MagicDuck/followers", |
| 712 | + "following_url": "https://api.github.com/users/MagicDuck/following{/other_user}", |
| 713 | + "gists_url": "https://api.github.com/users/MagicDuck/gists{/gist_id}", |
| 714 | + "gravatar_id": "", |
| 715 | + "html_url": "https://github.com/MagicDuck", |
| 716 | + "id": 95201, |
| 717 | + "login": "MagicDuck", |
| 718 | + "node_id": "MDQ6VXNlcjk1MjAx", |
| 719 | + "organizations_url": "https://api.github.com/users/MagicDuck/orgs", |
| 720 | + "received_events_url": "https://api.github.com/users/MagicDuck/received_events", |
| 721 | + "repos_url": "https://api.github.com/users/MagicDuck/repos", |
| 722 | + "site_admin": false, |
| 723 | + "starred_url": "https://api.github.com/users/MagicDuck/starred{/owner}{/repo}", |
| 724 | + "subscriptions_url": "https://api.github.com/users/MagicDuck/subscriptions", |
| 725 | + "type": "User", |
| 726 | + "url": "https://api.github.com/users/MagicDuck", |
| 727 | + "user_view_type": "public" |
| 728 | + } |
684 | 729 | } |
685 | 730 | ], |
686 | | - "comments": 15, |
| 731 | + "comments": 16, |
687 | 732 | "comments_url": "https://api.github.com/repos/neovim/neovim/issues/16166/comments", |
688 | 733 | "created_at": "2021-10-28T23:19:38Z", |
689 | 734 | "events_url": "https://api.github.com/repos/neovim/neovim/issues/16166/events", |
|
720 | 765 | { |
721 | 766 | "color": "c5def5", |
722 | 767 | "default": false, |
723 | | - "description": "marks, extmarks, decorations, virtual text, namespaces", |
| 768 | + "description": "marks, extmarks, decorations, virtual text", |
724 | 769 | "id": 1680119719, |
725 | 770 | "name": "marks", |
726 | 771 | "node_id": "MDU6TGFiZWwxNjgwMTE5NzE5", |
|
731 | 776 | "locked": false, |
732 | 777 | "milestone": { |
733 | 778 | "closed_at": null, |
734 | | - "closed_issues": 686, |
| 779 | + "closed_issues": 720, |
735 | 780 | "created_at": "2014-05-10T20:43:04Z", |
736 | 781 | "creator": { |
737 | 782 | "avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4", |
|
761 | 806 | "labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels", |
762 | 807 | "node_id": "MDk6TWlsZXN0b25lNjU1MDM3", |
763 | 808 | "number": 6, |
764 | | - "open_issues": 635, |
| 809 | + "open_issues": 631, |
765 | 810 | "state": "open", |
766 | 811 | "title": "backlog", |
767 | | - "updated_at": "2025-01-21T00:09:37Z", |
| 812 | + "updated_at": "2025-06-02T13:08:35Z", |
768 | 813 | "url": "https://api.github.com/repos/neovim/neovim/milestones/6" |
769 | 814 | }, |
770 | 815 | "node_id": "I_kwDOAPphoM497k8w", |
771 | 816 | "number": 16166, |
772 | 817 | "performed_via_github_app": null, |
773 | 818 | "reactions": { |
774 | | - "+1": 6, |
| 819 | + "+1": 7, |
775 | 820 | "-1": 0, |
776 | 821 | "confused": 0, |
777 | 822 | "eyes": 0, |
778 | 823 | "heart": 0, |
779 | 824 | "hooray": 0, |
780 | 825 | "laugh": 0, |
781 | 826 | "rocket": 0, |
782 | | - "total_count": 6, |
| 827 | + "total_count": 7, |
783 | 828 | "url": "https://api.github.com/repos/neovim/neovim/issues/16166/reactions" |
784 | 829 | }, |
785 | 830 | "repository_url": "https://api.github.com/repos/neovim/neovim", |
|
792 | 837 | }, |
793 | 838 | "timeline_url": "https://api.github.com/repos/neovim/neovim/issues/16166/timeline", |
794 | 839 | "title": "API: control virt_lines_above, viewport, screen lines, scroll", |
795 | | - "updated_at": "2025-01-17T15:59:29Z", |
| 840 | + "type": { |
| 841 | + "color": "blue", |
| 842 | + "created_at": "2024-01-25T10:10:19Z", |
| 843 | + "description": "A request, idea, or new functionality", |
| 844 | + "id": 597167, |
| 845 | + "is_enabled": true, |
| 846 | + "name": "Enhancement", |
| 847 | + "node_id": "IT_kwDOAGK_Pc4ACRyv", |
| 848 | + "updated_at": "2024-07-26T10:12:30Z" |
| 849 | + }, |
| 850 | + "updated_at": "2025-05-30T16:03:51Z", |
796 | 851 | "url": "https://api.github.com/repos/neovim/neovim/issues/16166", |
797 | 852 | "user": { |
798 | 853 | "avatar_url": "https://avatars.githubusercontent.com/u/37233846?v=4", |
|
0 commit comments