Re: reltime() low part incorrect in win32?

2006-06-11 Thread George V. Reilly
(Moving the non-developer list to BCC.) Eric Arnold wrote: I'm trying to understand what I'm seeing with the msec timing on win32 (cygwin). Inside the debugger, I'm seeing: (gdb) p tm_delta $1 = {u = {LowPart = 2434313347, HighPart = 896}, {LowPart = 2434313347, HighPart = 896}, QuadPart

corrupted lines

2006-06-11 Thread Hari Krishna Dara
While modifying one of my plugins, I had to add a new variable, and so copy pasted some existing code and modified the name of the variable, so it looked like this: exists('g:lookupfile_LookupNotifyFunc') The function that should be notified when a file is selected. let

Re: corrupted lines

2006-06-11 Thread Wu Yongwei
On 6/11/06, Hari Krishna Dara [EMAIL PROTECTED] wrote: While modifying one of my plugins, I had to add a new variable, and so copy pasted some existing code and modified the name of the variable, so it looked like this: exists('g:lookupfile_LookupNotifyFunc') The function that should be

Re: corrupted lines

2006-06-11 Thread Christian J. Robinson
Yesterday (Sat, 10 Jun 2006), Hari Krishna Dara wrote: exists('g:lookupfile_LookupNotifyFunc') The function that should be notified when a file is selected. yrg t:ybbxhcsvyr_YbbxhcAbgvslShap = '' raqvs I can't believe that I have fat-fingered so badly for this to get so badly

Problem with example in :help complete()

2006-06-11 Thread Gerald Lai
Hi all, [On Windows Vim 7.0, binary at ftp://ftp.vim.org/pub/vim/pc/gvim70.exe] I'm having trouble getting the example in :help complete() to work. When I hit F5 in Insert mode, I get this: Error detected while processing function ListMonths: line1: E523: Not allowed here I have

Re: colseb_a.vim script, closign tags for vim /java.?

2006-06-11 Thread A.J.Mechelynck
Marc Weber wrote: I want the script to automatically close function with endfunction while with endwhile for with endfor [...] Looks like you have ideas for omni-completion on Vim files. You may want to define 'omnifunc' in a script of one of the following names: user-private on

Re: CurorLine, set cursorline: slow, slower, slowest ?!

2006-06-11 Thread Groleo Marius
On 6/2/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 6/2/06, Pádraig Brady [EMAIL PROTECTED] wrote: Charles E Campbell Jr wrote: Unfortunately, I have to confirm the original problem. Running xterm-256colors with xterm16 colorscheme in the xterm, when the cursorline is highlighted, the

Segfault using errorformat and errorfile

2006-06-11 Thread Marc Weber
Hi. I don't know much about errorformats in vim yet, I didn't manage to match these errors but I get a crash ;) It doesn't crash when removing the none error marker lines. Can you help me with finding a errorformat string ? Or should I write another parser to remove the other lines (grep, ..) ?

Re: colseb_a.vim script, closign tags for vim /java.?

2006-06-11 Thread Luc Hermitte
* On Sun, Jun 11, 2006 at 03:13:22AM +0200, Marc Weber [EMAIL PROTECTED] wrote: I want the script to automatically close function with endfunction [...] Using it with java I could imagine to complete try { with } catch () { } [...] But I don't know exactly what to put in here?

Re: Bug with gU and German sharp s?

2006-06-11 Thread Mikolaj Machowski
Dnia niedziela, 11 czerwca 2006 15:57, Bertram Scharpf napisał: Is there any way to tell Vim to leave the `ß' as it was? Change encoding? In latin2 (where ß also exists) it is not changed into SS but IMO this is bug. m.

Re: Segfault using errorformat and errorfile

2006-06-11 Thread Marc Weber
Can you help me with finding a errorformat string ? Or should I write another parser to remove the other lines (grep, ..) ? grep did work. I'm now using CompilerSet errorformat=%I\\[INFO]%m,%Z, \%E%f:\\[%l\\,%c]%m,%Csymbol%s,%Clocation%s,%Z, which works without grep (doesn't

Re: corrupted lines

2006-06-11 Thread Hari Krishna Dara
On Sun, 11 Jun 2006 at 1:15am, Christian J. Robinson wrote: Yesterday (Sat, 10 Jun 2006), Hari Krishna Dara wrote: exists('g:lookupfile_LookupNotifyFunc') The function that should be notified when a file is selected. yrg t:ybbxhcsvyr_YbbxhcAbgvslShap = '' raqvs I can't believe

Re: corrupted lines

2006-06-11 Thread Hari Krishna Dara
On Sun, 11 Jun 2006 at 3:00pm, Wu Yongwei wrote: On 6/11/06, Hari Krishna Dara [EMAIL PROTECTED] wrote: While modifying one of my plugins, I had to add a new variable, and so copy pasted some existing code and modified the name of the variable, so it looked like this:

ANN: SQLComplete.vim update to version 5.0

2006-06-11 Thread David Fishburn
Announcing an update to the sqlcomplete.vim script which is included in Vim7. If you are using dbext.vim 3.0 and taking advantage of the table and column completion capabilities the update to version 5.0 of the script makes it a bit smarter when determine if you are entering partial column names

reltime() low part incorrect in win32?

2006-06-11 Thread Eric Arnold
I'm trying to understand what I'm seeing with the msec timing on win32 (cygwin). Inside the debugger, I'm seeing: (gdb) p tm_delta $1 = {u = {LowPart = 2434313347, HighPart = 896}, {LowPart = 2434313347, HighPart = 896}, QuadPart = 3850725010563} (gdb) n 180 n1 =