lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
689 stars 27 forks source link

Fix traffic component returns a space when there is no traffic #273

Closed Bakudankun closed 3 years ago

Bakudankun commented 3 years ago

gina#component#traffic#preset() returns a space (' ') when there is nothing to show, while gina#component#status#preset() returns empty string properly. This PR fixes that.

lambdalisue commented 3 years ago

Thanks for your contribution!