summaryrefslogtreecommitdiffstats
path: root/runtime/doc/filetype.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-28 22:41:43 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-28 22:41:43 +0000
commit8ea9123258804d6199c79789af295bb3ca3db296 (patch)
tree3a0f6881df16dde839ef95cdca10ffdb6ed4c46c /runtime/doc/filetype.txt
parent84c632670b65773e7a0d985f00aba6e99cc15ae3 (diff)
updated for version 7.0f04v7.0f04
Diffstat (limited to 'runtime/doc/filetype.txt')
-rw-r--r--runtime/doc/filetype.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index a3e040134e..3483281a04 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1,4 +1,4 @@
-*filetype.txt* For Vim version 7.0f. Last change: 2006 Mar 24
+*filetype.txt* For Vim version 7.0f. Last change: 2006 Apr 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -551,8 +551,11 @@ then this determined the file type: plaintex (for plain TeX), context (for
ConTeXt), or tex (for LaTeX). Otherwise, the file is searched for keywords to
choose context or tex. If no keywords are found, it defaults to plaintex.
You can change the default by defining the variable g:tex_flavor to the format
-(not the file type) you use most: plain or context or latex. (Currently no
-other formats are recognized.)
+(not the file type) you use most. Use one of these: >
+ let g:tex_flavor = "plain"
+ let g:tex_flavor = "context"
+ let g:tex_flavor = "latex"
+Currently no other formats are recognized.
vim:tw=78:ts=8:ft=help:norl: