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 c-l to keep completing, or c-y to select. I don't feel like

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 enter work in popup inoremap cr C-R=pumvisible() ? \ltC-Y : \ltcrcr sadly I can't do the same with esc to exit the completion, because of esc beeing esc

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 enter work in popup inoremap cr C-R=pumvisible() ? \ltC-Y : \ltcrcr sadly I can't do the

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 LOLed

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 desired? I get

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 see keyword

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 the third line, and I do a c-n to

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: c-l 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 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: c-l to complete character by character does not work. When you use 'longest' then none of the items is

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: c-l 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

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 nothing. I think

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/inserted, and

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