Re: ANNOUNCE: syntax definition for vim 6.0

2001-08-20 Thread Lukas Zapletal
I copied bad piece of code, sorry for this: >>How do you enable the yellow background? I tried adding 'set bg=dark' >>and 'set background=dark' to my ~/.vimrc, but no go. autocmd BufNewFile,BufRead *.epl,*.phtml colorscheme embperl_yellow ps - I`m not sure if I already reply your question...

Re: ANNOUNCE: syntax definition for vim 6.0

2001-08-20 Thread Lukas Zapletal
>Extremely cool! :-) >[$ sub foo $] was a little wonky on the file I tried it on. I saw in one >of the .vim files that this is a known issue, caused by the perl >syntaxes. fixed, check version 1.1 (coming soon) >Is folding supposed to work for [$ $], [- -], etc? scheduled for 2.0 >How do you

Re: ANNOUNCE: syntax definition for vim 6.0

2001-08-16 Thread Lukas Zapletal
>[$ sub foo $] was a little wonky on the file I tried it on. I saw in one >of the .vim files that this is a known issue, caused by the perl >syntaxes. Yes I`m working on that, thanks to all for reporting bugs... >Is folding supposed to work for [$ $], [- -], etc? Again... work in progress >How d

Re: ANNOUNCE: syntax definition for vim 6.0

2001-08-16 Thread Wim Kerkhoff
Lukas Zapletal wrote: > > Although I`m not VIM programmer I totally rewritten official Embperl syntax > definition from scratch because it is not compatible with vim >= 6. I used > clusters so the syntax file is cleaner and smaller. The script should work > under vim 5.x and 6.x. Features: > > -

Re: ANNOUNCE: syntax definition for vim 6.0

2001-08-15 Thread Gerald Richter
Hi, > > Although I`m not VIM programmer I totally rewritten official Embperl syntax > definition from scratch because it is not compatible with vim >= 6. Aah, I see there is the reason for a new syntax :-) > > DOWNLOAD: > http://vim.sourceforge.net/scripts/search_results.php?keywords=Embperl >