mr_suleyman
7th September 2004, 16:31
Hello All ,

Do you know that how can I configure VIM . I read VIM help but , but I have no more time for searching that how to configure VIM for baan. I select from
Baan syntax part in VIM after that I close VIM and I start VIM ,my settings goes ... Can you help me ?

Thanks ...

günther
7th September 2004, 17:07
On your system, you need a file "baan.vim" stored within a directory called "syntax". If you hevent that file yout can easily find one on the web.

You could use that file eg. by pressing "[ESC]" and then ":set syntax=baan [Enter]".

I think after you start vim, vou can change the languge (=rule for highlighting); for online help from within vim, press "[ESC]" and then ":help syntax [Enter]" -- after you have found what you like press ":q [Enter]".

If you always use baan files, you can also setup that; have a look at ":help vimrc".


Günther

günther
7th September 2004, 17:20
open the above file with a text editor (vim itself), and add the following


set syntax=baan


and, if you like to search uppercase/lowercase independent


set ignorecase


after restart of vim, a ":set syntax" shoudl give: baan.

mr_suleyman
7th September 2004, 17:22
Thanks you for your help,
It works well ...