Hi! Welcome to my theme.Now you may replace my photo with yours (180px wide is apt) and write down some texts about you.This will let your visitors to know who you really are.You can do this by editing the about.php file in the theme pack...
I am using fedora 5.My editor is VIM 6.4.7.I wanted to highlight keywords of my C program.I tried adding "syntax on" to your $HOME/.vimrc file which is copied from /usr/share/vim/vim64/gvimrc.examples…
Try this
http://www.cyberciti.biz/faq/turn-on-or-off-color-syntax-highlighting-in-vi-or-vim/
References :
http://www.cyberciti.biz/faq/turn-on-or-off-color-syntax-highlighting-in-vi-or-vim/
This is, what works for me:
:syn on
:set syn=c
References :
Add A Comment