{"id":13898322,"url":"https://github.com/exercism/vimscript","last_synced_at":"2025-03-02T13:41:56.574Z","repository":{"id":17735520,"uuid":"82607933","full_name":"exercism/vimscript","owner":"exercism","description":"Exercism exercises in Vim script.","archived":false,"fork":false,"pushed_at":"2024-04-24T18:26:38.000Z","size":551,"stargazers_count":21,"open_issues_count":14,"forks_count":24,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-05-01T11:25:37.025Z","etag":null,"topics":["community-contributions-paused","exercism-track"],"latest_commit_sha":null,"homepage":"https://exercism.org/tracks/vimscript","language":"Vim Script","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/exercism.png","metadata":{"funding":{"github":["exercism"],"custom":["https://exercism.org/donate"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-20T22:12:38.000Z","updated_at":"2024-05-02T13:36:39.283Z","dependencies_parsed_at":"2023-01-16T21:45:29.721Z","dependency_job_id":"b04bed1b-1985-4e2b-84af-ca9507e03a56","html_url":"https://github.com/exercism/vimscript","commit_stats":{"total_commits":282,"total_committers":24,"mean_commits":11.75,"dds":0.7340425531914894,"last_synced_commit":"21d63782a8303b3994e1f69f0fdb6362a3a2089d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fvimscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fvimscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fvimscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fvimscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exercism","download_url":"https://codeload.github.com/exercism/vimscript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240332425,"owners_count":19784817,"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":["community-contributions-paused","exercism-track"],"created_at":"2024-08-06T18:04:14.153Z","updated_at":"2025-03-02T13:41:56.553Z","avatar_url":"https://github.com/exercism.png","language":"Vim Script","funding_links":["https://github.com/sponsors/exercism","https://exercism.org/donate"],"categories":["Vim Script"],"sub_categories":[],"readme":"# Exercism Vim script Track\n\n[![Configlet](https://github.com/exercism/vimscript/actions/workflows/configlet.yml/badge.svg)](https://github.com/exercism/vimscript/actions/workflows/configlet.yml)\n![Exercise Test Status](https://github.com/exercism/vimscript/workflows/vimscript%20%2F%20main/badge.svg)\n\nWe welcome any kind of contribution!\n\nIf you have a suggestion or question, create a new\n[issue](https://github.com/exercism/vimscript/issues).\n\nFor code or fixing typos and similar things, open a\n[pull request](https://github.com/exercism/vimscript/pulls).\n\nLook at recent [commits](https://github.com/exercism/vimscript/commits/master)\nto get a feeling on how to format your own ones.\n\nEven if there are any uncertainties, go for it nevertheless. We can straighten\nout everything in the process.\n\nThank you for contributing! :tada:\n\n## Linting Vim files\n\nIf you add or change a Vim file, the CI will use vint to ensure best practices.\nTherefore it's recommended idea to run it locally first, before creating a pull\nrequest.\n\n1. Install [vint](https://github.com/Kuniwak/vint#quick-start).\n1. Recursively lint all Vim files:\n    ```\n    $ vint .\n    ```\n\n## Writing test files\n\n### Generating test files\n\nUse the [generator](lib/generate.vim) to create Vader files from their canonical\ntest data:\n\n```vim\n\" in Vim\n:source lib/generate.vim\n:Generate word-count\n```\n\nThis would fetch the [canonical test data](https://raw.githubusercontent.com/exercism/x-common/master/exercises/word-count/canonical-data.json),\ndecode the JSON to Vim data types, iterate over the result, and put the tests in\na new unnamed buffer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fvimscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexercism%2Fvimscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fvimscript/lists"}