BufWinEnter autocmd is not invoked when splitting a window

2006-09-02 Thread Yegappan Lakshmanan
Hi all, The BufWinEnter autocmd is not invoked when splitting a window. According to the help for the BufWinEnter autocmd, this autocmd is invoked when a buffer is displayed in a window. For example, use the following autocmd: au BufWinEnter * echomsg "Entering buffer " . expand("") With the

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 ti

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,

Patch 7.0.081

2006-09-02 Thread Bram Moolenaar
Patch 7.0.081 Problem:Command line completion doesn't work for a shell command with an absolute path. Solution: Don't use $PATH when there is an absolute path. Files: src/ex_getln.c *** ../vim-7.0.080/src/ex_getln.c Wed Aug 16 16:24:58 2006 --- src/ex_getln.c Sa

Patch 7.0.080

2006-09-02 Thread Bram Moolenaar
Patch 7.0.080 Problem:Generating auto/pathdef.c fails for CFLAGS with a backslash. Solution: Double backslashes in the string. (Alexey Froloff) Files: src/Makefile *** ../vim-7.0.079/src/Makefile Sat Sep 2 15:31:29 2006 --- src/MakefileFri Sep 1 21:00:29 2006 ***

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

2006-09-02 Thread Alexey I. Froloff
* Bram Moolenaar [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 suppo

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, run

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 (enclose

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

2006-09-02 Thread Bram Moolenaar
Alexey Froloff wrote: > * Bram Moolenaar [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 check

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 f

Patch 7.0.077

2006-09-02 Thread Bram Moolenaar
Patch 7.0.077 Problem:":unlet v:this_session" causes a crash. (Marius Roets) Solution: When trying to unlet a fixed variable give an error message. Files: src/eval.c *** ../vim-7.0.076/src/eval.c Tue Aug 29 21:59:25 2006 --- src/eval.c Sat Sep 2 13:43:20 2006 *** *** 7

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: 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.vi