Fwd: foldmethod=indent bugs?

2010-06-09 Fir de Conversatie Ted Tibbetts
I wrote a vim script that reproduces case 2 of Evan's original bug report; it is available at this gist: http://gist.github.com/427303 The idea is to run $(vim -u indent_fold_bug.vim) to bring up an exemplary mis-fold in the top window and to put in the bottom window a display of foldlevel() for e

Re: Suggest a Gvim 7.3 new look

2010-06-09 Fir de Conversatie epanda
I really thanks char101 to share my opinion that on windows Gvim which looks kind of old. I forgot to mention this detail => I am currently using gvim on Win32 OS, I have worked on Unix Solaris during 8 years too. I don't think we always have to separate powerful inner features of vim (that I love

Re: Suggest a Gvim 7.3 new look

2010-06-09 Fir de Conversatie char101
On Jun 9, 3:09 pm, Thilo Six wrote: > Maybe have a look at > this:http://portableapps.com/apps/development/gvim_portable Gvim on windows is already portable. The key is to add to vimrc: let $HOME=$VIM I layout gvim files like this vim/ - runtime/ - vimfiles/ - gvim.exe - vimrc - gvimrc - _vim

Re: Warning regarding use of "%ld" vs "%lld"

2010-06-09 Fir de Conversatie Dominique Pellé
björn wrote: > $ gcc --version > i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) > > All I can say is that if you want to print an off_t value on OS X 10.6 > then "%lld" must be used or that warning pops up. > > Since those two lines in fileio.c are the only places where an off_t

Re: suggest: Ruby 1.9 in VIM 7.3 by default

2010-06-09 Fir de Conversatie Ciss
Thank's a lot for reposting. Also i want add some comment. I want to add some additional features into vim. and i want to do this with ruby support. ruby 1.8 is not so fast. But 1.9 version has some cool improve about speed issue. (5x faster) it will be great - to have native Ruby1.9 support.

Re: Suggest a Gvim 7.3 new look

2010-06-09 Fir de Conversatie Thilo Six
Bram Moolenaar wrote the following on 08.06.2010 23:30 "usb key". Do you mean USB stick? Isn't that just another place to store files? If you mean you would like to store your Vim configuration in a way you can move it to other computers, that's indeed useful. But tricky to make work. Pro

Re: Automatic folding breaks completion menu?

2010-06-09 Fir de Conversatie Ben Fritz
On Jun 8, 8:59 pm, Peter Odding wrote: > > A seemingly simple workaround would be to disable all automatic text > > folding while the completion menu is visible. Is this easy to implement > > in Vim and do others agree this is a more sensible thing to do? > > To clarify: By disable I meant "temp

[patch] update display of concealed items in current line when changing 'modifiable' option

2010-06-09 Fir de Conversatie Dominique Pellé
Hi Concealed items in current line are displayed unconcealed in the current line (to be able to edit the current line) except when 'modifiable' is off, in which case, the current line is displayed concealed like any other line. When changing the 'modifiable' option (with :set modifiable!), vim-7.

Re: Crash in 7.3

2010-06-09 Fir de Conversatie björn
On 9 June 2010 18:42, James Vega wrote: > > Are you using the latest code from Mercurial?  Bram committed a fix for > a similar crash on Monday: My source was a day too old. That patch did indeed fix this problem. Thanks, Björn -- You received this message from the "vim_dev" maillist. Do not t

Re: Crash in 7.3

