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

Patch for Insert mode completion to try out

2006-05-11 Thread Bram Moolenaar
Using CTRL-L to add a character to the completed text caused the currently selected match to be abandoned, going back to the typed text with one character added. This patch should fix that. This is tricky code, please check for any side effects. If it looks like it is an improvement I'll send

Adding a New Language for Vimtutor

2006-05-11 Thread Ku Joseph
Hi, I am a new subscriber of this mailing list. I am from Taiwan, and I am also a fanatical fan of VIm. The latest Vim, Vim7, does have many great features. And the vimtutor is also updated to version 1.7. Vimtutor is the most important desgin for a vim rookie. However, I found there is no

Re: Adding a New Language for Vimtutor

2006-05-11 Thread Bram Moolenaar
Joseph Ku wrote: I am a new subscriber of this mailing list. I am from Taiwan, and I am also a fanatical fan of VIm. The latest Vim, Vim7, does have many great features. And the vimtutor is also updated to version 1.7. Vimtutor is the most important desgin for a vim rookie. However, I

Re: guifont: a few issues/problems?

2006-05-11 Thread Bram Moolenaar
Zdenek Sekera wrote: Trying gvim-gtk2 and gvim-motif on Linux system (I didn't try other gui's but I could if needed) I found the following differences I am not able to say if they are correct or not: Not surprising, GTK 2 uses completely different font names. - :set guifont=* ..

gvim7 filename tab completion insert CTRL-I

2006-05-11 Thread inet working
I just installed vim7 on windows xp. the installer prog also removed vim6 (i chose to keep the vimrc file i'd). first problem i ran into is, in gvim command mode, typing :Ex c:\LongDirTAB insert ^I instead of completing the file/dir name to LongDirName. This always worked until vim7. Do I

Patch 7.0.011

2006-05-11 Thread Bram Moolenaar
Patch 7.0.011 Problem:Can't compile without the folding and with the eval feature. Solution: Add an #ifdef. (Vallimar) Files: src/option.c *** ../vim-7.0.010/src/option.c Wed May 10 15:22:50 2006 --- src/option.cWed May 10 19:37:10 2006 *** *** 5227,5239

Patch 7.0.012

2006-05-11 Thread Bram Moolenaar
Patch 7.0.012 Problem:Using the matchparen plugin, moving the cursor in Insert mode to a shorter line that ends in a brace, changes the preferred column Solution: Use winsaveview()/winrestview() instead of getpos()/setpos(). Files: runtime/plugin/matchparen.vim ***

Re: SVN and svn:eol-style

2006-05-11 Thread Bill McCarthy
On Thu 11-May-06 2:03am -0600, you wrote: Bill McCarthy wrote: When I checkout vim7 with svn under WinXP Pro, my text files are all coming out as UNIX files (using LF instead of CR/LF). The svn program is designed to handle proper EOL for an operating system when a property called

Re: SVN and svn:eol-style

2006-05-11 Thread Nikolai Weibull
On 5/11/06, Bill McCarthy [EMAIL PROTECTED] wrote: On Thu 11-May-06 6:31am -0600, you wrote: So? Why are you using notepad? When working on another's computer, what do you suggest? Wordpad? I really don't understand what causes you so many problems. Why are you working with the Vim sources

Re: SVN and svn:eol-style

2006-05-11 Thread Yakov Lerner
On 5/11/06, Bill McCarthy [EMAIL PROTECTED] wrote: On Thu 11-May-06 6:31am -0600, you wrote: So? Why are you using notepad? When working on another's computer, what do you suggest? Wordpad? Wordpad does understand LF as line separator, unlike notepad. Yakov

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

CVS service resumed?

2006-05-11 Thread 滇狐
Hi all, It seems that the CVS service of sourceforge.net resumed again. The host name changed to vim.cvs.sourceforge.net. So what? Regards, Edward Leap Fox

Re: But in Ctrl-N completion

2006-05-11 Thread A.J.Mechelynck
Martin Stubenschrott wrote: I am using vim7 final, and have this problem: Let's assume this buffer (between the quotes): this that Now i start inserting 'th' and press ctrl-n and get a popup menu with two choices 'this' and 'that', while the inserted text still remains 'th' (I am using