[BUG] Being provided some equal recursive structures, equality operator never stops comparison

2010-08-22 Fir de Conversatie ZyX
Attached script, being sourced causes vim to hang up forever. Test command: vim -u NONE -c 'so bug.vim' let l=[] call add(l, l) let dict4={l: l} call add(dict4.l, dict4) echo (dict4 ==# deepcopy(dict4)) qa! signature.asc Description: This is a digitally signed message part.

Re: NetBeans protocol - is support possible under other GUIs?

2010-08-22 Fir de Conversatie Tony Mechelynck
On 20/08/10 13:44, Xavier de Gaye wrote: On Thu, Aug 19, 2010 at 8:56 PM, Lech Lorens wrote: On 19-Aug-2010 Xavier de Gaye wrote: I will propose a patch to support netbeans on vim-athena, unless someone else wants to do it. Thank you so much! I for one will be extremely grateful for this

7.3 unable to load ruby 1.9.2?

2010-08-22 Fir de Conversatie Jon
I successfully build gvim with dynamic ruby support on a Win7 32-bit system using the mingw ruby and gcc 4.5.0 from http://rubyinstaller.org/downloads and the following simple Make_mingw.mak mods: -#RUBY=c:/ruby +RUBY=c:/ruby192 ifdef RUBY ifndef DYNAMIC_RUBY DYNAMIC_RUBY=yes endif # Set

Re: motif vim73 on macosx X11: clipboard/primary selection not working across windows

2010-08-22 Fir de Conversatie Peter Odding
Tony Mechelynck wrote: :call paste#Paste() is part of the Edit=Paste menu for Visual and Select modes, replacing selected text by the clipboard. If you just want to _insert_ the clipboard contents, maybe you could use just +P in Normal mode, or Ctrl-R + in Insert or Command-line

Re: Mercurial problems

2010-08-22 Fir de Conversatie Tony Mechelynck
On 18/08/10 22:30, björn wrote: On 17 August 2010 20:42, Jjgod Jiang wrote: On Tue, Aug 17, 2010 at 8:38 PM, björn wrote: Hi, This is most likely a complete newbie problem, but ever since the branch renaming business I get warnings when I pull from the Mercurial repo. I did a fresh clone

Re: 7.3 unable to load ruby 1.9.2?

2010-08-22 Fir de Conversatie Leonardo Valeri Manera
On 22 August 2010 16:23, Jon jon.for...@gmail.com wrote: I successfully build gvim with dynamic ruby support on a Win7 32-bit system using the mingw ruby and gcc 4.5.0 from http://rubyinstaller.org/downloads and the following simple Make_mingw.mak mods: -#RUBY=c:/ruby +RUBY=c:/ruby192  

Re: 7.3 unable to load ruby 1.9.2?

2010-08-22 Fir de Conversatie Tony Mechelynck
On 22/08/10 16:23, Jon wrote: I successfully build gvim with dynamic ruby support on a Win7 32-bit system using the mingw ruby and gcc 4.5.0 from http://rubyinstaller.org/downloads and the following simple Make_mingw.mak mods: -#RUBY=c:/ruby +RUBY=c:/ruby192 ifdef RUBY ifndef DYNAMIC_RUBY

Bug in Vim 7.3 when using on Windows

2010-08-22 Fir de Conversatie Дмитрий Франк
I found bug in Vim 7.3 when using on Windows. I trying to put tag file in ~\tags. but there's spaces in home directory: C:\Documents and Settings\Username. When i typing :new ~\tags, it opens. But filereadable('~\tags') returns false (0). Actually, filereadable('C:\Documents and

Re: 7.3 unable to load ruby 1.9.2?

2010-08-22 Fir de Conversatie Leonardo Valeri Manera
On 22 August 2010 16:50, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 22/08/10 16:23, Jon wrote: I successfully build gvim with dynamic ruby support on a Win7 32-bit system using the mingw ruby and gcc 4.5.0 from http://rubyinstaller.org/downloads and the following simple

Re: NetBeans protocol - is support possible under other GUIs?

2010-08-22 Fir de Conversatie Christian J. Robinson
On Sun, 22 Aug 2010, Tony Mechelynck wrote: Isn't the GTK2 GUI an X11 GUI? I mean, is it possible to have FEAT_GUI_GTK true and FEAT_GUI_X11 false? If, as I think, it isn't, then those #if clauses can be simplified. It is possible to have GTK without X, although I'm not clear on

Re: Bug in Vim 7.3 when using on Windows

2010-08-22 Fir de Conversatie Peter Odding
Дмитрий Франк wrote: I found bug in Vim 7.3 when using on Windows. I trying to put tag file in ~\tags. but there's spaces in home directory: C:\Documents and Settings\Username. When i typing :new ~\tags, it opens. But filereadable('~\tags') returns false (0). I think filereadable('~\tags')

Re: 7.3 unable to load ruby 1.9.2?

2010-08-22 Fir de Conversatie Jon
Ruby 1.9.1 or Ruby 1.9.2? Or did you compile with the *.h include files of 1.9.2 (from C:\ruby192\include or wherever) and try to run with the 1.9.1 DLL? Compiled with 1.9.2's *.h and the only Ruby DLL on PATH is the 1.9.2 DLL named msvcrt-ruby191.dll As Leo replied, 1.9.2 is library

Re: Enabling LLVM-GCC builds

2010-08-22 Fir de Conversatie Jon
Now that you've gotten past the 7.3 release (thanks BTW) what specifically do you need from me in order to review the following 2- line-change patch enabling one to build on Windows like: == MSYS + MinGW/TDM 4.5.0 == make -f Make_mingw.mak gvim.exe == LLVM-GCC 2.7 == mingw32-make -f

Re: Vim on android

2010-08-22 Fir de Conversatie John Little
On Aug 22, 9:34 am, Jason Holt credential...@gmail.com wrote: Hello.  I got vim ported to android:http://credentiality2.blogspot.com/2010/08/native-vim-for-android.html Awesome. But I'm getting weird behavior with $HOME: What does vim say $HOME is? Type :echo $HOME in vim. Regards, John

Vim 7.3 via Ruby 1.9

2010-08-22 Fir de Conversatie Ciss
He everyone. When i install ruby 1.9.1 and run New Vim under Windows XP - VIM goes down. I try to remove ruby - and all is ok again. Try to install another version of ruby 1.9.1 and Vim down again after any action, like open file or pressing F1 :( -- You received this message from the vim_dev

Re: ownsyntax problem?

2010-08-22 Fir de Conversatie Tony Mechelynck
On 20/08/10 23:46, Benjamin R. Haskell wrote: On Fri, 20 Aug 2010, Charles Campbell wrote: Hello, I was trying out ownsyntax; I may have found a problem. Using misc1.c from vim's source code: vim -u NONE -N misc1.c :syn on :vsplit :ownsyntax tex The underscores get highlighted with Error