lucc / nvimpager

Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
Other
372 stars 20 forks source link

Fix color generated with 256 colors using cat mode(#22) #23

Closed kevinhwang91 closed 4 years ago

kevinhwang91 commented 4 years ago

Through hexdump and debug message, found api of neovim assign -1 to info.background sometimes.

lucc commented 4 years ago

Can you share a file and the options (colorscheme?) needed to reproduce this? Can we write a test for this?

kevinhwang91 commented 4 years ago

PR of https://github.com/neovim/neovim/pull/11685 had merged into master branch . Waiting for the next release of neovim to solve https://github.com/lucc/nvimpager/issues/22.