Hello,

Looks like there is a mismatch between the following three elements (v8.1.0332):
- In the documentation of ft-tex-plugin and g:tex_flavor: "If no keywords are 
found, it defaults to plaintex."
- In runtime/autoload/dist/ft.vim, comments for dist#ft#FTtex(): "Default to 
"latex" or to g:tex_flavor, can be set in user's vimrc."
- The actual code in dist#ft#FTtex() (lines 649 ff.): 
" Default value, may be changed later:
    let format = exists("g:tex_flavor") ? g:tex_flavor : 'plain'

To clean up, I propose:
- either to change the comment in ft.vim to say "Default to "plaintex"  ..."
- or actually change code and documentation to make the default to latex (would 
be my personal preference, as latex today is much more prevalent than plain 
tex).

Let me know your votes.

Cheers,
Marius

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui