lucc / nvimpager

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

Output is garbled when using with ri (ruby info) #24

Closed jhessin closed 4 years ago

jhessin commented 4 years ago

When I run.

ri Array

I get the following

= AArrrraayy  <<  OObbjjeecctt

------------------------------------------------------------------------
= IInncclluuddeess::
Enumerable (from ruby site)
...

However I do not get this when running ri String which produces output in cat mode.

I tried using vimpager and I don't have this problem (though my python plugins don't work with it).

lucc commented 4 years ago

@jhessin sorry for the long wait. Can you check the fix/24 branch (1ada83b89c06126a40e3214aeec35c957d2a6ec1)?