lambdalisue / vim-manpager

Use Vim as a MANPAGER program
MIT License
62 stars 5 forks source link

Unable to open man page under cursor on FreeBSD `Illegal option --` #23

Open ip75 opened 1 year ago

ip75 commented 1 year ago

$SUBJ I don't understand where to fix it. image

ip75 commented 1 year ago

this diff fix it, but I don't know how to make it platform independent image

lambdalisue commented 1 year ago

I see. It's not documented but you can specify it like

let g:manpager#man_executable = 'man -P less'