Re: Bug in insert mode completion when completeopts has 'menu,longest'

2006-08-09 Thread Georg Dahn
Hi! Sometimes the completed text gets erased after hitting enter. To reproduce: 1. vim -u NONE +'set nocp cot=menu,longest' 2. ifoobar;CRfoC-P; 3. the two lines should be the same now. press CR and the second line then becomes fo. I can reproduce this with gVim 7.0.50. Best wishes, Georg

Re: Bug in insert mode completion when completeopts has 'menu,longest'

2006-08-09 Thread Bram Moolenaar
Justin Constantino wrote: Sometimes the completed text gets erased after hitting enter. To reproduce: 1. vim -u NONE +'set nocp cot=menu,longest' 2. ifoobar;CRfoC-P; 3. the two lines should be the same now. press CR and the second line then becomes fo. I can see the problem (when