Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-19 Thread Mathias Michaelis
Bram Patch Problem:Make_mvc.mak creates an empty gvim.exe.mnf file (or stops with an error message). Solution: Don't use 'echo' to create files. Use inline files instead. Files: src/Make_mvc.mak Before including this change I would have to check the

Re: Patch: gvimext.dll don't find MSVCR80.dll when built with VC8. No context menu entries.

2006-06-19 Thread Mathias Michaelis
Bram, George Patch 7.0.Make_GvimExt I don't have this compiler. Can someone with MSVC 2005 verify this works properly? Send me the patch and I'll try it out. Please retrieve _all_ my patches from the archive http://members.tcnet.ch/michaelis/vim/patches_vim_1.zip and pick out the

Re: PC sources lacks if_sniff.c

2006-06-19 Thread Mathias Michaelis
Bram The source archive ftp://ftp.vim.org/pub/vim/pc/vim70src.zip contains the file if_sniff.h but not the corresponding source file if_sniff.c. Has this a specific reason or has if_sniff.c simply been forgotten? The Sniff interface is something extra, you need to get it from the

Re: set readonly - strange?

2006-06-19 Thread Bram Moolenaar
Yakov Lerner wrote: In case you can't reproduce it, Bram, I' attaching the output with all escape sequences. The output was taken using vim -u /tmp/1 /tmp/1 | tee /tmp/output It clearly shows how the three delayed 'readonly readonly readonly' are printed *afer* vim uninitialized the

Re: inputlist() not functioning properly

2006-06-19 Thread Bram Moolenaar
Christian J. Robinson wrote: Today (Sun, 18 Jun 2006), Bram Moolenaar wrote: :echo inputlist(['foo', 'bar', 'baz']) If I click on foo I get -1, bar I get 0, and baz it acts like I want to start highlighting text. It works fine for me. Any idea why it doesn't work for you? I

Re: PC sources lacks if_sniff.c

2006-06-19 Thread A.J.Mechelynck
Mathias Michaelis wrote: Bram The source archive ftp://ftp.vim.org/pub/vim/pc/vim70src.zip contains the file if_sniff.h but not the corresponding source file if_sniff.c. Has this a specific reason or has if_sniff.c simply been forgotten? The Sniff interface is something extra, you need to

Patch 7.0.018

2006-06-19 Thread Bram Moolenaar
Patch 7.0.018 Problem:VMS: plugins are not loaded on startup. Solution: Remove ** from the path. (Zoltan Arpadffy) Files: src/main.c *** ../vim-7.0.017/src/main.c Wed May 3 23:28:15 2006 --- src/main.c Mon Jun 19 10:54:40 2006 *** *** 564,570 --- 564,574

Re: PC sources lacks if_sniff.c

2006-06-19 Thread Bram Moolenaar
Mathias Michaelis wrote: The source archive ftp://ftp.vim.org/pub/vim/pc/vim70src.zip contains the file if_sniff.h but not the corresponding source file if_sniff.c. Has this a specific reason or has if_sniff.c simply been forgotten? The Sniff interface is something extra,

Re: set readonly - strange?

2006-06-19 Thread Yakov Lerner
On 6/19/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Yakov Lerner wrote: After the following patch, the output is better. Two out of three 'readonly' lines are now in place. --- message.c.000 2006-06-19 02:49:34.0 +0300 +++ message.c 2006-06-19 02:52:41.0 +0300 @@

Re: syntax file for /var/log/messages

2006-06-19 Thread Bram Moolenaar
Yakov Lerner wrote: This is syntax file for /var/log/messages. Here is patch for filetype.vim: --- filetype.vim.0002006-06-12 18:47:26.0 + +++ filetype.vim2006-06-12 18:48:29.0 + @@ -888,6 +888,9 @@ Makefile au BufNewFile,BufRead