aitjcize / cppman

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

Doesn't work with vim 7.4 on Debian 7.4 #30

Closed pramodhegde closed 9 years ago

pramodhegde commented 9 years ago

OS: Debian 7.4
Vim version: 7.4.444

%cppman std::vector
col: Invalid or incomplete multibyte or wide character
sed: couldn't write 568 items to stdout: Broken pipe

Vim: Reading from stdin...

Works alright when I change the pager to 'less'

aitjcize commented 9 years ago

Hi, can you try if the latest git version works?

pramodhegde commented 9 years ago

The same problem still exists. I pulled the latest git version and ran

$ python setup.py build
$ python setup.py install
aitjcize commented 9 years ago

can you show me you local settings? i.e.

echo $LANG
echo $LC_CALL
echo $LC_CTYPE
pramodhegde commented 9 years ago
%echo $LANG
C

The other 2 are undefined variables.

aitjcize commented 9 years ago

okay, i know what the problem is.

aitjcize commented 9 years ago

Should be fixed in the latest commit. Can you confirm this?

pramodhegde commented 9 years ago

Yep. Fixed! Thanks.