{"id":20057616,"url":"https://github.com/todesking/vim-textobj-methodcall","last_synced_at":"2026-03-04T08:31:06.469Z","repository":{"id":26837040,"uuid":"30296430","full_name":"todesking/vim-textobj-methodcall","owner":"todesking","description":null,"archived":false,"fork":false,"pushed_at":"2015-02-04T13:12:38.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-17T16:50:13.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/todesking.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}},"created_at":"2015-02-04T11:50:54.000Z","updated_at":"2015-02-05T01:50:44.000Z","dependencies_parsed_at":"2022-09-01T21:24:27.692Z","dependency_job_id":null,"html_url":"https://github.com/todesking/vim-textobj-methodcall","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/todesking/vim-textobj-methodcall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fvim-textobj-methodcall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fvim-textobj-methodcall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fvim-textobj-methodcall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fvim-textobj-methodcall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todesking","download_url":"https://codeload.github.com/todesking/vim-textobj-methodcall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fvim-textobj-methodcall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30076849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T12:59:40.601Z","updated_at":"2026-03-04T08:31:06.414Z","avatar_url":"https://github.com/todesking.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-textobj-methodcall\n\n```\nMap[Integer]\nfoo(1, 2, 3)\n    ~~ic~~~\n~~~~~ac~~~~~\n```\n\n\n## Requirements\n\n* [vim-textobj-user](https://github.com/kana/vim-textobj-user)\n* [vim-operator-surround](https://github.com/rhysd/vim-operator-surround)(optional)\n\n## Settings\n\n```vim\n\" Optional: override keys. default: 'ac', 'ic'\nlet g:textobj#methodcall#select_a = 'ac'\nlet g:textobj#methodcall#select_i = 'ic'\n\n\" Optional: set word pattern for specific filetype\ncall textobj#methodcall#register_word_pattern('r', '\\v[a-zA-Z0-9_.]+')\n\n\" Required(if operator-surround used): operator-surround settings\nlet g:operator#surround#blocks =\n    \\ textobj#methodcall#operator_surround_blocks(deepcopy(g:operator#surround#default_blocks), 'c')\n```\n\n## Related plugins\n\n* [argtextobj.vim](http://www.vim.org/scripts/script.php?script_id=2699)\n  * textobj for argument\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fvim-textobj-methodcall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodesking%2Fvim-textobj-methodcall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fvim-textobj-methodcall/lists"}