On Friday, January 4, 2013 1:22:49 PM UTC, Peng Yu wrote:
> Hi,
> 
> 
> 
> I have the following f90 program indented as such in vim.
> 
> 
> 
>       program hello
> 
>       print *, "Hello World!"
> 
>       end program hello
> 
> 
> 
> However, it might be better to have the code indented like the
> 
> following (notice the "print" line). Does anybody know if there is a
> 
> plugin for it in vim? Thanks!
> 
> 
> 
>        program hello
> 
>           print *, "Hello World!"
> 
>        end program hello
> 
> 
> 
> 
> 
> Regards,
> 
> Peng

Hi, 
use fortran code complete.
This will solve your problem

-- 
You received this message from the "vim_use" 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

Reply via email to