n0v1c3 / vira

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

Don't append Null in non-empty server list #67

Closed ghost closed 3 years ago

ghost commented 3 years ago

By default, 'Null' is appended when a list of servers is displayed. This makes sense if there are no servers configured to not leave the list blank, but looks somewhat confusing if there are servers available.

This commit puts 'Null' in the server list only if no servers are available (configured).

n0v1c3 commented 3 years ago

I like that idea, most of us never use it.

It will eventually be replaced by a window that looks like the JSON or yaml files.