Naked IT girls

2008-07-04 Fir de Conversatie nari
^^ http:\\lakshmiraiprofile.blogspot.com ^^ --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~---

Re: gzip.vim: Correct gzip invocation in case we're editing a filename that starts with a dash (patch)

2008-07-04 Fir de Conversatie Bram Moolenaar
Jan Minar wrote: > The updated gzip.vim looks all-right; just one rather subtle thing: > In case we're editing a file with a file name that starts with a dash, > the invocation of the compress program should use a double-dash to > signal the end of optional arguments. > > Patch is attached. Th

Re: Terminal-specific query sequences

2008-07-04 Fir de Conversatie Bram Moolenaar
Yakov Lerner wrote: > On Thu, Jul 3, 2008 at 10:34 AM, Yakov Lerner <[EMAIL PROTECTED]> wrote: > > > On Tue, Jul 1, 2008 at 7:34 PM, Marc Haisenko <[EMAIL PROTECTED]> > > wrote: > > > >> > >> As you can see, the UNIX way of handling output is severely broken and > >> always > >> has been becaus

Patch 7.2a.014

2008-07-04 Fir de Conversatie Bram Moolenaar
Patch 7.2a.014 Problem:Problem with % in message. Solution: Put % in single quotes. Files: src/eval.c *** ../vim-7.2a.013/src/eval.c Fri Jul 4 11:42:36 2008 --- src/eval.c Thu Jul 3 18:12:41 2008 *** *** 4724,4730 } else

Re: Patch 7.2a.012

2008-07-04 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: > I get the following warnings. AFAICT they don't prevent a functioning > gvim from being produced. I suppose they've been there for some time but > compiling only the single module (and version.c) made them stand out. > > > gui_gtk_x11.c: In function ‘gui_mch_init_chec

Patch 7.2a.013

2008-07-04 Fir de Conversatie Bram Moolenaar
Patch 7.2a.013 Problem:shellescape() does not escape "%" and "#" characters. Solution: Add find_cmdline_var() and use it when the second argument to shellescape() is non-zero. Files: runtime/doc/eval.txt, src/eval.c, src/ex_docmd.c, src/proto/ex_docmd.pro, src/p

Re: A git from scratch repository of vim since vim-6.0

2008-07-04 Fir de Conversatie Christian MICHON
On Thu, Jul 3, 2008 at 1:12 PM, Henrik Öhman <[EMAIL PROTECTED]> wrote: >> It's at the following URL: >> >> http://github.com/cmichon/vim >> > [...] > > Very pretty. :) thanks! it's not my doing: the github interface design is cool indeed. > > The commit messages seem to be slightly broken in th

Re: A git from scratch repository of vim since vim-6.0

2008-07-04 Fir de Conversatie Christian MICHON
On Fri, Jul 4, 2008 at 2:12 AM, Markus Heidelberg <[EMAIL PROTECTED]> wrote: >> Keep in mind that: >> - this is not upstream of course > > With the only difference that it's inofficial, right? exactly! the purpose is to keep an updated version, as accurate as cvs/svn/tarballs+patches with correct