Friday, October 26, 2012

Syntax highlighting colors if :hardcopy call from vim, hugly bold if call from the shell

Hello

To make a .ps file with python code with syntax color I use:

:hardcopy > %.ps

That work well !

But if I use it from bash:

$ cat hardcopy.vim
:hardcopy > %.ps
$ vim -e -s my_code.py < hardcopy.vim

I get a my_code.py.ps file with no color but hugly bold instead colors syntax highlight

Luis

--
You received this message from the "vim_use" 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

No comments: