if_tcl.c redefinition of Tcl catch command breaks Tcl 8.5 modules

2010-08-11 Fir de Conversatie Po Shan Cheah
I've been trying to figure out a problem in Vim 7.3f Beta compiled with tcl/dyn and Tcl version 8.5 on the Windows platform. The symptom is the first time I run the following command: :tcl package require tls It produces this error message: wrong # args: should be catch command

RE: ex program inserts null char for newline upon insert/append of backslash newline

2010-08-11 Fir de Conversatie John Beckett
Frush wrote: We tracked down the issue to a change in the file src/ex_getln.c. Vimboss is Bram Moolenaar, the author of Vim. I noticed your first post and reproduced the issue, but have no idea what the correct behaviour should be. The thread is:

Re: c.vim: Error in syntax region

2010-08-11 Fir de Conversatie Lech Lorens
On 11 August 2010 07:28, KF Leong kfleong...@gmail.com wrote:  Found a problem with c.vim runtime files regarding the syntax region definitions. Attached pictures shows the error in color regions. Color scheme used is Zenburn. http://vim.sourceforge.net/scripts/script.php?script_id=415 I

Re: ex program inserts null char for newline upon insert/append of backslash newline

2010-08-11 Fir de Conversatie Lech Lorens
On 11 August 2010 10:22, John Beckett johnb.beck...@gmail.com wrote: The issue concerns the result from this ex input:    a    X \\    Y    . The ex command 'a' (which is :a in Vim) appends the following lines (starting with 'X' and 'Y'), stopping at the '.' line. In Vim (entering :a)

Re: c.vim: Error in syntax region

2010-08-11 Fir de Conversatie KF Leong
On Aug 11, 5:07 pm, Lech Lorens lech.lor...@gmail.com wrote: I get the correct highlighting with the version of c.vim from November. BTW I had to look at the two images for quite a while before I noticed the difference. For those who might have a problem like me, the difference is that in

Re: Portuguese translation of vim tutor

2010-08-11 Fir de Conversatie Jakson A. Aquino
On Tue, Aug 10, 2010 at 11:35 PM, Jakson A. Aquino jaksonaqu...@gmail.com wrote: On Tue, Aug 10, 2010 at 6:15 PM, Bram Moolenaar b...@moolenaar.net wrote: Jakson Aquino wrote: I translated the Vim tutor into Portuguese. What should i do: submit it now or wait for the release of 7.3? Please

Re: c.vim: Error in syntax region

2010-08-11 Fir de Conversatie Lech Lorens
On 11 August 2010 12:22, KF Leong kfleong...@gmail.com wrote: On Aug 11, 5:07 pm, Lech Lorens lech.lor...@gmail.com wrote: I get the correct highlighting with the version of c.vim from November. BTW I had to look at the two images for quite a while before I noticed the difference. For those

Re: c.vim: Error in syntax region

2010-08-11 Fir de Conversatie KF Leong
On Aug 11, 6:39 pm, Lech Lorens lech.lor...@gmail.com wrote: Here's what I get:http://llorens.visualserver.org/c-vim-problem/c.png BTW I am sure that what you claim is happening actually used to happen. I think it was me who suggested to Bram that the cDefine region should have a keepend

7.3e BETA for Windows: bug in netrw

2010-08-11 Fir de Conversatie Gary Johnson
I just installed Vim 7.3e BETA from the Cream site and I think I've found a bug in netrw. I start gvim by double-clicking the Vim icon on my desktop. Then I execute :e sftp://usern...@server.com/.vimrc A command window pops up containing C:\WINDOWS\system32\cmd.exe /c sftp

Re: ex program inserts null char for newline upon insert/append of backslash newline

2010-08-11 Fir de Conversatie Frush
Thanks for the replies and the insight into folk's focus on bug smashing for 7.3. Perhaps this will be of interest to that effort: I got this hint from another source: Apparently in FreeBSD, VIM 7.2 with a select set of patches manages to get the behavior correct: quote Does not occur in:

Re: 7.3e BETA for Windows: bug in netrw

2010-08-11 Fir de Conversatie Charles Campbell
Gary Johnson wrote: I just installed Vim 7.3e BETA from the Cream site and I think I've found a bug in netrw. I start gvim by double-clicking the Vim icon on my desktop. Then I execute :e sftp://usern...@server.com/.vimrc A command window pops up containing

Re: Another GTK issue - repaint while initializing

2010-08-11 Fir de Conversatie Ben Fritz
On Aug 10, 9:31 am, ron r...@ronware.org wrote: On Aug 10, 4:34 pm, Ben Fritz fritzophre...@gmail.com wrote: Vim is not multi-threaded, I doubt things are actually running during the sleep. Or maybe you just need time for non-Vim stuff initiated by Vim to finish? What happens if you

