Re: Architecture for a folded file browser?

2012-01-14 Fir de Conversatie Ingo Karkat
On 14-Jan-2012 3:28 -0800 (PST), jimrandomh wrote: [29 lines deleted] Editing vim's C implementation instead might be better - make a special buffer type or fold type that handles cross-file relations. Again, a lot of things pick up new corner cases - the screen rendering, cursor motions and

Re: patch: support for ZFS/NFSv4 ACLs on Solaris

2012-01-14 Fir de Conversatie Bram Moolenaar
Danek Duvall wrote: ACLs are supported (in the sense that a non-trivial ACL on a file gets preserved when the file is written) on UFS on Solaris, as well as on AIX, or systems which support POSIX ACLs, but this code doesn't work on either ZFS or NFSv4 on Solaris, which use a different ACL

Re: Performance of joining lines by backslash in Vim scripts.

2012-01-14 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: Hi all. Joining lines by backslash in Vim scripts are bits slow. Currently, it call alloc/strcpy/strcat/free in each lines. let foo = f \.f \.f It should use ga_init2/ga_concat. Patch is here: https://gist.github.com/1598921

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

2012-01-14 Fir de Conversatie Bram Moolenaar
Per Andersson wrote: On Tue, Jan 10, 2012 at 1:44 PM, Bram Moolenaar b...@moolenaar.net 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

Patch for typo in doc/mlang.txt

2012-01-14 Fir de Conversatie Peter Odding
Hi Bram, Please see the attached patch to fix a simple typo in doc/mlang.txt (`you can use the this command' should be `you can use this command'). - Peter -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: Issue 49: netrw reports modified buffers and no buftype

2012-01-14 Fir de Conversatie Charles E Campbell
Sent from my iPad On Jan 13, 2012, at 6:16 PM, Matt Sacks boarder4...@gmail.com wrote: Don't think it's MacVim specific as I can reproduce it from the Vim binary inside of the MacVim application. This is replicable on Snapshot 64 which is up to patch 7.3.401 -- You received this

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

2012-01-14 Fir de Conversatie James McCoy
On Sat, Jan 14, 2012 at 08:06:09PM -0500, Benjamin R. Haskell wrote: On Sat, 14 Jan 2012, Benjamin R. Haskell wrote: But, according to comments in the files, there are already files being distributed with Vim that are GPLv2-licensed (and not Vim/GPL dual-licensed, AFAICT): [...] And