A different way to achieve this is to put the lines that select fixed or free format not in your .vimrc but to create ~/after/syntax/fortran.vim and put the lines there.
I'll add a line about this possibility under :help fortran before vim 7.2 comes out --- only Bram knows when that will be. Ajit On Sun, May 25, 2008 at 5:18 AM, Szabolcs <[EMAIL PROTECTED]> wrote: > > The Fortran plugin's documentation gives instructions on how to enable > automatic selection of source format (fixed or free form) based on the > file extension (see :help fortran). It also mentions that this will > only work if the "filetype plugin indent on" line precedes the "syntax > on" one in vimrc. This is not true for the included vimrc_example. > > Unless there is a reason not to, it would be nice to swap the order of > these two lines in the 'official' vimrc_example to make sure that it > is compatible with the Fortran plugin. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
