[Vim-latex-cvs] SF.net SVN: vim-latex:[1045] trunk/vimfiles/doc
Brought to you by:
srinathava,
tmaas
|
From: <tm...@us...> - 2008-08-07 13:58:02
|
Revision: 1045
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1045&view=rev
Author: tmaas
Date: 2008-08-07 13:58:08 +0000 (Thu, 07 Aug 2008)
Log Message:
-----------
- the filetype is 'tex', not 'latex'
Modified Paths:
--------------
trunk/vimfiles/doc/latex-suite.txt
trunk/vimfiles/doc/latex-suite.xml
Modified: trunk/vimfiles/doc/latex-suite.txt
===================================================================
--- trunk/vimfiles/doc/latex-suite.txt 2008-08-07 13:55:32 UTC (rev 1044)
+++ trunk/vimfiles/doc/latex-suite.txt 2008-08-07 13:58:08 UTC (rev 1045)
@@ -122,8 +122,8 @@
filetype indent on
" OPTIONAL: Starting with Vim 7, the filetype of empty .tex files defaults to
- " 'plaintex' instead of 'latex', which results in vim-latex not being loaded.
- " The following changes the default filetype back to 'latex':
+ " 'plaintex' instead of 'tex', which results in vim-latex not being loaded.
+ " The following changes the default filetype back to 'tex':
let g:tex_flavor='latex'
Modified: trunk/vimfiles/doc/latex-suite.xml
===================================================================
--- trunk/vimfiles/doc/latex-suite.xml 2008-08-07 13:55:32 UTC (rev 1044)
+++ trunk/vimfiles/doc/latex-suite.xml 2008-08-07 13:58:08 UTC (rev 1045)
@@ -81,8 +81,8 @@
filetype indent on
" OPTIONAL: Starting with Vim 7, the filetype of empty .tex files defaults to
-" 'plaintex' instead of 'latex', which results in vim-latex not being loaded.
-" The following changes the default filetype back to 'latex':
+" 'plaintex' instead of 'tex', which results in vim-latex not being loaded.
+" The following changes the default filetype back to 'tex':
let g:tex_flavor='latex'
</programlisting>
</para>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|