[Vim-latex-devel] [BUG] When create a new tex file, the "}" will be highlight.

2011-04-20 Thread Zhou Yi Chao
Hi, everyone When create a new tex file, the "}" will be highlight. This is really annoying. I must type another "nohl". I tried to detect where this happen but it is too difficult for me. Anyone has run into this problem? Regards, Zhou Yichao

Re: [Vim-latex-devel] "`o" doesn't produce \omiga

2011-04-20 Thread Zhou Yi Chao
We should make use of "`o", since it isn't maped to any Greece character. I think a good solution is let `&->\wedge `w -> omiga and `o -> omicron. Anyway let `& and `w both map to \wedge is a huge waste. > `. also doesn´t produce \cdot as it should either.. Yes. This is in the document. So it is

Re: [Vim-latex-devel] The error occur when the template include \usepackage{unicode-math}

2011-04-20 Thread Zhou Yi Chao
ch contains a list of the options. let j = 1 while Tex_Strntok(@a, ',', j) != '' - let g:Tex_{Tex_Strntok(@a, ',', j)}_options = options + let g:Tex_{Tex_StrTurnHyphen(Tex_Strntok(@a, ',', j))}

[Vim-latex-devel] "`o" doesn't produce \omiga

2011-03-30 Thread Zhou Yi Chao
"`o" doesn't produce \omiga. But I think it should. -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publ

[Vim-latex-devel] The error occur when the template include \usepackage{unicode-math}

2011-03-30 Thread Zhou Yi Chao
Hi, everyone It seems that it is package.vim line 389 cause the problem. When \usepackage{unicode-math}, it will do "let g:Tex_unicode-math_options = .". But vim doesn't allow "-" in it variable name. So the error occurs. I'm not familiar with what is the role of g:Tex_unicode-math_options so