three or more arguments for or()/and()/xor()

2012-02-06 Fir de Conversatie mattn
Hi I hope vim can treat list argument for or()/and()/xor(). Currently, spec is two arguments. or({expr}, {expr}). But many of case I want is: --- let FLAG1 = 0x0001 let FLAG2 = 0x0002 let FLAG3 = 0x0004 if (s:check_flag([FLAG1, FLAG2, FLAG3]) do something endif --- If you write above

Compiling VIM with xterm_clipboard support.

2012-02-06 Fir de Conversatie Alp Burcay
Hello, I am new to vim_dev group. I have read several posts regarding a similar issue before I make this post (http://vim.wikia.com/wiki/Accessing_the_system_clipboard and such). And the more I read, the more I got confused. That's why I am sending this email. I am using vim, not Gvim, in

Re: Compiling VIM with xterm_clipboard support.

2012-02-06 Fir de Conversatie Tony Mechelynck
On 06/02/12 11:53, Alp Burcay wrote: Hello, I am new to vim_dev group. I have read several posts regarding a similar issue before I make this post (http://vim.wikia.com/wiki/Accessing_the_system_clipboard and such). And the more I read, the more I got confused. That's why I am sending this

Re: Compiling VIM with xterm_clipboard support.

2012-02-06 Fir de Conversatie Gary Johnson
On 2012-02-06, Alp Burcay wrote: Hello, I am new to vim_dev group. I have read several posts regarding a similar issue before I make this post (http://vim.wikia.com/wiki/Accessing_the_system_clipboard and such). And the more I read, the more I got confused. That's why I am sending this

Re: RFC: Shipping parts of vimerl (Erlang addon for Vim) with Vim

2012-02-06 Fir de Conversatie Bram Moolenaar
Ricardo - On Tue, Jan 10, 2012 at 01:44:44PM +0100, Bram Moolenaar wrote: Ricardo Catalinas wrote: On Wed, Jan 04, 2012 at 02:35:54PM +0100, Bram Moolenaar wrote: Per Andersson wrote: I intend to package vimerl for Debian (current WIP). I suggest that ftplugin, indent,

Re: [PATCH] The buffer objects in Python interface have a 'number' attribute

2012-02-06 Fir de Conversatie Bram Moolenaar
Lilydjwg wrote: I noticed that actually the buffer objects in Python interface have a 'number' attribute, but it's neither documented nor seen via 'dir()' function in Python 3: Python 3 no longer uses the '__members__' special attribute. I did not know its existance until I looked into the

Re: RFC: Shipping parts of vimerl (Erlang addon for Vim) with Vim

2012-02-06 Fir de Conversatie Thilo Six
Ricardo Catalinas Jiménez wrote the following on 05.02.2012 23:15 Hello Ricardo, -- snip -- Finally Csaba and me decided to send you for inclusion in the official Vim distribution just the ftplugin for Erlang with the modifications that Csaba proposed. I have updated the already sent out

Re: Compiling VIM with xterm_clipboard support.

2012-02-06 Fir de Conversatie James McCoy
On Mon, Feb 06, 2012 at 02:53:37AM -0800, Alp Burcay wrote: I am new to vim_dev group. I have read several posts regarding a similar issue before I make this post (http://vim.wikia.com/wiki/Accessing_the_system_clipboard and such). And the more I read, the more I got confused. That's why I am

Re: [patch] 'break' can not escape double for-loop in FOR_ALL_TAB_WINDOWS()

2012-02-06 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: FOR_ALL_TAB_WINDOWS() macro contain the double for-loop. So that, 'break' can not escape this. I checkd out all the places that using. I found an appropriate place in aucmd_restbuf(). (Not bug, but occurred wasted loop) I fixed this and added comment to

Re: three or more arguments for or()/and()/xor()

2012-02-06 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: I hope vim can treat list argument for or()/and()/xor(). Currently, spec is two arguments. or({expr}, {expr}). But many of case I want is: --- let FLAG1 = 0x0001 let FLAG2 = 0x0002 let FLAG3 = 0x0004 if (s:check_flag([FLAG1, FLAG2, FLAG3]) do something

license of runtimefiles

2012-02-06 Fir de Conversatie Thilo Six
Hello Bram, hello maintainers, regarding the license of runtimefiles the current state is as attached. James-San already contacted me so i expect the Debian related files will be handled. Somewhat of a blocker currently is VisVim and 'src/sha256.c'. What to do about them? How long to wait on