Re: 7.3e BETA for Windows: bug in netrw

2010-08-11 Fir de Conversatie Gary Johnson
On 2010-08-11, Charles Campbell wrote: Gary Johnson wrote: I just installed Vim 7.3e BETA from the Cream site and I think I've found a bug in netrw. I start gvim by double-clicking the Vim icon on my desktop. Then I execute :e sftp://usern...@server.com/.vimrc A command window

Re: Vim crash when trying to use the NetBeans interface

2010-08-11 Fir de Conversatie Xavier de Gaye
On Tue, Aug 10, 2010 at 11:15 PM, Bram Moolenaar wrote: Thanks for testing!   Keep an eye out for any remaining problem. 7.3 is going to be released real soon now! I did another review of the 'netbeans-console' patch, and could not find anything wrong. Xavier -- You received this message

7.3e beta - tabline renders incorrectly with full-width character and custom highlight group

2010-08-11 Fir de Conversatie bootleq
When using custom function to set 'tabline' option, which has each tab like: '%2T%#LineNr#%#TabLine#' . fileModified . filename then start modify content of the first tab will cause next tab with full-width filename render incorrectly (an empty column might appear). It can be solved by switch to

feature req: highlight cursor position in console using same method as cursorline

2010-08-11 Fir de Conversatie Chris
Vi in the console/terminal does not seem to be able to be able to change the cursor appearance. Tried: t_SI/t_EI with \033 - seems to be only for X terms match Cursor /\%#/ - does not refresh or work well with tabs The cursorline and cursorcolumn will highlight the line and column and work

Re: test73 fails with shells that don't support '**'

2010-08-11 Fir de Conversatie Bram Moolenaar
Nazri Ramliy wrote: On Wed, Aug 11, 2010 at 1:58 AM, Bram Moolenaar b...@moolenaar.net wrote: The full path names are not nice. Not only for the test but also for interactive use. I think we should replace the current directory with ./ when possible. Thanks for pointing this out.

Re: test73 fails with shells that don't support '**'

2010-08-11 Fir de Conversatie Bram Moolenaar
Nazri Ramliy wrote: On Wed, Aug 11, 2010 at 12:04 PM, Nazri Ramliy ayieh...@gmail.com wrote: On Wed, Aug 11, 2010 at 1:58 AM, Bram Moolenaar b...@moolenaar.net wrote: The full path names are not nice. Not only for the test but also for interactive use. I think we should replace the

Re: test73 fails with shells that don't support '**'

2010-08-11 Fir de Conversatie Bram Moolenaar
James Vega wrote: On Mon, Aug 09, 2010 at 07:37:13PM -0400, James Vega wrote: On Sun, Aug 08, 2010 at 11:12:01PM -0400, James Vega wrote: On Mon, Aug 09, 2010 at 09:28:01AM +0800, Nazri Ramliy wrote: I stumbled into this problem (works fine in my environment, but fails in

Re: c.vim: Error in syntax region

2010-08-11 Fir de Conversatie Bram Moolenaar
KF Leong wrote: Found a problem with c.vim runtime files regarding the syntax region definitions. Attached pictures shows the error in color regions. Color scheme used is Zenburn. http://vim.sourceforge.net/scripts/script.php?script_id=415 The diff of c.vim that is causing

Re: Portuguese spell files update

2010-08-11 Fir de Conversatie Bram Moolenaar
Jakson Aquino wrote: On Tue, Aug 10, 2010 at 6:15 PM, Bram Moolenaar b...@moolenaar.net wrote: Unfortunately, when I run Aap, applying the diff fails. It looks like the diff was made for another pt_PT.aff file. The one that was downloaded looks like this: SET UTF-8 LANG pt_PT

Re: Bug: :normal in function called by statusline makes cursor move unexpectedly

2010-08-11 Fir de Conversatie tyru
--- code --- function! MyStatusline()     let pos = getpos('.')     try         normal! 0         return blah blah     finally         call setpos('.', pos)     endtry endfunction let statusline = '%{MyStatusline()}' --- code --- Regardless of :finally, below code

Re: Vim 7.3e for Windows: E370: Could not load library lua51.dll

2010-08-11 Fir de Conversatie Luis Carvalho
I've installed Vim 7.3e from the Cream site on a number of machines running Windows XP. Every now and then, usually (always?) when executing :q to close a window, I get the error message, E370: Could not load library lua51.dll followed by, Lua library cannot be loaded. I