airblade / vim-gitgutter

A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
MIT License
8.35k stars 296 forks source link

Unknown option: termencoding #670

Closed petobens closed 4 years ago

petobens commented 4 years ago

I'm using latest neovim and latest gitgutter and started getting the following errors today (I guess this is because nvim removed termencoding):

Error detected while processing function gitgutter#utility#supports_overscore_sign:
line    4:
E113: Unknown option: termencoding
E15: Invalid expression: &termencoding ==? &encoding || &termencoding == ''
blueyed commented 4 years ago

Shouldn't be a problem with the next nightly anymore: https://github.com/neovim/neovim/pull/11662

airblade commented 4 years ago

Can we close this? It sounds like a fleeting problem in neovim's non-release builds.