{"id":15655396,"url":"https://github.com/airblade/vim-matchquote","last_synced_at":"2025-05-05T03:23:00.750Z","repository":{"id":66514501,"uuid":"79799324","full_name":"airblade/vim-matchquote","owner":"airblade","description":"A Vim plugin to provide %-style motion for single / double quotation marks, backticks and pipe.","archived":false,"fork":false,"pushed_at":"2023-10-30T11:25:40.000Z","size":16,"stargazers_count":33,"open_issues_count":1,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-19T09:58:39.840Z","etag":null,"topics":["vim","viml"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/airblade.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-01-23T11:43:39.000Z","updated_at":"2025-01-31T05:27:05.000Z","dependencies_parsed_at":"2024-10-23T07:54:09.230Z","dependency_job_id":null,"html_url":"https://github.com/airblade/vim-matchquote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airblade%2Fvim-matchquote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airblade%2Fvim-matchquote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airblade%2Fvim-matchquote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airblade%2Fvim-matchquote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airblade","download_url":"https://codeload.github.com/airblade/vim-matchquote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252430436,"owners_count":21746660,"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","viml"],"created_at":"2024-10-03T12:58:48.941Z","updated_at":"2025-05-05T03:23:00.722Z","avatar_url":"https://github.com/airblade.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-matchquote\n\nA Vim plugin to provide `%`-style motion for `'` (single quotation mark), `\"` (double quotation mark), `` ` `` (backtick), and `|` (pipe).\n\nGiven these constraints:\n\n- only the current line is considered;\n- the quotation mark under the cursor must occur an even number of times in the line.\n\nLet's say the cursor is on the nth occurrence of the quotation mark.  Then:\n\n- if n is odd, the cursor moves forward to the next occurrence;\n- otherwise the cursor moves backward to the previous occurrence.\n\nThe plugin also adds a text object for inner pipe (`i|`) and around pipe (`a|`).\n\nPlease note the matchit plugin (if you use it) should be loaded before this plugin.\n\n\n## Licence\n\nCopyright Andrew Stewart.  Distributed under the MIT licence.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairblade%2Fvim-matchquote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairblade%2Fvim-matchquote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairblade%2Fvim-matchquote/lists"}