Nicolas Schodet wrote:

> I am using vim 7e02, here are another few bugs I found with completion:
> 
> 1)
> vim -u NONE -u NONE foo.c
> iint foo;<ESC>
> :!ctags %
> :set nocp showfulltag completeopt=longest
> ofo^N
> 
> The foo text is suppressed as "int foo;" is in the list of completions.
> Can this be considered a bug or is it an uncompatibility between the
> showfulltag and longest completion?

The longest common text is empty.  You can say that 'showfulltag'
doesn't work well together with "longest".  I don't think there is a way
around it.

> 2) With the same scenario:
> ofo^X^N
> 
> There is no longest completion when there is only one match.

That seems to be a bug.

> 3) I am sorry but I was not able to reproduce this last bug on a fresh
> vim:
> 
> I was editing a c file, with some other c file and makefile opened in
> hidden buffers.  I started vim using a session file saved with an older
> vim7 snapshot (perhaps this caused the problem?).  I tried to complete a
> line (^X^L) starting with "/** " and vim gave me E61, then endlessly
> E38.  Until I did not restart vim, I was able to reproduce it, it only
> happend when there was to stars on the line.

I see the problem.  I'll fix it.

-- 
DINGO: Wicked wicked Zoot ... she is a bad person and she must pay the
       penalty.  And here in Castle Anthrax, we have but one punishment
       ... you must tie her down on a bed ... and spank her.  Come!
GIRLS: A spanking!  A spanking!
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://www.ICCF.nl         ///

Reply via email to