Re: vim7 possible bug

2006-05-11 Thread Aaron Griffin
On 5/11/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: 1. Vim is not an IDE 2. Vim works differently 3. Get used to it Hah. Awesome, I literally "LOL"ed

Re: vim7 possible bug

2006-05-11 Thread Pierre Habouzit
Le Jeu 11 Mai 2006 21:55, Martin Stubenschrott a écrit : > On Thu, May 11, 2006 at 03:10:40PM +0200, Pierre Habouzit wrote: > > Le Jeu 11 Mai 2006 14:57, Pierre Habouzit a écrit : > > > " make work in popup > > > inoremap =pumvisible() ? "\C-Y>" : > > > "\cr>" > > > > > > sadly I can't do

Re: vim7 possible bug

2006-05-11 Thread Martin Stubenschrott
On Thu, May 11, 2006 at 03:10:40PM +0200, Pierre Habouzit wrote: > Le Jeu 11 Mai 2006 14:57, Pierre Habouzit a écrit : > > > " make work in popup > > inoremap =pumvisible() ? "\C-Y>" : "\cr>" > > > > sadly I can't do the same with to exit the completion, because > > of beeing (and me

Re: vim7 possible bug

2006-05-11 Thread Pierre Habouzit
Le Jeu 11 Mai 2006 14:57, Pierre Habouzit a écrit : > " make work in popup > inoremap =pumvisible() ? "\C-Y>" : "\cr>" > > sadly I can't do the same with to exit the completion, because > of beeing (and me using vim into non 8-bit capable > terminals). which is a wrong assertion, i

Re: vim7 possible bug

2006-05-11 Thread Nikolai Weibull
On 5/11/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: Matt Zyzik wrote: > Not a single IDE has the kind of completion system where the entry isn't > selected as you type it. It's a speed convenience, that you can hit > enter at any time to insert the entry into text. With Vim, I could hit > to

Re: vim7 possible bug

2006-05-11 Thread Pierre Habouzit
Le Jeu 11 Mai 2006 00:18, Matt Zyzik a écrit : > > > Ok good. However, I don't see why the item shouldn't be selected > > > in the first place (as you type), like it was before. It seems > > > like there was no harm in this, and also you can just hit > > > rather than . And you could also start hi

Re: vim7 possible bug

2006-05-11 Thread Bram Moolenaar
Matt Zyzik wrote: > Not a single IDE has the kind of completion system where the entry isn't > selected as you type it. It's a speed convenience, that you can hit > enter at any time to insert the entry into text. With Vim, I could hit > to keep completing, or to select. I don't feel like havin

Re: vim7 possible bug

2006-05-10 Thread Matt Zyzik
> > > > > When you use 'longest' then none of the items is selected. That was > > > > > discussed quite a while ago. You need to do CTRL-N first to select an > > > > > item from which you can take letters with CTRL-L. > > > > > > > > If you do CTRL-N first, then the item is selected/inserted, an

Re: vim7 possible bug

2006-05-10 Thread Bram Moolenaar
Matt Zyzik wrote: > > > > When you use 'longest' then none of the items is selected. That was > > > > discussed quite a while ago. You need to do CTRL-N first to select an > > > > item from which you can take letters with CTRL-L. > > > > > > If you do CTRL-N first, then the item is selected/in

Re: vim7 possible bug

2006-05-10 Thread Matt Zyzik
> > > When you use 'longest' then none of the items is selected. That was > > > discussed quite a while ago. You need to do CTRL-N first to select an > > > item from which you can take letters with CTRL-L. > > > > If you do CTRL-N first, then the item is selected/inserted, and CTRL-L > > does no

Re: vim7 possible bug

2006-05-10 Thread Bram Moolenaar
Matt Mzyzik wrote: > > > I do have 'ic' set. So then it's not a bug... ok. However, you did not > > > address my other bug: to complete character by character does not > > > work. > > > > When you use 'longest' then none of the items is selected. That was > > discussed quite a while ago. You

Re: vim7 possible bug

2006-05-10 Thread Matt Zyzik
On Wed, May 10, 2006 at 08:08:57PM +0200, Bram Moolenaar wrote: > > Matt Mzyzik wrote: > > > I do have 'ic' set. So then it's not a bug... ok. However, you did not > > address my other bug: to complete character by character does not > > work. > > When you use 'longest' then none of the items i

Re: vim7 possible bug

2006-05-10 Thread Bram Moolenaar
Matt Mzyzik wrote: > I do have 'ic' set. So then it's not a bug... ok. However, you did not > address my other bug: to complete character by character does not > work. When you use 'longest' then none of the items is selected. That was discussed quite a while ago. You need to do CTRL-N first

Re: vim7 possible bug

2006-05-10 Thread Matt Zyzik
On Wed, May 10, 2006 at 04:28:51PM +0200, Bram Moolenaar wrote: > > Matt Mzyzik wrote: > > > > > Assume the buffer is as follows (between quotes): > > > > " > > > > Rabbits are really great > > > > rats are not so great > > > > ra > > > > " > > > > > > > > Now if my cursor is after the "ra" on t

Re: vim7 possible bug

2006-05-10 Thread Bram Moolenaar
Matt Mzyzik wrote: > > > Assume the buffer is as follows (between quotes): > > > " > > > Rabbits are really great > > > rats are not so great > > > ra > > > " > > > > > > Now if my cursor is after the "ra" on the third line, and I do a c-n to > > > see keyword completions, the "ra" disappears wh

Re: vim7 possible bug

2006-05-10 Thread Matt Zyzik
On Wed, May 10, 2006 at 11:16:40AM +0200, Bram Moolenaar wrote: > > Matt Mzyzik wrote: > > > Assume the buffer is as follows (between quotes): > > " > > Rabbits are really great > > rats are not so great > > ra > > " > > > > Now if my cursor is after the "ra" on the third line, and I do a c-n to

Re: vim7 possible bug

2006-05-10 Thread Bram Moolenaar
Matt Mzyzik wrote: > Assume the buffer is as follows (between quotes): > " > Rabbits are really great > rats are not so great > ra > " > > Now if my cursor is after the "ra" on the third line, and I do a c-n to > see keyword completions, the "ra" disappears when the menu comes up. Is > this desi