lambdalisue / vim-gina

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

no-color option of git does not work #224

Closed yassu closed 4 years ago

yassu commented 5 years ago

If we run Gina log --no-color, we have following output (with syntax off or syntax on).

I think that --no-color option does not work. I would expect that only white charactors are output when --no-color option is set.

スクリーンショット 2019-08-22 19 00 56 スクリーンショット 2019-08-22 19 00 01
lambdalisue commented 5 years ago

Gina requires ANSI escape sequence to parse the output so --no-color is not applied.