Hi, i think i have found a bug in vim 7.0
Patch level 1-109. 
Windows version +perl +python (i don't think this matters in this case)

here is how to reproduce:
gvim -u NONE -U NONE
:set complete-=t           " don't want complete from tags file - it's not
important, just to switch off message
:set complete+=longest " that's important
i "now we in insert mode

one two
o<C-N>:t<C-N>"now trying to complete second time -  no completion, nothing"
i.e. i've got resulting text in buffer like this:

one two
one:t

and no 'two' on second C-N when trying to complete 'two' and message "Back
at original"

(First completion works as expected, but second didn't shown and not
complete at all)
if remove 'longest' from 'complete' then everything works as expected.

Can you reproduce that bug? 
Or it's intended behaviour?

---

[EMAIL PROTECTED]


Reply via email to