aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.29k stars 81 forks source link

Patch: Change call to vim pager to avoid "reading from stdin" #100

Closed SGSSGene closed 5 years ago

SGSSGene commented 5 years ago

Fixes issue #92 .

calling `cppman vector" would always leave a "Vim: Reading from stdin..." message on the command line. This is not pretty. This commit rewrites how vim is being called fixing this issue.