compiling gvim

2010-04-05 Fir de Conversatie Nisha Chaudhari
Hello all, Can anybody tell us how to compile gvim using vim72 source code on ubuntu 9.04? -- 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 information, visit http://www.vim.org/maillist.php To unsubscribe,

Re: compiling gvim

2010-04-05 Fir de Conversatie John Little
how to compile gvim using vim72 source code on ubuntu 1) Get the source. I like the Mercurial repository: mkdir vim hg clone https://vim.googlecode.com/hg/ vim (You'd need mercurial installed for that.) 2) Install the headers and libraries vim wants: sudo apt-get build-dep vim-gtk

Re: Error in the management of the jump list when using File browser (windows or Linux)

2010-04-05 Fir de Conversatie Lech Lorens
On 24-Feb-2010 Jean Johner jean.joh...@cea.fr wrote: Hello, A still simpler case showing a problem with File browser and Ctrl-O/ Ctrl-I Suppress the ~/(.,_)viminfo file. Type vim test1 (file1 opens at line 1) Type :e . (The file browser opens at line 8 OK) Type Ctrl-O twice (Return to

Re: compiling gvim

2010-04-05 Fir de Conversatie Lech Lorens
On 05-Apr-2010 John Little john.b.lit...@gmail.com wrote: how to compile gvim using vim72 source code on ubuntu 1) Get the source. I like the Mercurial repository: mkdir vim hg clone https://vim.googlecode.com/hg/ vim (You'd need mercurial installed for that.) 2) Install the

Strange String negative index behavior

2010-04-05 Fir de Conversatie ZyX
If I want to get some character with negative index I get an empty string: :let t=abc :echo t[-2] :echo t[-2]== 1 :echo t[-2:][0] b (zyx:~) % LANG=C vim --version VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Feb 12 2010 07:37:05) Included patches: 1-303 Modified by Gentoo-7.2.303 Compiled by

OT: Automatic removal of packages (was: Re: compiling gvim)

2010-04-05 Fir de Conversatie James Vega
On Mon, Apr 5, 2010 at 10:05 AM, Lech Lorens lech.lor...@gmail.com wrote: On 05-Apr-2010 John Little john.b.lit...@gmail.com wrote: how to compile gvim using vim72 source code on ubuntu 1) Get the source.  I like the Mercurial repository:     mkdir vim     hg clone

Re: Error in the management of the jump list when using File browser (windows or Linux)

2010-04-05 Fir de Conversatie Charles Campbell
Lech Lorens wrote: On 24-Feb-2010 Jean Johner jean.joh...@cea.fr wrote: Hello, A still simpler case showing a problem with File browser and Ctrl-O/ Ctrl-I Suppress the ~/(.,_)viminfo file. Type vim test1 (file1 opens at line 1) Type :e . (The file browser opens at line 8 OK) Type Ctrl-O

Re: OT: Automatic removal of packages (was: Re: compiling gvim)

2010-04-05 Fir de Conversatie Lech Lorens
On 05-Apr-2010 James Vega james...@jamessan.com wrote: On Mon, Apr 5, 2010 at 10:05 AM, Lech Lorens lech.lor...@gmail.com wrote: The functionality [...] has been in apt for a while, Thanks for pointing this out. I feel old now ;-) -- Cheers, Lech -- You received this message from the

[patch] Jump list not updated in certain circumstances

2010-04-05 Fir de Conversatie Lech Lorens
While 10G does add to the jump list, :10 does not. I believe that both the methods of moving from line to line should be consistent with regard to the jump list. This patch removes this inconsistency by making :10 update the jump list. Additionally, this patch fixes the problem described by Jean

Re: [RFC][Patch] Add swap file age to E325's details

2010-04-05 Fir de Conversatie Lech Lorens
On 30-Mar-2010 Nazri Ramliy ayieh...@gmail.com wrote: E325: ATTENTION Found a swap file by the name .main.c.swp owned by: mool dated: Tue May 29 21:09:28 2001 [...] E325: ATTENTION Found a swap file by the name .main.c.swp owned by: mool

Re: Strange String negative index behavior

2010-04-05 Fir de Conversatie Jürgen Krämer
Hi, ZyX wrote: If I want to get some character with negative index I get an empty string: :let t=abc :echo t[-2] :echo t[-2]== 1 :echo t[-2:][0] b see :help expr-[] Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that