Re: Fixing cweb.vim

2006-09-02 Thread Benji Fisher
On Sat, Sep 02, 2006 at 01:36:06AM +0300, Ilya wrote: Benji Fisher wrote: On Fri, Sep 01, 2006 at 09:36:55AM +0300, Ilya wrote: David Brown wrote: [...] However, tex.vim frequently will enclose large sections of the document within a region and the cweb.vim which the webCRegion

Patch 7.0.078

2006-09-02 Thread Bram Moolenaar
Patch 7.0.078 Problem:There are two error messages E46. Solution: Change the number for the sandbox message to E794. Files: src/globals.h *** ../vim-7.0.077/src/globals.hSun Apr 30 20:32:38 2006 --- src/globals.h Sat Sep 2 13:12:55 2006 *** *** 1441,1447

Re: session-file problem in presence of 'set acd'

2006-09-02 Thread Bram Moolenaar
Yakov Lerner wrote: Don't keep 'autochdir' set all the time, some things won't work. Hmmm why, I always been having 'set acd' in my .vimrc for years; and everyhing works just fine. It's convenient. I never had problems. At least a few plugins don't work with 'acd'. Some of them got fixed

Re: [PATCH] russian vimtutor is b0rken in UTF-8 locale

2006-09-02 Thread Bram Moolenaar
Alexey Froloff wrote: * Bram Moolenaar Bram@ [060902 00:28]: Better solution: keep tutor.ru.utf-8, generate .cp1251 and .koi8 From it and detect all encodings in tutor.vim. vimtutor will fall back to english in unsupported locales (ru_RU.ISO8859-5) for example. I checked the

Re: Syntax matching. extend inside normal inside keepend

2006-09-02 Thread Yakov Lerner
On 9/2/06, Ilya [EMAIL PROTECTED] wrote: Hello. I have a question regarding syntax matching. I have some kind of syntax and I have some solution to highlight it, but it does not work the way I expect it to. What I want: match syntax that consists of blocks (enclosed in {}), strings (enclosed

Patch 7.0.079

2006-09-02 Thread Bram Moolenaar
Patch 7.0.079 Problem:Russian tutor doesn't work when 'encoding' is utf-8. Solution: Use tutor.ru.utf-8 as the master, and generate the other encodings from it. Select the right tutor depending on 'encoding'. (Alexey Froloff) Files: runtime/tutor/Makefile,

Re: [PATCH] russian vimtutor is b0rken in UTF-8 locale

2006-09-02 Thread Alexey I. Froloff
* Bram Moolenaar Bram@ [060902 16:23]: Thanks. I notice you rename tutor.ru to tutor.ru.koi8. Is there anything against keeping the old name? It's because tutor.ru is default file. Now there's no such thing like default russian encoding. I think it's better check if current locale is

Re: vim mailing lists

2006-09-02 Thread Gautam Iyer
On Fri, Sep 01, 2006 at 10:18:35PM +0200, Bram Moolenaar wrote: Apparently the sorbs blacklist mechanism is still being used, causing trouble for some people. I have asked the mail server maintainer to remove sorbs a few times now... Twice recently, sorbs has bounced my

Re: vim mailing lists

2006-09-02 Thread Bram Moolenaar
Gautam Iyer wrote: On Fri, Sep 01, 2006 at 10:18:35PM +0200, Bram Moolenaar wrote: Apparently the sorbs blacklist mechanism is still being used, causing trouble for some people. I have asked the mail server maintainer to remove sorbs a few times now...