{"id":17801660,"url":"https://github.com/ubaldot/vim-highlight-yanked","last_synced_at":"2025-07-19T20:38:21.443Z","repository":{"id":170445971,"uuid":"646538490","full_name":"ubaldot/vim-highlight-yanked","owner":"ubaldot","description":"Highlight yanked text for Vim9 in less than 100 lines of code.","archived":false,"fork":false,"pushed_at":"2025-02-17T15:23:40.000Z","size":2191,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T23:28:45.761Z","etag":null,"topics":["vim","vim-plugin","vim9"],"latest_commit_sha":null,"homepage":"https://www.vim.org/scripts/script.php?script_id=6075","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ubaldot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-28T18:04:30.000Z","updated_at":"2025-02-17T15:23:49.000Z","dependencies_parsed_at":"2024-09-13T07:13:09.086Z","dependency_job_id":null,"html_url":"https://github.com/ubaldot/vim-highlight-yanked","commit_stats":null,"previous_names":["ubaldot/vim-highlight-yanked"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubaldot%2Fvim-highlight-yanked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubaldot%2Fvim-highlight-yanked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubaldot%2Fvim-highlight-yanked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubaldot%2Fvim-highlight-yanked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubaldot","download_url":"https://codeload.github.com/ubaldot/vim-highlight-yanked/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858584,"owners_count":20359376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vim","vim-plugin","vim9"],"created_at":"2024-10-27T12:39:10.078Z","updated_at":"2025-07-19T20:38:21.414Z","avatar_url":"https://github.com/ubaldot.png","language":"Vim Script","funding_links":[],"categories":["Editing"],"sub_categories":[],"readme":"\u003e [!Note]\n\u003e \n\u003e In Vim v9.1.1230 a bundled package to highlight yanked text has been included. If you are running newer versions of Vim, then you should use the bundled package instead of this plugin. You can add the bundled package by adding `packadd! hlyank` in your `.vimrc` file. Enjoy! :) \n\n# vim-highlight-yanked\n\nHighlight yanked text for Vim9.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"/hlyanked.gif\" width=\"60%\" height=\"60%\"\u003e\n\u003c/p\u003e\n\n# Configuration\n\n```\n# Default values\ng:hlyanked_hlgroup = 'Visual'\ng:hlyanked_timeout = 400 # [ms]\n```\n\nWhen you yank some new text, the newly yanked text ends up in the 1 register\nand the content of the following registers is shifted by one (i.e. the content\nof register 2 is moved into register 3, the content of register 3 is moved\ninto register 4 and so on). In this way you never lose previously yanked text.\n\nTo disable such a behavior set:\n\n```\ng:hlyanked_save_yanks = false\n```\n\n# License\n\nBSD-3 Clause.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubaldot%2Fvim-highlight-yanked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubaldot%2Fvim-highlight-yanked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubaldot%2Fvim-highlight-yanked/lists"}