Re: Controlling @Spell/@NoSpell

2006-08-09 Thread Nikolai Weibull
On 8/9/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Nikolai Weibull wrote: In my syntax/context.vim I include a bunch of other syntaxes. All work fine except for the xml one, as spell-checking stops working when it's included. It seems to be due to the fact that there are items in the xml

New filetype, mapping to xml

2006-08-09 Thread Nikolai Weibull
TPM's are RDF-based descriptions of TeX packages. The following autocommand could be used in filetype.vim: au BufNewFile,BufRead *.tpm setf xml Thanks. nikolai

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