This patch causes /usr/bin/man to fail on Mac OS X: sh: -c: line 0: syntax error near unexpected token `||' sh: -c: line 0: `(cd '/usr/share/man' && (echo ".ll 13.0i"; echo ".nr LL 13.0i"; /usr/bin/gunzip -c '/usr/share/man/man1/man.1.gz') | /usr/bin/tbl | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | ( || true))' Error executing formatting or display command. System command (cd '/usr/share/man' && (echo ".ll 13.0i"; echo ".nr LL 13.0i"; /usr/bin/gunzip -c '/usr/share/man/man1/man.1.gz') | /usr/bin/tbl | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | ( || true)) exited with status 512. No manual entry for man
It would appear that because MANPAGER has been set to null, null is substituted in the actual command that /usr/bin/man runs (just before the '||'). Please can a more comprehensive solution be found. Unfortunately vim does not appear to allow the removal of a variable from the environment altogether, only adding or setting one. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
