-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NeoVim man pager cannot handle colours correctly after enabling vim-polyglot #576
Comments
I can't reproduce colors issue, but I can reproduce warning when trying to exit |
@sheerun After updating vim-polyglot both my issues were fixed. Thank you! |
sheerun
added a commit
that referenced
this issue
Oct 18, 2020
Man, I was supposed to add only filetypes detection, thank you! |
No problem. Thank you for the quick reaction and for adding a regression test 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this bug happen when you install plugin without vim-polyglot?
No.
Describe the bug:

With vim-polyglot enabled, nvim manpager cannot handle colours correctly. See screenshot:
And nvim warns that file's been modified when
:q
.If I open nvim first then
:Man man
, the colours are ok but it somehow still modifies the[No Name]
buffer and I can see a warning when:qa
.To Reproduce:
export MANPAGER='nvim +Man!'
init.vim
belowman man
The text was updated successfully, but these errors were encountered: