Re: [Vim-latex-devel] Seting TeX flavor properly in Vim7
Brought to you by:
srinathava,
tmaas
From: Till M. <ope...@ti...> - 2008-08-07 16:26:37
|
On Thu August 7 2008, Ted Pavlic wrote: > Evidently, adding: > > %&latex > > to the top of any .tex file will set the proper filetype. > > So if you don't want to force the tex_flavor, add that comment to the > top of your LaTeX sources. You can also add this to the top of the file (or at the end) to probably get the same (the filetype will be set to tex): % vim: filetype=tex Regards, Till |