Hello, 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? 2) With the same scenario: ofo^X^N There is no longest completion when there is only one match. 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. Nicolas.