n0v1c3 / vira

Create and update your Jira issues while inside Vim!
MIT License
94 stars 12 forks source link

VIRA-276: Don't skip project config if defaults are missing #64

Closed ghost closed 3 years ago

ghost commented 3 years ago

If projects are defined according to README.md in vira_projects.json, then the project configuration was still not loaded because the implementation assumed that __default__ must exist.

This commit changes the load_project_config() such that it cares about __default__ section only if the project name could not be determined based on the input parameter nor the Git repository.

n0v1c3 commented 3 years ago

Was merged with another commit. GitHub missed...