LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Confused (https://www.linuxquestions.org/questions/linux-general-1/confused-173652/)

johnnycash 04-23-2004 06:50 AM

Confused
 
I'm havin aproblem with suse and i did'nt know where i should post?

is there any way i could make my VIM editor on Suse9 color coded?

blueser 04-23-2004 09:18 AM

I assume you mean you want to turn on syntax highlighting. The quick answer is typing ':syn on' while a file is loaded, and it should work automagically (you can put 'syn on' -- notice there's no ':' here -- on your ~/.vimrc file if you want vim to always turn it on automatically).

For a more detailed explanation, read the excellent vim documentation, it should be at /usr/share/vim/vimXX/doc (or type ':help syntax' on vim).

HTH


All times are GMT -5. The time now is 09:14 PM.