Sunday, October 28, 2012

bash shell "here document" show wrong color

#!/bin/bash

# like this
cat << EOF|grep 123
aaaaa
bb123bbb
ccc123cc
ddd123ddd
aa111
EOF
# from now on, the color not changed to normal.

--
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: