Hi,
When I edit a "*.sh" file vim doesn't show it with colored syntax
highlighting. Below are some configuration information.
Any hint?
<<snip begin>>
/openp1/opencobd->echo $TERM
aixterm
/openp1/opencobd->uname -a
AIX cobrosr 3 5 00C7A4B24C00
/openp1/opencobd->cat .vimrc
syntax on
set ruler
if has("terminfo")
let &t_Co=8
let &t_Sf="p1%dm"
let &t_Sb="p1%dm"
else
let &t_Co=8
let &t_Sf="dm"
let &t_Sb="dm"
endif
<<snip end>>
Thanks in advance,
Jose 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