2010-06-09 Fir de Conversatie James Vega
On Wed, Jun 9, 2010 at 12:36 PM, björn wrote: > I can reliably reproduce a crashing bug in the 7.3 branch (but I don't > have a fix, sorry).  Here's how: > > 1. Unpack the attached file. It contains two Haskell files: Main.hs and > More.hs > 2. gvim -u NONE -U NONE --noplugin Main.hs > 3. :syntax

Crash in 7.3

2010-06-09 Fir de Conversatie björn
Hi, I can reliably reproduce a crashing bug in the 7.3 branch (but I don't have a fix, sorry). Here's how: 1. Unpack the attached file. It contains two Haskell files: Main.hs and More.hs 2. gvim -u NONE -U NONE --noplugin Main.hs 3. :syntax enable 4. :vimgrep where *.hs The last step crashes ev

Re: suggest: Ruby 1.9 in VIM 7.3 by default

2010-06-09 Fir de Conversatie George V. Reilly
On Wed, Jun 9, 2010 at 2:29 AM, Ciss wrote: > I think what i can't create new thread in vim dev channel. > Please, maybe anyone transfer my suggest to vim developers? Perhaps you're not a member of the vim_dev group? I tried building Vim with Ruby 1.9 on Windows a few weeks ago. Unlike Ruby 1.8,

Re: Suggest a Gvim 7.3 new look

2010-06-09 Fir de Conversatie char101
On Jun 9, 9:23 pm, Tony Mechelynck wrote: > Hm, just for the record, here is what gvim looks like under GTK2, with > the built-in icon set:http://users.skynet.be/antoine.mechelynck/vim/gvim.png > > I guess these "beautiful" icons are part of the reason why I feel no > pressing urge to change them.

Re: Warning regarding use of "%ld" vs "%lld"

2010-06-09 Fir de Conversatie James Vega
On Wed, Jun 9, 2010 at 4:41 AM, björn wrote: > On 8 June 2010 23:05, James Vega wrote: >> On Sun, Jun 6, 2010 at 1:42 PM, björn wrote: >> >>> My config.log looks like this: >>> >>> configure:11865: checking for off_t >>> configure:11895: gcc -c -O2 -fno-strength-reduce -Wall  -DMACOS_X_UNIX >>> -n

RE: Suggest a Gvim 7.3 new look

2010-06-09 Fir de Conversatie Steve Hall
From: Tony Mechelynck, Wed, June 09, 2010 10:23 am > On 09/06/10 11:28, char101 wrote: > > On Jun 9, 2:08 am, nico io wrote: > > > > > > I am currently using Gvim 7.2 rebuild with this new toolbar. [...] > Hm, just for the record, here is what gvim looks like under GTK2, with > the built-in icon

Re: Suggest a Gvim 7.3 new look

2010-06-09 Fir de Conversatie Tony Mechelynck
On 09/06/10 11:28, char101 wrote: On Jun 9, 2:08 am, nico io wrote: Hi, I am currently using Gvim 7.2 rebuild with this new toolbar. I think : 1. Gvim has to improve its visual interface to seduce new users. Hi, Speaking about improving gvim interface (at least for gvim on windows), I have

Re: Suggest a Gvim 7.3 new look

2010-06-09 Fir de Conversatie char101
On Jun 9, 2:08 am, nico io wrote: > Hi, > > I am currently using Gvim 7.2 rebuild with this new toolbar. > I think : > 1. Gvim has to improve its visual interface to seduce new users. Hi, Speaking about improving gvim interface (at least for gvim on windows), I have patched gui_w32.c to... - usi

Re: Warning regarding use of "%ld" vs "%lld"

2010-06-09 Fir de Conversatie björn
On 8 June 2010 23:05, James Vega wrote: > On Sun, Jun 6, 2010 at 1:42 PM, björn wrote: > >> My config.log looks like this: >> >> configure:11865: checking for off_t >> configure:11895: gcc -c -O2 -fno-strength-reduce -Wall  -DMACOS_X_UNIX >> -no-cpp-precomp conftest.c >&5 >> configure:11901: $? = 0

Re: Warning regarding use of "%ld" vs "%lld"

2010-06-09 Fir de Conversatie björn
On 8 June 2010 23:32, Tony Mechelynck wrote: > On 06/06/10 19:42, björn wrote: > >> On 6 June 2010 18:23, Tony Mechelynck wrote: >>> >>> On 06/06/10 15:12, björn wrote: configure:11492: checking size of off_t configure:11497: gcc -o conftest -O2 -fno-strength-reduce -Wall -D_FOR

Re: Patch 7.2.442

2010-06-09 Fir de Conversatie Patrick Texier
On Mon, 07 Jun 2010 23:32:16 +0200, Bram Moolenaar wrote: Hi Bram, > Can you say a few words about why you are unable to install GTK 2, but > are able to build and install Vim 7.3? No, I don't have Vim 7.3. I can keep Vim 7.2.441 on my old computer and you can remove GTK 1 support. -- Patrick