Saturday, January 5, 2013

Re: fortran indentation

Hi Peng, if you google "vim fortran codecomplete" you should find a few links, such as:


"This script allows you to complete Fortran 90 structures by pressing <F7>. 

The plugin in written in python, so you need to have your vim compiled with python support in order to use it. 

The intention is to complete "program", "type", "interface", "module", "subroutine", "function", "do", and "select" constructs. You write the first line of such a construct (e.g. "subroutine foo(a, b)", then press <F7>, and the script will add the closing line "end subroutine foo" and put the cursor between the two lines, _indented_ by one level.
..."


On Sat, Jan 5, 2013 at 7:40 PM, Peng Yu <pengyu.ut@gmail.com> wrote:
> use fortran code complete.
> This will solve your problem

Hi,

I don't understand what you mean by "fortran code complete". Would you
please help elaborate a little more? Thanks!

--
Regards,
Peng

--
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



--
joe gain

jacob-burckhardt-str. 16
78464 konstanz
germany

+49 (0)7531 60389

(...otherwise in ???)

--
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

No comments: